Skip to content

Files

Latest commit

93aa551 · Oct 4, 2017

History

History
32 lines (24 loc) · 1.5 KB

2016-03-29-react-v0.14.8.md

File metadata and controls

32 lines (24 loc) · 1.5 KB
title author
React v0.14.8
gaearon

We have already released two release candidates for React 15, and the final version is coming soon.

However Ian Christian Myers discovered a memory leak related to server rendering in React 0.14 and contributed a fix. 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:

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