From 7f9ac9e3ae642d22df9c7e351002735a3dac8d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Javier=20Cravero?= Date: Sun, 5 Jul 2015 14:39:24 +0100 Subject: [PATCH] Update 2015-07-03-react-v0.14-beta-1.md Highlight all packages names so that they're easier to read /cc @spicyj --- _posts/2015-07-03-react-v0.14-beta-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-07-03-react-v0.14-beta-1.md b/_posts/2015-07-03-react-v0.14-beta-1.md index f59c7922..9629596d 100644 --- a/_posts/2015-07-03-react-v0.14-beta-1.md +++ b/_posts/2015-07-03-react-v0.14-beta-1.md @@ -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-update, 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.)