Skip to content

Commit b9384be

Browse files
committed
Merge pull request react-bootstrap#1280 from AlexKVal/react-pre
Announce about 'React-0.14' branch and 'react-pre' tag.
2 parents c65b1cf + d73736d commit b9384be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/HomePage.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ export default class HomePage extends React.Component{
3333
<p><Glyphicon glyph="warning-sign" /> The project is under active development, and APIs will change. </p>
3434
<p><Glyphicon glyph="bullhorn" /> Prior to the 1.0.0 release, breaking changes should result in a Minor version bump.</p>
3535
</Alert>
36+
<Alert bsStyle="info">
37+
<p><Glyphicon glyph="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>
38+
<p><kbd>$ npm install react-bootstrap@react-pre</kbd></p>
39+
</Alert>
3640
</Grid>
3741

3842
<PageFooter />

0 commit comments

Comments
 (0)