Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Updated react
Browse files Browse the repository at this point in the history
  • Loading branch information
mmussmann committed May 10, 2017
1 parent f38a527 commit d12f031
Show file tree
Hide file tree
Showing 8 changed files with 1,126 additions and 230 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.1

* Updated react to 15.5
* Upated to use create-react-class & prop-types libraries to avoid error logs

## 2.0.0

* Supports React 0.14. Removed support for React <=0.13 due to introduction of react-dom.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ The [dist/react-mini-router.js](./dist/react-mini-router.js) build exposes a glo
## Usage

var React = require('react'),
createReactClass = require('create-react-class'),
RouterMixin = require('react-mini-router').RouterMixin;

var App = React.createClass({
var App = createReactClass({

mixins: [RouterMixin],

Expand Down
Loading

0 comments on commit d12f031

Please sign in to comment.