This release upgrades the react-select
dependency from v2 to v5.
Upgrade guide
react-select
is used by several components in Search UI. Did you fork and modify the markup of any of the following components?
ResultsPerPage
SingleSelectFacet
Sorting
I didn't modify the markup of these components
Great! It's safe to upgrade. The out-of-the-box Search UI components will continue to work as usual.
I made some customizations
The upgrade might not affect you, but it's best to be safe.
Go through these react-select
upgrade guides and make sure to modify your code accordingly:
- https://react-select.com/upgrade#from-v2-to-v3
- https://react-select.com/upgrade#from-v3-to-v4
- https://react-select.com/upgrade#from-v4-to-v5
What's Changed
- Upgrade react-select to remove warnings about unsafe react methods by @yakhinvadim in #776
- Small docs changes by @JasonStoltz in #778
Full Changelog: v1.13.0...v1.14.0