react-select v3.1.1 Release Notes
Release Date: 2020-11-23 // over 2 years ago-
Patch Changes
c8d74bd5 #3979 Thanks @mitchellhamilton! - Fix repository field
๐ c8447f48 #4034 Thanks @sophiebits! - Improve performance of option filtering when ignoreAccents is enabled (the default)
7af1aafb #4295 Thanks @JedWatson! - Fix menuplacement context
32ad5c04 #3892 Thanks @flexdinesh! - Fix react-select ignoring HTML5 "form" attribute
๐ 6af14fbb #3897 Thanks @lorisdev! - Removes the call to
onMenuOpen
on every input changeIf you were relying on this undesired behavior it may be a breaking change.
โฌ๏ธ Please upgrade accordingly.๐ 0eb1ef96 Thanks @JedWatson! - Fixes touch issues in IE11
โก๏ธ ad608c8f #3928 Thanks @dpordomingo! - Update MenuPlacer context usage in order to the new React Context API
Previous changes from v3.1.0
-
Minor Changes
- ๐ 4cf6c43c #3690 Thanks @JedWatson! - Add
isLoading
prop support to the AsyncSelect component (see #3690)
Patch Changes
- 83b48de4 #3868 Thanks @Tirzono! - Fix for not focusing the selected value when the menu opens
- 563b046a #3794 Thanks @mitchellhamilton! - Convert class components that don't have to be class components to function components to reduce bundle size
- c7e9c697 #3682 Thanks @JedWatson! - Allow the input component to be a
textarea
element - 3c7de0de #3090 Thanks @akiselev! - Add aria attributes to dummy input
- d2a820ef #3537 Thanks @jdelStrother! - Fix Flow issues. Refer to the linked PR for more details on the specific issues.
- โก๏ธ fc52085b #3662 Thanks @eemeli! - Update react-transition-group to 4.3.0
- edb18dd3 #3797 Thanks @mitchellhamilton! - Enable Babel loose mode to improve bundle size
- ๐ 4cf6c43c #3690 Thanks @JedWatson! - Add