--- 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