Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 00:55
· 362 commits to master since this release
9582d07

Major Changes

  • ef87c3ac #4489 Thanks @Methuselah96! - React-Select has been converted from Flow to TypeScript.

    Other changes for v5 include usage of forwardRef, new hooks for stateManager, async and creatable components, and more reliable filtering implementaion with new options in the creatable variant.

  • #4625 Thanks @ebonow! - Remove dependency on AutoSizeInput

    • BREAKING CHANGES:
      • IE11 no longer works as it does not fully support CSS grid
      • Renaming the .prefix__input now targets the input and NOT the container. Unfortunate but overdue and perhaps opens the door to completely decoupling the input from needing a container if autosizing is not important.

Patch Changes

  • 4b028829 #4634 - The readonly attribute has been removed from the DummyInput to improve accessibility