react-select@3.1.1
github-actions
released this
23 Nov 07:53
·
808 commits
to master
since this release
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