You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,25 @@ React-Select
9
9
10
10
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).
11
11
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
+
12
31
## Demo & Examples
13
32
14
33
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
18
37
19
38
The easiest way to use react-select is to install it from npm and build it into your app with Webpack.
0 commit comments