Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 39-loader
Browse files Browse the repository at this point in the history
* origin/master:
  3.0.1
  Adds support for React 15.0.0 (#112)
  Update README.md
  removing the react v0.13 example
  update the changelog with v3.0.0 changesa
  3.0.0
  fix the postversion npm script
  Update README.md
  Update devDependencies
  Use react-dom
  • Loading branch information
ericclemmons committed Jun 29, 2016
2 parents efe3ae6 + d1c3670 commit 7627cdb
Show file tree
Hide file tree
Showing 21 changed files with 34 additions and 509 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# React Resolver Changelog

### v3.0.0 - (2016-03-01)

- Require React, React-DOM v0.14
+ <https://github.com/ericclemmons/react-resolver/pull/100>

### v2.0.5 - (2015-09-07)

- Fix React Router v0.13.3 `HistoryLocation` bug
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ install [ES6 Promise](https://github.com/jakearchibald/es6-promise)._
$ npm install --save react-resolver
```

_For React v0.13 support, install [v2.x.x](https://github.com/ericclemmons/react-resolver/tree/v2.0.5)._

```shell
$ npm install --save react-resolver@2
```


## Documentation

Expand All @@ -53,8 +59,6 @@ Complete documentation can be found here:
- [Introduction](/docs/introduction)
- [Getting Started](/docs/getting-started)
- [API Reference](/docs/api)
- [Troubleshooting](/docs/Troubleshooting.md)

- - -

Expand Down
23 changes: 0 additions & 23 deletions examples/react-v0.13/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions examples/react-v0.13/package.json

This file was deleted.

Binary file removed examples/react-v0.13/public/favicon.ico
Binary file not shown.
56 changes: 0 additions & 56 deletions examples/react-v0.13/src/app.js

This file was deleted.

12 changes: 0 additions & 12 deletions examples/react-v0.13/src/client.js

This file was deleted.

23 changes: 0 additions & 23 deletions examples/react-v0.13/src/components/App.js

This file was deleted.

15 changes: 0 additions & 15 deletions examples/react-v0.13/src/components/Footer.js

This file was deleted.

15 changes: 0 additions & 15 deletions examples/react-v0.13/src/components/Header.js

This file was deleted.

105 changes: 0 additions & 105 deletions examples/react-v0.13/src/components/Home.js

This file was deleted.

18 changes: 0 additions & 18 deletions examples/react-v0.13/src/components/Nav.js

This file was deleted.

29 changes: 0 additions & 29 deletions examples/react-v0.13/src/components/NotFound.js

This file was deleted.

Loading

0 comments on commit 7627cdb

Please sign in to comment.