You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## 6.0.0 (TBA)
4
4
5
-
_This new version includes minor breaking changes. Please review them before upgrading._
5
+
_This new version includes a variety of breaking changes. Please review them before upgrading._
6
6
7
7
### Added
8
8
@@ -11,6 +11,7 @@ _This new version includes minor breaking changes. Please review them before upg
11
11
12
12
### Changed
13
13
14
+
***Breaking:**`onChange` property: the second argument now returns objects with `label`, `index`, and `value`, instead of just values (#230)
14
15
***Breaking:**`icons` property:
15
16
* Will now merge any missing keys with the default icons
16
17
* Rename `moveLeft`, `moveAllLeft`, `moveRight`, and `moveAllRight` to `moveToAvailable`, `moveAllToAvailable`, `moveToSelected`, and `moveAllToSelected`
@@ -20,7 +21,7 @@ _This new version includes minor breaking changes. Please review them before upg
20
21
* Will now merge any missing keys with the default language
21
22
* Rename `moveLeft`, `moveAllLeft`, `moveRight`, and `moveAllRight` to `moveToAvailable`, `moveAllToAvailable`, `moveToSelected`, and `moveAllToSelected`
22
23
* Split `filterPlaceholder` into `availableFilterPlaceholder` and `selectedFilterPlaceholder`
23
-
***Breaking:**`options` property: no longer has PropTypes validation for `label` and `value`
24
+
***Breaking:**`options` property: no longer has PropTypes validation for `label` and `value` (#208)
24
25
***Breaking:** Rename `*-right` and `*-left` classes to `*-to-selected` and `*-to-available`
0 commit comments