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

Commit b52bb4d

Browse files
committed
v2.0.0-beta.2
1 parent 8a61132 commit b52bb4d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

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

3+
## v2.0.0-beta.2 / 2018-04-25
4+
5+
* Switched from glam to [emotion](https://emotion.sh) for css-in-js
6+
* Input colour can now be changed
7+
* Use of React 16 Fragment removed, 2.0.0 should work with React 15
8+
* SSR support improved
9+
* Indicator icons are now exported
10+
311
## v2.0.0-beta.1 / 2018-04-20
412

513
* Added `tabIndex` prop

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": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
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)