JedWatson/react-select
### [`v4.3.1`](https://togithub.com/JedWatson/react-select/releases/react-select@4.3.1)
[Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.3.0...v4.3.1)
##### Patch Changes
- [2c915d10](https://togithub.com/JedWatson/react-select/commit/2c915d10b5ce7b7f48aa0903fa838f9c294c434d) [#4577](https://togithub.com/JedWatson/react-select/pull/4577) - Bump [@emotion/cache](https://togithub.com/emotion/cache) to v11.4.0 which fixes an issue where different versions of Emotion running at the same time causes styles to disappear in production.
### [`v4.3.0`](https://togithub.com/JedWatson/react-select/releases/react-select@4.3.0)
[Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.2.1...react-select@4.3.0)
##### Minor Changes
- [035294f4](https://togithub.com/JedWatson/react-select/commit/035294f457921423c9237861f7c73584bdecbcc4) [#3360](https://togithub.com/JedWatson/react-select/pull/3360) Thanks [@sunniejai](https://togithub.com/sunniejai)!
- `focusedOption` is now passed to the MenuList Component as a prop
##### Patch Changes
- [7a414a7c](https://togithub.com/JedWatson/react-select/commit/7a414a7c7a1f8e2902e43bd476e3db17a8dce049) [#3262](https://togithub.com/JedWatson/react-select/pull/3262) Thanks [@torkelo](https://togithub.com/torkelo)!
- The Menu bottom is no longer scrolled into view when `menuShouldScrollIntoView=false`
##### Documentation Updates
- [#4109](https://togithub.com/JedWatson/react-select/issues/4109) Thanks [@manvydasu](https://togithub.com/manvydasu)
- Replaced componentWillReceiveProps with componentDidUpdate in docs
### [`v4.2.1`](https://togithub.com/JedWatson/react-select/releases/react-select@4.2.1)
[Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.2.0...react-select@4.2.1)
##### Patch Changes
- [ca3c41bb](https://togithub.com/JedWatson/react-select/commit/ca3c41bb55e2666589bbbb69d1153357191d07a4) [#4478](https://togithub.com/JedWatson/react-select/pull/4478) Thanks [@ebonow](https://togithub.com/ebonow)! - Check passive events polyfill for the existence of window for SSR
### [`v4.2.0`](https://togithub.com/JedWatson/react-select/releases/react-select@4.2.0)
[Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.1.0...react-select@4.2.0)
##### Minor Changes
- [2ffed9c6](https://togithub.com/JedWatson/react-select/commit/2ffed9c6c40c9d5b81d7c8faf7bfc995976299ec) [#4444](https://togithub.com/JedWatson/react-select/pull/4444) Thanks [@Rall3n](https://togithub.com/Rall3n)! - Use accessor props to get value and label in `compareOption`
- [2baf5a9d](https://togithub.com/JedWatson/react-select/commit/2baf5a9df2f4f56f9c9374fcb879cb5259a6d8d0) [#4414](https://togithub.com/JedWatson/react-select/pull/4414) Thanks [@ebonow](https://togithub.com/ebonow)! - Add `ariaLiveMessages` prop for internationalization and other customizations, add `aria-live` prop, and other accessibility fixes. Inspired heavily from the work done by [@Kashkovsky](https://togithub.com/Kashkovsky), [@radegran](https://togithub.com/radegran), [@Malgalad](https://togithub.com/Malgalad), and [@TheHollidayInn](https://togithub.com/TheHollidayInn) - thanks to them, [@bozdoz](https://togithub.com/bozdoz) for the thorough testing and recommendations, and for everyone who contributed constructive feedback towards a better accessibility experience.
- [7cdb8a6b](https://togithub.com/JedWatson/react-select/commit/7cdb8a6b4d9de89a599b3aee8b6d90a44a931ea6) [#4391](https://togithub.com/JedWatson/react-select/pull/4391) Thanks [@ebonow](https://togithub.com/ebonow)! - Pass and sanitize CommonProps passed to Group and Input components
##### Patch Changes
- [c955415c](https://togithub.com/JedWatson/react-select/commit/c955415cd3724489423dd8e84d6dab5ace24c984) [#4437](https://togithub.com/JedWatson/react-select/pull/4437) Thanks [@ebonow](https://togithub.com/ebonow)! - Set event listeners to be non-passive to remove Chrome console warnings
- [3ca22b2f](https://togithub.com/JedWatson/react-select/commit/3ca22b2f49ad4f05f98ec8a565d74c483c0b98aa) [#3827](https://togithub.com/JedWatson/react-select/pull/3827) Thanks [@mitchellhamilton](https://togithub.com/mitchellhamilton)! - Memoize stripDiacritics in createFilter for the input with memoize-one so that stripDiacritics is not called for the same string as many times as there are options every time the input changes
Inspired by
- [dce3863f](https://togithub.com/JedWatson/react-select/commit/dce3863ff2ba8dfb50f505d81a2e70cf2d7a97e7) [#4423](https://togithub.com/JedWatson/react-select/pull/4423) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Remove browser alias fields in order to fix SSR apps
- [ec7c0728](https://togithub.com/JedWatson/react-select/commit/ec7c0728c5bfe98a81ab557699147ae244f7a073) [#4443](https://togithub.com/JedWatson/react-select/pull/4443) Thanks [@ebonow](https://togithub.com/ebonow)! - Allow tabIndex prop Type to be number or string
### [`v4.1.0`](https://togithub.com/JedWatson/react-select/releases/react-select@4.1.0)
[Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.0.2...react-select@4.1.0)
##### Minor Changes
- [b5f9b0c5](https://togithub.com/JedWatson/react-select/commit/b5f9b0c59d7ac8559f88287ba73f0495b4c8eed2) [#4342](https://togithub.com/JedWatson/react-select/pull/4342) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Standardized innerProps and className props on customizable components
- [19b76342](https://togithub.com/JedWatson/react-select/commit/19b763428d6df254f0b9662f18a698dd3c59d83b) [#3911](https://togithub.com/JedWatson/react-select/pull/3911) Thanks [@eugenet8k](https://togithub.com/eugenet8k)! - Add `removedValues` to `onChange` event meta when the action is `clear` (when the user clears the value in the Select)
##### Patch Changes
- [f600d13f](https://togithub.com/JedWatson/react-select/commit/f600d13f5981c9e54e78247fdd82f62555373cff) [#4422](https://togithub.com/JedWatson/react-select/pull/4422) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Fix finding focusable options for groups
- [a016c878](https://togithub.com/JedWatson/react-select/commit/a016c87821d9289ef9c317c0c397d64a0824ce16) [#4420](https://togithub.com/JedWatson/react-select/pull/4420) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Bump dependency on [@babel/runtime](https://togithub.com/babel/runtime) in order to fix compatibility issues with Webpack 5
- [10b5f5a5](https://togithub.com/JedWatson/react-select/commit/10b5f5a5edc93becb6b46f22666305ec8c1b7de3) [#4404](https://togithub.com/JedWatson/react-select/pull/4404) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Remove unnecessary dependency on [@emotion/css](https://togithub.com/emotion/css)
### [`v4.0.2`](https://togithub.com/JedWatson/react-select/releases/react-select@4.0.2)
[Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.0.1...react-select@4.0.2)
##### Patch Changes
- [44f285b0](https://togithub.com/JedWatson/react-select/commit/44f285b0d4a50e16713b9aa3746d73d80dee2c91) [#4399](https://togithub.com/JedWatson/react-select/pull/4399) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Fixed building focusable options from groups
### [`v4.0.1`](https://togithub.com/JedWatson/react-select/releases/react-select@4.0.1)
[Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.0.0...react-select@4.0.1)
##### Patch Changes
- [645feb3e](https://togithub.com/JedWatson/react-select/commit/645feb3e34776a5f181b32f603027df5ca709b7d) [#4396](https://togithub.com/JedWatson/react-select/pull/4396) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Fixed keys for options within groups
### [`v4.0.0`](https://togithub.com/JedWatson/react-select/releases/react-select@4.0.0)
[Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@3.2.0...react-select@4.0.0)
##### Major Changes
- [02050675](https://togithub.com/JedWatson/react-select/commit/020506755728f607a77145e2a00458526596496f) [#4339](https://togithub.com/JedWatson/react-select/pull/4339) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Standardized value passed to onChange
- [26b6325c](https://togithub.com/JedWatson/react-select/commit/26b6325c95113591e568451bc2296f98318a8dd9) [#4283](https://togithub.com/JedWatson/react-select/pull/4283) Thanks [@majgaard](https://togithub.com/majgaard)! - Upgrades Emotion dependency to v11.0.0
BREAKING CHANGE: The NonceProvider component now requires a `cacheKey` prop that corresponds to the `key` for the Emotion cache.
- [b2488bb5](https://togithub.com/JedWatson/react-select/commit/b2488bb561ed08c822bc1a828d2d9fd957f25bdf) [#4313](https://togithub.com/JedWatson/react-select/pull/4313) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Removed usages of UNSAFE React methods
##### Patch Changes
- [2d5496d5](https://togithub.com/JedWatson/react-select/commit/2d5496d52b6650b57352a0ea0dfcab383567f3ac) [#4388](https://togithub.com/JedWatson/react-select/pull/4388) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Removed memoization of buildMenuOptions
### [`v3.2.0`](https://togithub.com/JedWatson/react-select/releases/react-select@3.2.0)
[Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@3.1.1...react-select@3.2.0)
##### Minor Changes
- [c615e93d](https://togithub.com/JedWatson/react-select/commit/c615e93dbca15b9f9c6c3e6437744ca53703347f) [#4084](https://togithub.com/JedWatson/react-select/pull/4084) Thanks [@JedWatson](https://togithub.com/JedWatson)! - Changed the `cx` and `getValue` props that are passed to components into instance properties, which means they now pass a referential equality check on subsequent renders.
This is helpful, for example, when you're optimising the performance of rendering custom Option components - see [#3055](https://togithub.com/JedWatson/react-select/issues/3055)
- [72f6036f](https://togithub.com/JedWatson/react-select/commit/72f6036fa6f425837c8c2326bf91dff7bd7f6147) [#4306](https://togithub.com/JedWatson/react-select/pull/4306) Thanks [@bladey](https://togithub.com/bladey)! - Remove duplicate prop createOptionPosition
##### Patch Changes
- [ee638d46](https://togithub.com/JedWatson/react-select/commit/ee638d4615e789090ea860d2e1c9f4d95a829d50) [#4275](https://togithub.com/JedWatson/react-select/pull/4275) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Adds react ^17.0.0 to peer dependencies for React 17 support
- [a0133f19](https://togithub.com/JedWatson/react-select/commit/a0133f19f45eb2dc9a2faebd74e18f44da7d509b) [#4154](https://togithub.com/JedWatson/react-select/pull/4154) Thanks [@brenshanny](https://togithub.com/brenshanny)! - Creatable: Fixed removing MultiValues that have identical values. See issue [#4137](https://togithub.com/JedWatson/react-select/issues/4137) for details.
- [d1e660c6](https://togithub.com/JedWatson/react-select/commit/d1e660c6b261d7fd60a85a6eca2ee9e3e0348ea2) [#4213](https://togithub.com/JedWatson/react-select/pull/4213) Thanks [@eythort](https://togithub.com/eythort)! - Added a guard to the `ScrollCaptor` component to check that `el` exists before calling `removeEventListener`, fixes intermittent errors
- [a1e1db25](https://togithub.com/JedWatson/react-select/commit/a1e1db255aceda301d9705d0639e7ca0302bd079) [#4373](https://togithub.com/JedWatson/react-select/pull/4373) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Fixed value passed to onChange when clearing value
- [2ad29d61](https://togithub.com/JedWatson/react-select/commit/2ad29d615bc769c3b3dc4177eb0007a267369748) [#4136](https://togithub.com/JedWatson/react-select/pull/4136) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Base aria-live message on tabSelectsValue prop
- [ad890f27](https://togithub.com/JedWatson/react-select/commit/ad890f279300b6baaca55a642141999a79af8883) [#4326](https://togithub.com/JedWatson/react-select/pull/4326) Thanks [@Methuselah96](https://togithub.com/Methuselah96)! - Updated react-input-autosize to v3.0.0
- [b28d9922](https://togithub.com/JedWatson/react-select/commit/b28d99222ab191db27482c6219f8c8b12ef753d8) [#3990](https://togithub.com/JedWatson/react-select/pull/3990) Thanks [@nikitaindik](https://togithub.com/nikitaindik)! - Fixed onCreateOption is not always called for Creatable
- [24ba8702](https://togithub.com/JedWatson/react-select/commit/24ba8702b93885790ee919de8c01ea8f44d1c354) [#4289](https://togithub.com/JedWatson/react-select/pull/4289) Thanks [@slimklim](https://togithub.com/slimklim)! - Added `innerProps` prop to the built-in `MenuList` component to reduce the need for additional DOM nodes or forking internal code when passing additional props to the DOM element the MenuList component is rendering.
See issue [#4265](https://togithub.com/JedWatson/react-select/issues/4265) for an explanation.
### [`v3.1.1`](https://togithub.com/JedWatson/react-select/releases/react-select@3.1.1)
[Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@3.1.0...react-select@3.1.1)
##### Patch Changes
- [c8d74bd5](https://togithub.com/JedWatson/react-select/commit/c8d74bd5710b1db6736837fb4334a59e46614a27) [#3979](https://togithub.com/JedWatson/react-select/pull/3979) Thanks [@mitchellhamilton](https://togithub.com/mitchellhamilton)! - Fix repository field
- [c8447f48](https://togithub.com/JedWatson/react-select/commit/c8447f480f8b9ca04386bee08e8d3a6fbb4f07c8) [#4034](https://togithub.com/JedWatson/react-select/pull/4034) Thanks [@sophiebits](https://togithub.com/sophiebits)! - Improve performance of option filtering when ignoreAccents is enabled (the default)
- [7af1aafb](https://togithub.com/JedWatson/react-select/commit/7af1aafb2314db02544b7970784b868e97ec4824) [#4295](https://togithub.com/JedWatson/react-select/pull/4295) Thanks [@JedWatson](https://togithub.com/JedWatson)! - Fix menuplacement context
- [32ad5c04](https://togithub.com/JedWatson/react-select/commit/32ad5c040bdd96cd1ca71010c2558842d684629c) [#3892](https://togithub.com/JedWatson/react-select/pull/3892) Thanks [@flexdinesh](https://togithub.com/flexdinesh)! - Fix react-select ignoring HTML5 "form" attribute
- [6af14fbb](https://togithub.com/JedWatson/react-select/commit/6af14fbbc8ab42f2d17721732c9fe221d47c9e30) [#3897](https://togithub.com/JedWatson/react-select/pull/3897) Thanks [@lorisdev](https://togithub.com/lorisdev)! - Removes the call to `onMenuOpen` on every input change
If you were relying on this undesired behavior it may be a breaking change.
Please upgrade accordingly.
- [0eb1ef96](https://togithub.com/JedWatson/react-select/commit/0eb1ef9625de907fddaf29516cec3bd93bf9c5f7) Thanks [@JedWatson](https://togithub.com/JedWatson)! - Fixes touch issues in IE11
- [ad608c8f](https://togithub.com/JedWatson/react-select/commit/ad608c8f1f445e70a082bae755dd30bda5b5f205) [#3928](https://togithub.com/JedWatson/react-select/pull/3928) Thanks [@dpordomingo](https://togithub.com/dpordomingo)! - Update MenuPlacer context usage in order to the new React Context API
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box.
This PR contains the following updates:
^3.0.8
->^4.0.0
Release Notes
JedWatson/react-select
### [`v4.3.1`](https://togithub.com/JedWatson/react-select/releases/react-select@4.3.1) [Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.3.0...v4.3.1) ##### Patch Changes - [2c915d10](https://togithub.com/JedWatson/react-select/commit/2c915d10b5ce7b7f48aa0903fa838f9c294c434d) [#4577](https://togithub.com/JedWatson/react-select/pull/4577) - Bump [@emotion/cache](https://togithub.com/emotion/cache) to v11.4.0 which fixes an issue where different versions of Emotion running at the same time causes styles to disappear in production. ### [`v4.3.0`](https://togithub.com/JedWatson/react-select/releases/react-select@4.3.0) [Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.2.1...react-select@4.3.0) ##### Minor Changes - [035294f4](https://togithub.com/JedWatson/react-select/commit/035294f457921423c9237861f7c73584bdecbcc4) [#3360](https://togithub.com/JedWatson/react-select/pull/3360) Thanks [@sunniejai](https://togithub.com/sunniejai)! - `focusedOption` is now passed to the MenuList Component as a prop ##### Patch Changes - [7a414a7c](https://togithub.com/JedWatson/react-select/commit/7a414a7c7a1f8e2902e43bd476e3db17a8dce049) [#3262](https://togithub.com/JedWatson/react-select/pull/3262) Thanks [@torkelo](https://togithub.com/torkelo)! - The Menu bottom is no longer scrolled into view when `menuShouldScrollIntoView=false` ##### Documentation Updates - [#4109](https://togithub.com/JedWatson/react-select/issues/4109) Thanks [@manvydasu](https://togithub.com/manvydasu) - Replaced componentWillReceiveProps with componentDidUpdate in docs ### [`v4.2.1`](https://togithub.com/JedWatson/react-select/releases/react-select@4.2.1) [Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.2.0...react-select@4.2.1) ##### Patch Changes - [ca3c41bb](https://togithub.com/JedWatson/react-select/commit/ca3c41bb55e2666589bbbb69d1153357191d07a4) [#4478](https://togithub.com/JedWatson/react-select/pull/4478) Thanks [@ebonow](https://togithub.com/ebonow)! - Check passive events polyfill for the existence of window for SSR ### [`v4.2.0`](https://togithub.com/JedWatson/react-select/releases/react-select@4.2.0) [Compare Source](https://togithub.com/JedWatson/react-select/compare/react-select@4.1.0...react-select@4.2.0) ##### Minor Changes - [2ffed9c6](https://togithub.com/JedWatson/react-select/commit/2ffed9c6c40c9d5b81d7c8faf7bfc995976299ec) [#4444](https://togithub.com/JedWatson/react-select/pull/4444) Thanks [@Rall3n](https://togithub.com/Rall3n)! - Use accessor props to get value and label in `compareOption` - [2baf5a9d](https://togithub.com/JedWatson/react-select/commit/2baf5a9df2f4f56f9c9374fcb879cb5259a6d8d0) [#4414](https://togithub.com/JedWatson/react-select/pull/4414) Thanks [@ebonow](https://togithub.com/ebonow)! - Add `ariaLiveMessages` prop for internationalization and other customizations, add `aria-live` prop, and other accessibility fixes. Inspired heavily from the work done by [@Kashkovsky](https://togithub.com/Kashkovsky), [@radegran](https://togithub.com/radegran), [@Malgalad](https://togithub.com/Malgalad), and [@TheHollidayInn](https://togithub.com/TheHollidayInn) - thanks to them, [@bozdoz](https://togithub.com/bozdoz) for the thorough testing and recommendations, and for everyone who contributed constructive feedback towards a better accessibility experience. - [7cdb8a6b](https://togithub.com/JedWatson/react-select/commit/7cdb8a6b4d9de89a599b3aee8b6d90a44a931ea6) [#4391](https://togithub.com/JedWatson/react-select/pull/4391) Thanks [@ebonow](https://togithub.com/ebonow)! - Pass and sanitize CommonProps passed to Group and Input components ##### Patch Changes - [c955415c](https://togithub.com/JedWatson/react-select/commit/c955415cd3724489423dd8e84d6dab5ace24c984) [#4437](https://togithub.com/JedWatson/react-select/pull/4437) Thanks [@ebonow](https://togithub.com/ebonow)! - Set event listeners to be non-passive to remove Chrome console warnings - [3ca22b2f](https://togithub.com/JedWatson/react-select/commit/3ca22b2f49ad4f05f98ec8a565d74c483c0b98aa) [#3827](https://togithub.com/JedWatson/react-select/pull/3827) Thanks [@mitchellhamilton](https://togithub.com/mitchellhamilton)! - Memoize stripDiacritics in createFilter for the input with memoize-one so that stripDiacritics is not called for the same string as many times as there are options every time the input changes Inspired byConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.