From d73736d23d4d11922f9305b958714c1ee9f298d9 Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Thu, 3 Sep 2015 14:05:05 +0300 Subject: [PATCH] Announce about 'React-0.14' branch and 'react-pre' tag. --- docs/src/HomePage.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/HomePage.js b/docs/src/HomePage.js index 904218467f..30bf0a3804 100644 --- a/docs/src/HomePage.js +++ b/docs/src/HomePage.js @@ -33,6 +33,10 @@ export default class HomePage extends React.Component{

The project is under active development, and APIs will change.

Prior to the 1.0.0 release, breaking changes should result in a Minor version bump.

+ +

If you want to try / play with React-0.14 betas, we cut releases from the react-14 branch. They're on the react-pre tag.

+

$ npm install react-bootstrap@react-pre

+