Skip to content

Commit ef2090e

Browse files
authored
Merge pull request #4449 from JedWatson/changeset-release/master
Version Packages
2 parents 55b1432 + 4afd78a commit ef2090e

File tree

11 files changed

+42
-41
lines changed

11 files changed

+42
-41
lines changed

.changeset/bright-tigers-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/calm-pianos-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-yaks-clean.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/perfect-pandas-argue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaggy-chairs-poke.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/shy-onions-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-turtles-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @react-select/docs
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [2baf5a9d](https://github.com/JedWatson/react-select/commit/2baf5a9df2f4f56f9c9374fcb879cb5259a6d8d0) [#4414](https://github.com/JedWatson/react-select/pull/4414) Thanks [@ebonow](https://github.com/ebonow)! - Add ariaLiveMessages prop for internationalization and other customizations
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [2ffed9c6]:
12+
- Updated dependencies [c955415c]:
13+
- Updated dependencies [3ca22b2f]:
14+
- Updated dependencies [dce3863f]:
15+
- Updated dependencies [2baf5a9d]:
16+
- Updated dependencies [7cdb8a6b]:
17+
- Updated dependencies [ec7c0728]:
18+
- react-select@undefined
19+
320
## 3.0.1
421

522
### Patch Changes

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-select/docs",
33
"private": true,
4-
"version": "3.0.1",
4+
"version": "3.1.0",
55
"author": "Jed Watson",
66
"license": "MIT",
77
"dependencies": {
@@ -40,7 +40,7 @@
4040
"react-helmet": "^5.2.0",
4141
"react-markings": "^1.3.0",
4242
"react-router-dom": "^4.2.2",
43-
"react-select": "^4.1.0",
43+
"react-select": "^4.2.0",
4444
"react-sortable-hoc": "^1.9.1",
4545
"react-syntax-highlighter": "^7.0.1",
4646
"style-loader": "^0.23.1",

packages/react-select/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# react-select
22

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- [2ffed9c6](https://github.com/JedWatson/react-select/commit/2ffed9c6c40c9d5b81d7c8faf7bfc995976299ec) [#4444](https://github.com/JedWatson/react-select/pull/4444) Thanks [@Rall3n](https://github.com/Rall3n)! - Use accessor props to get value and label in `compareOption`
8+
9+
- [2baf5a9d](https://github.com/JedWatson/react-select/commit/2baf5a9df2f4f56f9c9374fcb879cb5259a6d8d0) [#4414](https://github.com/JedWatson/react-select/pull/4414) Thanks [@ebonow](https://github.com/ebonow)! - Add ariaLiveMessages prop for internationalization and other customizations
10+
11+
- [7cdb8a6b](https://github.com/JedWatson/react-select/commit/7cdb8a6b4d9de89a599b3aee8b6d90a44a931ea6) [#4391](https://github.com/JedWatson/react-select/pull/4391) Thanks [@ebonow](https://github.com/ebonow)! - Pass and sanitize CommonProps passed to Group and Input components
12+
13+
### Patch Changes
14+
15+
- [c955415c](https://github.com/JedWatson/react-select/commit/c955415cd3724489423dd8e84d6dab5ace24c984) [#4437](https://github.com/JedWatson/react-select/pull/4437) Thanks [@ebonow](https://github.com/ebonow)! - Set event listeners to be non-passive to remove Chrome console warnings
16+
17+
- [3ca22b2f](https://github.com/JedWatson/react-select/commit/3ca22b2f49ad4f05f98ec8a565d74c483c0b98aa) [#3827](https://github.com/JedWatson/react-select/pull/3827) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Memoize stripDiacritics in createFilter for the input with memoize-one so that stripDiacritics is not called for the same string as many times as there are options every time the input changes
18+
19+
Inspired by https://blog.johnnyreilly.com/2019/04/react-select-with-less-typing-lag.html
20+
21+
- [dce3863f](https://github.com/JedWatson/react-select/commit/dce3863ff2ba8dfb50f505d81a2e70cf2d7a97e7) [#4423](https://github.com/JedWatson/react-select/pull/4423) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Remove browser alias fields in order to fix SSR apps
22+
23+
- [ec7c0728](https://github.com/JedWatson/react-select/commit/ec7c0728c5bfe98a81ab557699147ae244f7a073) [#4443](https://github.com/JedWatson/react-select/pull/4443) Thanks [@ebonow](https://github.com/ebonow)! - Allow tabIndex prop Type to be number or string
24+
325
## 4.1.0
426

527
### Minor Changes

0 commit comments

Comments
 (0)