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
Check all `Select`, `AsyncSelect`, `MultiSelect`, `AsyncMultiSelect` components, remove any references to legacy `react-select` components (name starting with `RS`)
34
+
35
+
`AsyncSelect`/`AsyncMultiSelect`: change `loadOptions` prop for `fetchFunction`.
36
+
37
+
4.`ComponentToggle`
38
+
39
+
If used, try to replace with a `Toggle` and conditional rendering. The component _is_ marked as deprecated, but won't be removed until v7.
40
+
41
+
5. Misc. minor updates:
42
+
43
+
-`ContainerPanel` <br/> Re-add `topBorder` if desired
44
+
-`Tabs` <br/> Replace `pillInverse`, `pillCompactInverse`, `pillOutline`, and `pillCompactOutline` styles if used
45
+
-`OptionsPanelIntro` <br/> Remove `border` prop if set
46
+
-`NumberPicker` <br/> Update values for the `size` prop if set; `'compact' | 'small' | 'default'`→`'small' | 'medium' | 'default' | 'large'`
47
+
-`NumberPicker` <br/> If using `<Button>` as a custom control within, add `slot={null}`
48
+
4
49
## v1.x.x to v2.0.1
5
50
6
51
1. Update the package to the latest version.
@@ -14,13 +59,15 @@ Here's how to upgrade between various versions of ES UI components.
0 commit comments