Skip to content

Commit

Permalink
Fix react-addons-update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Jul 4, 2015
1 parent d0d57ad commit cb5913a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/2015-07-03-react-v0.14-beta-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ We anticipate that most components will need to depend only on the `react` packa

More importantly, this paves the way to writing components that can be shared between the web version of React and React Native. This isn't yet easily possible, but we intend to make this easy in a future version so you can share React code between your website and native apps.

The addons have moved to separate packages as well: react-addons-clone-with-props, react-addons-create-fragment, react-addons-css-transition-group, react-addons-linked-state-mixin, react-addons-pure-render-mixin, react-addons-shallow-compare, react-addons-transition-group, and react-addons-updates, plus `ReactDOM.unstable_batchedUpdates` in react-dom.
The addons have moved to separate packages as well: react-addons-clone-with-props, react-addons-create-fragment, react-addons-css-transition-group, react-addons-linked-state-mixin, react-addons-pure-render-mixin, react-addons-shallow-compare, react-addons-transition-group, and react-addons-update, plus `ReactDOM.unstable_batchedUpdates` in react-dom.

For now, please use the same version of `react` and `react-dom` in your apps to avoid versioning problems -- but we plan to remove this requirement later. (This release includes the old methods in the `react` package with a deprecation warning, but they'll be removed completely in 0.15.)

Expand Down

0 comments on commit cb5913a

Please sign in to comment.