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/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/packages/react-select/CHANGELOG.md b/packages/react-select/CHANGELOG.md index 25f99b951a..c7a4f1c5dc 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -1,5 +1,24 @@ # 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) + +- [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",