We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7971a5b commit 9ad152bCopy full SHA for 9ad152b
.changeset/5877155c/changes.json
@@ -0,0 +1,10 @@
1
+{
2
+ "releases": [{ "name": "react-select", "type": "major" }],
3
+ "dependents": [
4
+ {
5
+ "name": "@react-select/docs",
6
+ "type": "patch",
7
+ "dependencies": ["react-select"]
8
+ }
9
+ ]
10
+}
.changeset/5877155c/changes.md
@@ -0,0 +1,5 @@
+- Upgrade emotion dependency from 9.x to 10.x [#3321](https://github.com/JedWatson/react-select/pull/3321)
+- Normalize Values [#3416](https://github.com/JedWatson/react-select/pull/3416)
+- Separate entrypoints for Async, Creatable and makeAnimated [#3541](https://github.com/JedWatson/react-select/pull/3541)
+- UMD builds deprecated
+- required react peer-dependecy of 16.8
0 commit comments