Skip to content

Commit 701309a

Browse files
Version Packages
1 parent 4fb2fd6 commit 701309a

File tree

8 files changed

+20
-34
lines changed

8 files changed

+20
-34
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/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.

packages/react-select/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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+
- [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
12+
13+
- [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
14+
15+
If you were relying on this undesired behavior it may be a breaking change.
16+
Please upgrade accordingly.
17+
18+
- [0eb1ef96](https://github.com/JedWatson/react-select/commit/0eb1ef9625de907fddaf29516cec3bd93bf9c5f7) Thanks [@JedWatson](https://github.com/JedWatson)! - Fixes touch issues in IE11
19+
20+
- [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
21+
322
## 3.1.0
423

524
### Minor Changes

packages/react-select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-select",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A Select control built with and for ReactJS",
55
"main": "dist/react-select.cjs.js",
66
"module": "dist/react-select.esm.js",

0 commit comments

Comments
 (0)