From f710e970241d4fa6c30a4944ad73a6226f571c5e Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 29 Mar 2016 16:16:10 +0100 Subject: [PATCH] Blog post for React 0.14.8 --- _posts/2016-03-29-react-v0.14.8.md | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _posts/2016-03-29-react-v0.14.8.md diff --git a/_posts/2016-03-29-react-v0.14.8.md b/_posts/2016-03-29-react-v0.14.8.md new file mode 100644 index 000000000..e4d9b17e8 --- /dev/null +++ b/_posts/2016-03-29-react-v0.14.8.md @@ -0,0 +1,32 @@ +--- +title: "React v0.14.8" +author: gaearon +--- + +We have already released two release candidates for React 15, and the final version is coming soon. + +However [Ian Christian Myers](https://github.com/iancmyers) discovered a memory leak related to server rendering in React 0.14 and [contributed a fix](https://github.com/facebook/react/pull/6060). While this memory leak has already been fixed in a different way in the React 15 release candidates, we decided to cut another 0.14 release that contains just this fix. + +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.8` of the `react`, `react-dom`, and addons packages on npm and the `react` package on bower. + +- - - + +## Changelog + +### React +- Fixed memory leak when rendering on the server