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
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# react-bootstrap
2
2
3
-
[Bootstrap 3][bootstrap] components built with [React][react]
3
+
[Bootstrap 3][bootstrap] components built with [React][react].
4
4
5
5
[![Travis Build Status][build-badge]][build]
6
6
[![Build status][appveyor-badge]][appveyor]
@@ -18,13 +18,9 @@
18
18
19
19
__Under active development - APIs will change.__ Check out the [1.0.0 Roadmap](https://github.com/react-bootstrap/react-bootstrap/wiki#100-roadmap) and [Contributing Guidelines][contributing] to see where you can help out. Prior to the 1.0.0 release, deprecations or breaking changes should result in a Minor version bump.
20
20
21
-
## React-0.14
21
+
## React v0.13 support
22
22
23
-
If you want to try / play with `React-0.14` betas, we cut releases from the `react-14` branch.
24
-
They're on the `react-pre` tag.
25
-
```
26
-
> npm install react-bootstrap@react-pre
27
-
```
23
+
Releases from v0.27.0 onward only support React v0.14. The latest releases compatible with React v0.13 are the v0.26.x releases.
<p><Glyphiconglyph="bullhorn"/> We are actively working to reach a 1.0.0 release, and we would love your help to get there.</p>
26
-
<p><Glyphiconglyph="check"/> Check out the <ahref="https://github.com/react-bootstrap/react-bootstrap/wiki#100-roadmap">1.0.0 Roadmap</a> and <ahref="https://github.com/react-bootstrap/react-bootstrap/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> to see where you can help out.</p>
27
-
<p><Glyphiconglyph="sunglasses"/> A great place to start is any <atarget="_blank"href="https://github.com/react-bootstrap/react-bootstrap/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22">issues</a> with a <LabelbsStyle="success">help-wanted</Label> label.</p>
28
-
<p><Glyphiconglyph="ok"/> We are open to pull requests that address bugs, improve documentation, enhance accessibility,</p>
29
-
<p>add test coverage, or bring us closer to feature parity with <atarget="_blank"href="http://getbootstrap.com/">Bootstrap</a>.</p>
26
+
<p><Glyphiconglyph="check"/> Check out the <ahref="https://github.com/react-bootstrap/react-bootstrap/wiki#100-roadmap">1.0.0 roadmap</a> and <ahref="https://github.com/react-bootstrap/react-bootstrap/blob/master/CONTRIBUTING.md">contributing guidelines</a> to see where you can help out.</p>
27
+
<p><Glyphiconglyph="sunglasses"/> A great place to start is any <atarget="_blank"href="https://github.com/react-bootstrap/react-bootstrap/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22">issue</a> with a <LabelbsStyle="success">help-wanted</Label> label.</p>
28
+
<p><Glyphiconglyph="ok"/> We are open to pull requests that address bugs, improve documentation, enhance accessibility, add test coverage, or bring us closer to feature parity with <atarget="_blank"href="http://getbootstrap.com/">Bootstrap</a>.</p>
30
29
<p><Glyphiconglyph="user"/> We actively seek to invite frequent pull request authors to join the organization. <Glyphiconglyph="thumbs-up"/></p>
31
30
</Alert>
32
31
<AlertbsStyle="danger">
33
32
<p><Glyphiconglyph="warning-sign"/> The project is under active development, and APIs will change. </p>
34
-
<p><Glyphiconglyph="bullhorn"/> Prior to the 1.0.0 release, breaking changes should result in a Minor version bump.</p>
33
+
<p><Glyphiconglyph="bullhorn"/> Prior to the 1.0.0 release, breaking changes should result in a minor version bump.</p>
35
34
</Alert>
36
35
<AlertbsStyle="info">
37
-
<p><Glyphiconglyph="bullhorn"/> If you want to try / play with <b>React-0.14</b> betas, we cut releases from the <b>react-14</b> branch. They're on the <b>react-pre</b> tag.</p>
<p><Glyphiconglyph="bullhorn"/><b>React v0.13 support:</b> Releases from v0.27.0 onward only support React v0.14. The latest releases compatible with React v0.13 are the v0.26.x releases.</p>
0 commit comments