From 78bf05ea73d1564d01729eeb84b9590ea5084742 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 --- _posts/2015-12-29-react-v0.14.4.md | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 _posts/2015-12-29-react-v0.14.4.md diff --git a/_posts/2015-12-29-react-v0.14.4.md b/_posts/2015-12-29-react-v0.14.4.md new file mode 100644 index 00000000..8356129e --- /dev/null +++ b/_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 `