From 093a97c54bbb4f63f8f530063be93bca342cb7b3 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Tue, 29 Dec 2015 14:18:21 -0800 Subject: [PATCH] 0.14.4 blog post (cherry picked from commit 2a640982719c429c024e8c83756699f09aac2d52) --- docs/_posts/2015-12-29-react-v0.14.4.md | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/_posts/2015-12-29-react-v0.14.4.md diff --git a/docs/_posts/2015-12-29-react-v0.14.4.md b/docs/_posts/2015-12-29-react-v0.14.4.md new file mode 100644 index 0000000000..8356129ed1 --- /dev/null +++ b/docs/_posts/2015-12-29-react-v0.14.4.md @@ -0,0 +1,37 @@ +--- +title: "React v0.14.4" +author: spicyj +--- + +Happy December! We have a minor point release today. It has just a few small bug fixes. + +The release is now available for download: + +* **React** + Dev build with warnings: + Minified build for production: +* **React with Add-Ons** + Dev build with warnings: + Minified build for production: +* **React DOM** (include React in the page before React DOM) + Dev build with warnings: + Minified build for production: +* **React DOM Server** (include React in the page before React DOM Server) + Dev build with warnings: + Minified build for production: + +We've also published version `0.14.4` of the `react`, `react-dom`, and addons packages on npm and the `react` package on bower. + +- - - + +## Changelog + +### React +- Minor internal changes for better compatibility with React Native + +### React DOM +- The `autoCapitalize` and `autoCorrect` props are now set as attributes in the DOM instead of properties to improve cross-browser compatibility +- Fixed bug with controlled `