diff --git a/.changeset/clever-pigs-beam.md b/.changeset/clever-pigs-beam.md deleted file mode 100644 index 5ace7abf2f..0000000000 --- a/.changeset/clever-pigs-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Value container display property should be grid when isMulti and has no value so the Placeholder component is positioned correctly with the Input diff --git a/.changeset/cyan-birds-juggle.md b/.changeset/cyan-birds-juggle.md deleted file mode 100644 index 20ccfc1f52..0000000000 --- a/.changeset/cyan-birds-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': minor ---- - -Export AsyncCreatableProps from creatable entrypoint diff --git a/.changeset/funny-timers-glow.md b/.changeset/funny-timers-glow.md deleted file mode 100644 index 4963c7a789..0000000000 --- a/.changeset/funny-timers-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Fix the issue where input contents are moved to the left due to multiple space characters. diff --git a/.changeset/honest-crabs-judge.md b/.changeset/honest-crabs-judge.md deleted file mode 100644 index ab958e4787..0000000000 --- a/.changeset/honest-crabs-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Import CSSObject from @emotion/react instead of @emotion/serialize diff --git a/.changeset/nice-hounds-buy.md b/.changeset/nice-hounds-buy.md deleted file mode 100644 index e64cf7ec10..0000000000 --- a/.changeset/nice-hounds-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': minor ---- - -Export more types from main entry point diff --git a/packages/react-select/CHANGELOG.md b/packages/react-select/CHANGELOG.md index 1c4cac8ea4..bb0330f264 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -1,5 +1,21 @@ # react-select +## 5.1.0 + +### Minor Changes + +- [8b38d49b](https://github.com/JedWatson/react-select/commit/8b38d49b4a779c653f70b502a61f7c64220fa44d) [#4807](https://github.com/JedWatson/react-select/pull/4807) Thanks [@hcharley](https://github.com/hcharley)! - Export AsyncCreatableProps from creatable entrypoint + +- [46eeda1a](https://github.com/JedWatson/react-select/commit/46eeda1a6829af168ae24b49a251d12e410706ab) [#4801](https://github.com/JedWatson/react-select/pull/4801) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Export more types from main entry point + +### Patch Changes + +- [fdd01e66](https://github.com/JedWatson/react-select/commit/fdd01e664400b684b83c2b1c629bd3c76b152236) [#4833](https://github.com/JedWatson/react-select/pull/4833) Thanks [@ebonow](https://github.com/ebonow)! - Value container display property should be grid when isMulti and has no value so the Placeholder component is positioned correctly with the Input + +- [0937604f](https://github.com/JedWatson/react-select/commit/0937604ffcec5d56dd4918ae728feee345e1c78c) [#4823](https://github.com/JedWatson/react-select/pull/4823) Thanks [@mikunpham](https://github.com/mikunpham)! - Fix the issue where input contents are moved to the left due to multiple space characters. + +- [ec80b577](https://github.com/JedWatson/react-select/commit/ec80b577665f2bd9b2cff9d7ca34723b6b65e5b8) [#4803](https://github.com/JedWatson/react-select/pull/4803) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Import CSSObject from @emotion/react instead of @emotion/serialize + ## 5.0.0 ### Major Changes diff --git a/packages/react-select/package.json b/packages/react-select/package.json index f574972006..69caf91315 100644 --- a/packages/react-select/package.json +++ b/packages/react-select/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "5.0.0", + "version": "5.1.0", "description": "A Select control built with and for ReactJS", "main": "dist/react-select.cjs.js", "module": "dist/react-select.esm.js",