Skip to content

Latest commit

 

History

History
80 lines (43 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

80 lines (43 loc) · 1.24 KB

[1.4.1] - 2023-03-01

Changed

  • Upgrade floating-ui to include some bug fixes

[1.4.0] - 2023-01-09

Changed

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

[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

[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.

[1.1.0] - 2022-01-05

Changed

  • Upgrade dts-cli to version 1.1.x

[1.0.3] - 2021-11-09

Fixed

  • Add missing export

[1.0.2] - 2021-11-09

Changed

  • Popper is now a peer dependency
  • Options' value can be any type, not just strings

[1.0.1] - 2021-10-05

Changed

  • Update dependencies

[1.0.0] - 2021-09-21

Changed

  • First public version

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

Fixed

  • Fixed dependencies list

[1.0.0-beta.1] - 2021-09-17

Changed

  • Misc improvements on the README

Fixed

  • Fixed a small bug on onChange callback for single-select controls

[1.0.0-beta.0] - 2021-09-16

Added

  • First beta release