react-smart-select

A flexible, responsive and smart React select component

MIT License

Downloads
29
Stars
2
Committers
4
react-smart-select - v1.4.1 Latest Release

Published by cvlmtg over 1 year ago

[1.4.1] - 2023-03-01

Changed

  • Upgrade floating-ui to include some bug fixes
react-smart-select - v1.4.0

Published by cvlmtg almost 2 years ago

[1.4.0] - 2023-01-09

Changed

  • Upgrade floating-ui to include some bug fixes
  • Add a couple of minor optimizations
react-smart-select - v1.3.0

Published by cvlmtg over 2 years ago

[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
react-smart-select - v1.2.0

Published by cvlmtg over 2 years ago

[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.
react-smart-select - v1.0.3

Published by cvlmtg almost 3 years ago

[1.0.3] - 2021-11-09

Fixed

  • Add missing export
react-smart-select - v1.0.2

Published by cvlmtg almost 3 years ago

[1.0.2] - 2021-11-09

Changed

  • Popper is now a peer dependency
  • Options' value can be any type, not just strings
react-smart-select - v1.0.0

Published by cvlmtg about 3 years ago

[1.0.0] - 2021-09-21

Changed

  • First public version
react-smart-select - v1.0.0-beta.2

Published by cvlmtg about 3 years ago

[1.0.0-beta.2] - 2021-09-18

Fixed

  • Fixed dependencies list