Skip to content

Commit a486452

Browse files
committed
Merge pull request react-bootstrap#1261 from AlexKVal/r14-readme
Clarify about 'React-0.14' releases in the Readme.
2 parents 631d57b + 9f62732 commit a486452

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818

1919
__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.
2020

21+
## React-0.14
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+
```
28+
2129
## Docs
2230

2331
See the [documentation][documentation] with live editable examples.
@@ -54,7 +62,7 @@ Yes please! See the [contributing guidelines][contributing] for details.
5462
[npm]: http://badge.fury.io/js/react-bootstrap
5563

5664
[bower-badge]: https://badge.fury.io/bo/react-bootstrap.svg
57-
[bower]: http://badge.fury.io/bo/react-bootstrap
65+
[bower]: http://badge.fury.io/bo/react-bootstrap
5866

5967
[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg
6068
[gitter]: https://gitter.im/react-bootstrap/react-bootstrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
@@ -66,7 +74,7 @@ Yes please! See the [contributing guidelines][contributing] for details.
6674
[dev-deps]: https://david-dm.org/react-bootstrap/react-bootstrap#info=devDependencies
6775

6876
[peer-deps-badge]: https://david-dm.org/react-bootstrap/react-bootstrap/peer-status.svg
69-
[peer-deps]: https://david-dm.org/react-bootstrap/react-bootstrap#info=peerDependencies
77+
[peer-deps]: https://david-dm.org/react-bootstrap/react-bootstrap#info=peerDependencies
7078

7179
[react-router-bootstrap]: https://github.com/react-bootstrap/react-router-bootstrap
7280
[react-router]: https://github.com/rackt/react-router

0 commit comments

Comments
 (0)