Releases: cvlmtg/react-smart-select
Releases · cvlmtg/react-smart-select
v1.4.1
[1.4.1] - 2023-03-01
Changed
- Upgrade floating-ui to include some bug fixes
v1.4.0
[1.4.0] - 2023-01-09
Changed
- Upgrade floating-ui to include some bug fixes
- Add a couple of minor optimizations
v1.3.0
[1.3.0] - 2022-05-11
Changed
- Switched from popper-js to floating-ui
- Bumped minimum node version to 14.x
- Tested with React 18
- Misc fixes and improvements
v1.2.0
[1.2.0] - 2022-03-09
Added
- Added the
placeholder
prop. You could do the same with the formatLabel
callback, but it was probably not immediately obvious and maybe a bit overkill for the simple cases.
v1.0.3
[1.0.3] - 2021-11-09
Fixed
v1.0.2
[1.0.2] - 2021-11-09
Changed
- Popper is now a peer dependency
- Options' value can be any type, not just strings
v1.0.0
[1.0.0] - 2021-09-21
Changed
v1.0.0-beta.2
[1.0.0-beta.2] - 2021-09-18
Fixed