Skip to content

Commit 17b406a

Browse files
authored
Merge pull request #3980 from JedWatson/changeset-release/master
Version Packages
2 parents 709b0bc + ca66253 commit 17b406a

File tree

11 files changed

+40
-42
lines changed

11 files changed

+40
-42
lines changed

.changeset/chilly-eagles-arrive.md

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

.changeset/flat-kings-applaud.md

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

.changeset/rotten-sheep-check.md

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

.changeset/sixty-forks-fry.md

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

.changeset/thick-eyes-walk.md

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

.changeset/touches-fix.md

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

.changeset/update-context-api.md

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

docs/CHANGELOG.md

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

3+
## 2.4.6
4+
5+
### Patch Changes
6+
7+
- [7af1aafb](https://github.com/JedWatson/react-select/commit/7af1aafb2314db02544b7970784b868e97ec4824) [#4295](https://github.com/JedWatson/react-select/pull/4295) Thanks [@JedWatson](https://github.com/JedWatson)! - Fix menuplacement context
8+
9+
- Updated dependencies [c8d74bd5]:
10+
- Updated dependencies [c8447f48]:
11+
- Updated dependencies [7af1aafb]:
12+
- Updated dependencies [32ad5c04]:
13+
- Updated dependencies [6af14fbb]:
14+
- Updated dependencies [0eb1ef96]:
15+
- Updated dependencies [ad608c8f]:
16+
- react-select@undefined
17+
318
## 2.4.5
19+
420
- Updated dependencies [[9ad152b](https://github.com/JedWatson/react-select/commit/9ad152b)]:
521

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": "2.4.5",
4+
"version": "2.4.6",
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": "^3.0.0",
43+
"react-select": "^3.1.1",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# react-select
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- [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
8+
9+
- [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)
10+
11+
- [7af1aafb](https://github.com/JedWatson/react-select/commit/7af1aafb2314db02544b7970784b868e97ec4824) [#4295](https://github.com/JedWatson/react-select/pull/4295) Thanks [@JedWatson](https://github.com/JedWatson)! - Fix menuplacement context
12+
13+
- [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
14+
15+
- [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
16+
17+
If you were relying on this undesired behavior it may be a breaking change.
18+
Please upgrade accordingly.
19+
20+
- [0eb1ef96](https://github.com/JedWatson/react-select/commit/0eb1ef9625de907fddaf29516cec3bd93bf9c5f7) Thanks [@JedWatson](https://github.com/JedWatson)! - Fixes touch issues in IE11
21+
22+
- [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
23+
324
## 3.1.0
425

526
### Minor Changes

0 commit comments

Comments
 (0)