All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- react version to support react 18
- dynamic heights when searching
- react-select minor version update
- typescript typings
- react-select major version update
- react-window patch version update
- peer deps to add support for React 17
- dev dep minor/patch versions
- invariant violation bug on Windows 10 Firefox
- broken npm publish
- dependency patch versions
- options with long label text from overflowing outside container
- all components from classes to function components with hooks
- not passing proper parameters to noOptionsMessage and loadingMessage
- all dependencies
- how padding top and bottom is applied to menu list
- menu list dom structure to prevent regression regarding scrollbar
- ref forwarding: refs on the windowed select component will be forwarded to the underlying Select component from react-select
- windowThreshold not kicking in for nested grouped options
- all react-select named exports
- support for classNamePrefix prop on windowed menu list
- react-select from 2.3.0 to 3.0.4: see the upgrade guide for breaking changes from v2 to v3
- react-window to 1.5.0 to 1.8.2
- react-select components as named export
- windowed MenuList component as named export