diff --git a/.changeset/pre.json b/.changeset/pre.json index cf5cb6a51f..1f55e03f6d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,6 +7,9 @@ }, "changesets": [ "lazy-rivers-camp", + "mean-gorillas-kick", + "selfish-dots-look", + "tame-suits-lick", "v5-beta" ] } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bf8fe12cf2..c79e9f5506 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,16 @@ # @react-select/docs +## 3.1.1-beta.1 + +### Patch Changes + +- [638f5455](https://github.com/JedWatson/react-select/commit/638f545517d320fe70ca954511a71e96956abae3) [#4702](https://github.com/JedWatson/react-select/pull/4702) Thanks [@Methuselah96](https://github.com/Methuselah96)! - The Option generic is no longer required to extend the OptionBase type + +- Updated dependencies [7fcec537]: +- Updated dependencies [9e82aadc]: +- Updated dependencies [638f5455]: + - react-select@undefined + ## 3.1.1-beta.0 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 25089c7b13..29cd61c411 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@react-select/docs", "private": true, - "version": "3.1.1-beta.0", + "version": "3.1.1-beta.1", "main": "dist/docs.cjs.js", "author": "Jed Watson", "license": "MIT", @@ -62,7 +62,7 @@ "react-helmet": "^5.2.0", "react-markings": "^1.3.0", "react-router-dom": "^4.2.2", - "react-select": "^5.0.0-beta.0", + "react-select": "^5.0.0-beta.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 4db87386c4..35dfad6243 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -1,5 +1,22 @@ # react-select +## 5.0.0-beta.1 + +### Patch Changes + +- [7fcec537](https://github.com/JedWatson/react-select/commit/7fcec537e75b80b3084b64db76150cfef9d2ee2f) [#4697](https://github.com/JedWatson/react-select/pull/4697) - Add the role of combobox and the required ARIA attributes to the Input and DummyInput components to allow JAWS support and a better screen reader experience overall. + +- [9e82aadc](https://github.com/JedWatson/react-select/commit/9e82aadcd1931f730235d317a2299a681da8c373) [#4676](https://github.com/JedWatson/react-select/pull/4676) - The following improvements have been made for screen reader users: + + - NVDA now announces the context text when initially focused + - Selected option/s (single and multi) are now announced when initially focused + - VoiceOver now announces the context text when re-focusing + - The clear action is now announced + - Placeholder text is now announced + - Mobile VoiceOver is now able to remove selected multi options + +- [638f5455](https://github.com/JedWatson/react-select/commit/638f545517d320fe70ca954511a71e96956abae3) [#4702](https://github.com/JedWatson/react-select/pull/4702) Thanks [@Methuselah96](https://github.com/Methuselah96)! - The Option generic is no longer required to extend the OptionBase type + ## 5.0.0-beta.0 ### Major Changes diff --git a/packages/react-select/package.json b/packages/react-select/package.json index 8748606c24..b3d65cb9d3 100644 --- a/packages/react-select/package.json +++ b/packages/react-select/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "5.0.0-beta.0", + "version": "5.0.0-beta.1", "description": "A Select control built with and for ReactJS", "main": "dist/react-select.cjs.js", "module": "dist/react-select.esm.js",