Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pH200 committed Jul 21, 2015
1 parent 7042e59 commit 7c09e98
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.0.0

Add feature: Support React Native. Thank @cem2ran for the PR.

Breaking change: The peer dependency of React has been removed.

> React 0.13 and React Native 0.7 are the supported versions of Cycle-React.
> Cycle-React will put the dependency of React back once the isomorphic
> module of [React 0.14](https://facebook.github.io/react/blog/2015/07/03/react-v0.14-beta-1.html)
> has been released.
> In addition, Cycle-React will move "applyToDOM" and "makeDOMDriver"
> into the separated package for the upcoming "react-dom" package.
## 1.0.1

MAJOR RELEASE: 1.0.1 is the stable version of Cycle-React.
Expand Down
2 changes: 1 addition & 1 deletion examples/native/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"cycle-react": "2.0.0-beta1",
"cycle-react": "2.0.0",
"react-native": "^0.7.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cycle-react",
"version": "2.0.0-beta1",
"version": "2.0.0",
"author": {
"name": "pH200",
"email": "ph.minamo@cytisan.com"
Expand Down

0 comments on commit 7c09e98

Please # to comment.