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 forstateManager
,async
andcreatable
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.
- BREAKING CHANGES:
Patch Changes
- 4b028829 #4634 - The readonly attribute has been removed from the DummyInput to improve accessibility