diff --git a/.changeset/chilly-eagles-arrive.md b/.changeset/chilly-eagles-arrive.md deleted file mode 100644 index bc90ac2277..0000000000 --- a/.changeset/chilly-eagles-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": patch ---- - -Fix repository field diff --git a/.changeset/flat-kings-applaud.md b/.changeset/flat-kings-applaud.md deleted file mode 100644 index 0e805a6a21..0000000000 --- a/.changeset/flat-kings-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Improve performance of option filtering when ignoreAccents is enabled (the default) diff --git a/.changeset/rotten-sheep-check.md b/.changeset/rotten-sheep-check.md deleted file mode 100644 index 5ae70ba30c..0000000000 --- a/.changeset/rotten-sheep-check.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"react-select": patch -"@react-select/docs": patch ---- - -Fix menuplacement context diff --git a/.changeset/sixty-forks-fry.md b/.changeset/sixty-forks-fry.md deleted file mode 100644 index ff60f26ea5..0000000000 --- a/.changeset/sixty-forks-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": patch ---- - -Fix react-select ignoring HTML5 "form" attribute diff --git a/.changeset/thick-eyes-walk.md b/.changeset/thick-eyes-walk.md deleted file mode 100644 index cbaa9f4af1..0000000000 --- a/.changeset/thick-eyes-walk.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'react-select': patch ---- - -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. diff --git a/.changeset/touches-fix.md b/.changeset/touches-fix.md deleted file mode 100644 index 0ee1611905..0000000000 --- a/.changeset/touches-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Fixes touch issues in IE11 diff --git a/.changeset/update-context-api.md b/.changeset/update-context-api.md deleted file mode 100644 index bdb032114a..0000000000 --- a/.changeset/update-context-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Update MenuPlacer context usage in order to the new React Context API diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5af0442fea..c45ac05376 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,21 @@ # @react-select/docs +## 2.4.6 + +### Patch Changes + +- [7af1aafb](https://github.com/JedWatson/react-select/commit/7af1aafb2314db02544b7970784b868e97ec4824) [#4295](https://github.com/JedWatson/react-select/pull/4295) Thanks [@JedWatson](https://github.com/JedWatson)! - Fix menuplacement context + +- Updated dependencies [c8d74bd5]: +- Updated dependencies [c8447f48]: +- Updated dependencies [7af1aafb]: +- Updated dependencies [32ad5c04]: +- Updated dependencies [6af14fbb]: +- Updated dependencies [0eb1ef96]: +- Updated dependencies [ad608c8f]: + - react-select@undefined + ## 2.4.5 + - Updated dependencies [[9ad152b](https://github.com/JedWatson/react-select/commit/9ad152b)]: - react-select@3.0.0 diff --git a/docs/package.json b/docs/package.json index bf90ebac42..4cf77cb385 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@react-select/docs", "private": true, - "version": "2.4.5", + "version": "2.4.6", "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": "^3.0.0", + "react-select": "^3.1.1", "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 25f99b951a..8c025172fc 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -1,5 +1,26 @@ # react-select +## 3.1.1 + +### Patch Changes + +- [c8d74bd5](https://github.com/JedWatson/react-select/commit/c8d74bd5710b1db6736837fb4334a59e46614a27) [#3979](https://github.com/JedWatson/react-select/pull/3979) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fix repository field + +- [c8447f48](https://github.com/JedWatson/react-select/commit/c8447f480f8b9ca04386bee08e8d3a6fbb4f07c8) [#4034](https://github.com/JedWatson/react-select/pull/4034) Thanks [@sophiebits](https://github.com/sophiebits)! - Improve performance of option filtering when ignoreAccents is enabled (the default) + +- [7af1aafb](https://github.com/JedWatson/react-select/commit/7af1aafb2314db02544b7970784b868e97ec4824) [#4295](https://github.com/JedWatson/react-select/pull/4295) Thanks [@JedWatson](https://github.com/JedWatson)! - Fix menuplacement context + +- [32ad5c04](https://github.com/JedWatson/react-select/commit/32ad5c040bdd96cd1ca71010c2558842d684629c) [#3892](https://github.com/JedWatson/react-select/pull/3892) Thanks [@flexdinesh](https://github.com/flexdinesh)! - Fix react-select ignoring HTML5 "form" attribute + +- [6af14fbb](https://github.com/JedWatson/react-select/commit/6af14fbbc8ab42f2d17721732c9fe221d47c9e30) [#3897](https://github.com/JedWatson/react-select/pull/3897) Thanks [@lorisdev](https://github.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://github.com/JedWatson/react-select/commit/0eb1ef9625de907fddaf29516cec3bd93bf9c5f7) Thanks [@JedWatson](https://github.com/JedWatson)! - Fixes touch issues in IE11 + +- [ad608c8f](https://github.com/JedWatson/react-select/commit/ad608c8f1f445e70a082bae755dd30bda5b5f205) [#3928](https://github.com/JedWatson/react-select/pull/3928) Thanks [@dpordomingo](https://github.com/dpordomingo)! - Update MenuPlacer context usage in order to the new React Context API + ## 3.1.0 ### Minor Changes diff --git a/packages/react-select/package.json b/packages/react-select/package.json index 1ebac9f1bb..e93d2271a1 100644 --- a/packages/react-select/package.json +++ b/packages/react-select/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "3.1.0", + "version": "3.1.1", "description": "A Select control built with and for ReactJS", "main": "dist/react-select.cjs.js", "module": "dist/react-select.esm.js",