Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 82910d9

Browse files
committed
v1.2.1
1 parent e73b03d commit 82910d9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# React-Select
22

3+
## v1.2.1 / 2018-01-13
4+
5+
* Fixed blocking the Del key when deleteRemoves is false, thanks [Nachtigall, Jens (init)](https://github.com/jnachtigall) - [see PR](https://github.com/JedWatson/react-select/pull/2291)
6+
* Fixed inline-block rendering for arrowRenderer without autosize, thanks [Harry Kao](https://github.com/harrykao) - [see PR](https://github.com/JedWatson/react-select/pull/2276)
7+
* Fixed dropdown menu positioning issues in IE 11, thanks [jharris4](https://github.com/jharris4) - [see PR](https://github.com/JedWatson/react-select/pull/2273)
8+
* Added missing rule to the `scss` stylesheet, thanks [Jordan Whitfield](https://github.com/mantissa7) - [see PR](https://github.com/JedWatson/react-select/pull/2280)
9+
310
## v1.2.0 / 2018-01-08
411

512
* Source cleanup, thanks to [Yuri S](https://github.com/yuri-sakharov) and

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-select",
33
"main": ["dist/react-select.min.js", "dist/react-select.min.css"],
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"homepage": "https://github.com/JedWatson/react-select",
66
"authors": ["Jed Watson"],
77
"description": "A Select control built with and for ReactJS",

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": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A Select control built with and for ReactJS",
55
"main": "lib/index.js",
66
"jsnext:main": "dist/react-select.es.js",

0 commit comments

Comments
 (0)