From c6cc8166c184f80eaf4bda1cd28e224866d9ac31 Mon Sep 17 00:00:00 2001 From: Jimmy Jia Date: Wed, 7 Oct 2015 21:30:42 -0400 Subject: [PATCH] Update documentation with React v0.13 instructions --- README.md | 10 +++------- docs/src/HomePage.js | 12 +++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 427d83b7b1..2946ca9a17 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # react-bootstrap -[Bootstrap 3][bootstrap] components built with [React][react] +[Bootstrap 3][bootstrap] components built with [React][react]. [![Travis Build Status][build-badge]][build] [![Build status][appveyor-badge]][appveyor] @@ -18,13 +18,9 @@ __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. -## React-0.14 +## React v0.13 support -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 -``` +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. ## Docs diff --git a/docs/src/HomePage.js b/docs/src/HomePage.js index 55fde2677f..1c36786ed4 100644 --- a/docs/src/HomePage.js +++ b/docs/src/HomePage.js @@ -23,19 +23,17 @@ export default class HomePage extends React.Component {

We are actively working to reach a 1.0.0 release, and we would love your help to get there.

-

Check out the 1.0.0 Roadmap and Contributing Guidelines to see where you can help out.

-

A great place to start is any issues with a label.

-

We are open to pull requests that address bugs, improve documentation, enhance accessibility,

-

add test coverage, or bring us closer to feature parity with Bootstrap.

+

Check out the 1.0.0 roadmap and contributing guidelines to see where you can help out.

+

A great place to start is any issue with a label.

+

We are open to pull requests that address bugs, improve documentation, enhance accessibility, add test coverage, or bring us closer to feature parity with Bootstrap.

We actively seek to invite frequent pull request authors to join the organization.

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.

+

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

+

React v0.13 support: 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.