From 3c768897777a7e526174c423c068f726853fcbb0 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Tue, 13 Oct 2015 10:37:42 -0700 Subject: [PATCH] Mention codemods more prominently in release blog --- _posts/2015-10-07-react-v0.14.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2015-10-07-react-v0.14.md b/_posts/2015-10-07-react-v0.14.md index 2e558878..e95330bc 100644 --- a/_posts/2015-10-07-react-v0.14.md +++ b/_posts/2015-10-07-react-v0.14.md @@ -15,6 +15,8 @@ Like always, we have a few breaking changes in this release. We know changes can If your code is free of warnings when running under React 0.13, upgrading should be easy. We have two new small breaking changes that didn't give a warning in 0.13 (see below). Every new change in 0.14, including the major changes below, is introduced with a runtime warning and will work as before until 0.15, so you don't have to worry about your app breaking with this upgrade. +For the two major changes which require significant code changes, we've included [codemod scripts](https://github.com/facebook/react/blob/master/packages/react-codemod/README.md) to help you upgrade your code automatically. + See the changelog below for more details. ## Installation