diff --git a/.changeset/eighty-lemons-happen.md b/.changeset/eighty-lemons-happen.md deleted file mode 100644 index 041006bf07..0000000000 --- a/.changeset/eighty-lemons-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": patch ---- - -Fix finding focusable options for groups diff --git a/.changeset/fast-eagles-perform.md b/.changeset/fast-eagles-perform.md deleted file mode 100644 index 934e4b67c6..0000000000 --- a/.changeset/fast-eagles-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": minor ---- - -Standardized innerProps and className props on customizable components diff --git a/.changeset/lovely-dingos-own.md b/.changeset/lovely-dingos-own.md deleted file mode 100644 index 1a6c342f50..0000000000 --- a/.changeset/lovely-dingos-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"react-select": patch -"@react-select/docs": patch ---- - -Bump dependency on @babel/runtime in order to fix compatibility issues with Webpack 5 diff --git a/.changeset/pink-cats-mate.md b/.changeset/pink-cats-mate.md deleted file mode 100644 index 1a6e54074b..0000000000 --- a/.changeset/pink-cats-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": minor ---- - -Add `removedValues` to `onChange` event meta when the action is `clear` (when the user clears the value in the Select) diff --git a/.changeset/pretty-carpets-mix.md b/.changeset/pretty-carpets-mix.md deleted file mode 100644 index 5f6e35ad70..0000000000 --- a/.changeset/pretty-carpets-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": patch ---- - -Remove unnecessary dependency on @emotion/css diff --git a/.changeset/sour-papayas-visit.md b/.changeset/sour-papayas-visit.md deleted file mode 100644 index 6d3eb5c1dd..0000000000 --- a/.changeset/sour-papayas-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@react-select/docs': patch ---- - -Update example for MultiSelectSort to prevent dragging on multiValueRemove component #4387 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a85cd7712d..d8974f47e0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,20 @@ # @react-select/docs +## 3.0.1 + +### Patch Changes + +- [a016c878](https://github.com/JedWatson/react-select/commit/a016c87821d9289ef9c317c0c397d64a0824ce16) [#4420](https://github.com/JedWatson/react-select/pull/4420) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Bump dependency on @babel/runtime in order to fix compatibility issues with Webpack 5 + +- [0dbf0438](https://github.com/JedWatson/react-select/commit/0dbf043864ce7a7fa7d822182b4f1770aad5b036) [#4387](https://github.com/JedWatson/react-select/pull/4387) Thanks [@ebonow](https://github.com/ebonow)! - Update example for MultiSelectSort to prevent dragging on multiValueRemove component #4387 + +- Updated dependencies [f600d13f]: +- Updated dependencies [b5f9b0c5]: +- Updated dependencies [a016c878]: +- Updated dependencies [19b76342]: +- Updated dependencies [10b5f5a5]: + - react-select@undefined + ## 3.0.0 ### Major Changes diff --git a/docs/package.json b/docs/package.json index 2a97a7883f..8ecccc9e81 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@react-select/docs", "private": true, - "version": "3.0.0", + "version": "3.0.1", "author": "Jed Watson", "license": "MIT", "dependencies": { @@ -40,7 +40,7 @@ "react-helmet": "^5.2.0", "react-markings": "^1.3.0", "react-router-dom": "^4.2.2", - "react-select": "^4.0.0", + "react-select": "^4.1.0", "react-sortable-hoc": "^1.9.1", "react-syntax-highlighter": "^7.0.1", "style-loader": "^0.23.1", diff --git a/packages/react-select/CHANGELOG.md b/packages/react-select/CHANGELOG.md index 5e7d168d64..ee769dc313 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -1,5 +1,21 @@ # react-select +## 4.1.0 + +### Minor Changes + +- [b5f9b0c5](https://github.com/JedWatson/react-select/commit/b5f9b0c59d7ac8559f88287ba73f0495b4c8eed2) [#4342](https://github.com/JedWatson/react-select/pull/4342) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Standardized innerProps and className props on customizable components + +- [19b76342](https://github.com/JedWatson/react-select/commit/19b763428d6df254f0b9662f18a698dd3c59d83b) [#3911](https://github.com/JedWatson/react-select/pull/3911) Thanks [@eugenet8k](https://github.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://github.com/JedWatson/react-select/commit/f600d13f5981c9e54e78247fdd82f62555373cff) [#4422](https://github.com/JedWatson/react-select/pull/4422) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Fix finding focusable options for groups + +- [a016c878](https://github.com/JedWatson/react-select/commit/a016c87821d9289ef9c317c0c397d64a0824ce16) [#4420](https://github.com/JedWatson/react-select/pull/4420) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Bump dependency on @babel/runtime in order to fix compatibility issues with Webpack 5 + +- [10b5f5a5](https://github.com/JedWatson/react-select/commit/10b5f5a5edc93becb6b46f22666305ec8c1b7de3) [#4404](https://github.com/JedWatson/react-select/pull/4404) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Remove unnecessary dependency on @emotion/css + ## 4.0.2 ### Patch Changes diff --git a/packages/react-select/package.json b/packages/react-select/package.json index cc9e0f421c..26526b02d2 100644 --- a/packages/react-select/package.json +++ b/packages/react-select/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "4.0.2", + "version": "4.1.0", "description": "A Select control built with and for ReactJS", "main": "dist/react-select.cjs.js", "module": "dist/react-select.esm.js",