Skip to content

Releases: cvlmtg/react-smart-select

v1.4.1

01 Mar 08:11
Compare
Choose a tag to compare

[1.4.1] - 2023-03-01

Changed

  • Upgrade floating-ui to include some bug fixes

v1.4.0

09 Jan 10:28
Compare
Choose a tag to compare

[1.4.0] - 2023-01-09

Changed

  • Upgrade floating-ui to include some bug fixes
  • Add a couple of minor optimizations

v1.3.0

11 May 20:29
Compare
Choose a tag to compare

[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

09 Mar 08:42
Compare
Choose a tag to compare

[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

09 Nov 18:42
Compare
Choose a tag to compare

[1.0.3] - 2021-11-09

Fixed

  • Add missing export

v1.0.2

09 Nov 17:59
Compare
Choose a tag to compare

[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

22 Sep 08:10
Compare
Choose a tag to compare

[1.0.0] - 2021-09-21

Changed

  • First public version

v1.0.0-beta.2

18 Sep 17:59
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

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

Fixed

  • Fixed dependencies list