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

Commit 404bf14

Browse files
committed
Adding notice about v2.0.0 beta
1 parent 0b42a4f commit 404bf14

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ React-Select
99

1010
A Select control built with and for [React](http://facebook.github.io/react/index.html). Initially built for use in [KeystoneJS](http://www.keystonejs.com).
1111

12+
---
13+
14+
## v2.0.0 Beta
15+
16+
A major update to React-select is coming! v2 is all new with some major API improvements, a powerful
17+
new styles and components API, and support for some long-requested features like option groups.
18+
19+
To install the new version:
20+
21+
```
22+
yarn add react-select@next
23+
```
24+
25+
Check out the [v2 documentation](https://deploy-preview-2289--react-select.netlify.com)
26+
and [upgrade guide](https://deploy-preview-2289--react-select.netlify.com/upgrade-guide).
27+
28+
---
29+
30+
1231
## Demo & Examples
1332

1433
Live demo: [jedwatson.github.io/react-select](http://jedwatson.github.io/react-select/)
@@ -18,7 +37,7 @@ Live demo: [jedwatson.github.io/react-select](http://jedwatson.github.io/react-s
1837

1938
The easiest way to use react-select is to install it from npm and build it into your app with Webpack.
2039

21-
```js
40+
```
2241
yarn add react-select
2342
```
2443

0 commit comments

Comments
 (0)