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 00000000..e4d9b17e --- /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