Skip to content

Commit f8a3958

Browse files
committed
fix: Added migration guide
1 parent ff5d4fa commit f8a3958

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## React Dropdown Tree Select Migration Guide v1 to v2
2+
3+
We've made some changes in the component between the versions which is covered in the following guide
4+
5+
### Property changes
6+
7+
| Description | Usage before | Usage after |
8+
| ------------------------------------------------------------------------ | -------------------------------------- | --------------------- |
9+
| Added a new radio select mode<br>Selection is done in a shared mode-prop | `simpleSelect={true}` / `simpleSelect` | `mode='simpleSelect'` |

0 commit comments

Comments
 (0)