Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27e2d6e

Browse files
committed
Blog post for React 0.14.8
1 parent d58718f commit 27e2d6e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "React v0.14.8"
3+
author: gaearon
4+
---
5+
6+
We have already released two release candidates for React 15, and the final version is coming soon.
7+
8+
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.
9+
10+
The release is now available for download:
11+
12+
* **React**
13+
Dev build with warnings: <https://fb.me/react-0.14.8.js>
14+
Minified build for production: <https://fb.me/react-0.14.8.min.js>
15+
* **React with Add-Ons**
16+
Dev build with warnings: <https://fb.me/react-with-addons-0.14.8.js>
17+
Minified build for production: <https://fb.me/react-with-addons-0.14.8.min.js>
18+
* **React DOM** (include React in the page before React DOM)
19+
Dev build with warnings: <https://fb.me/react-dom-0.14.8.js>
20+
Minified build for production: <https://fb.me/react-dom-0.14.8.min.js>
21+
* **React DOM Server** (include React in the page before React DOM Server)
22+
Dev build with warnings: <https://fb.me/react-dom-server-0.14.8.js>
23+
Minified build for production: <https://fb.me/react-dom-server-0.14.8.min.js>
24+
25+
We've also published version `0.14.8` of the `react`, `react-dom`, and addons packages on npm and the `react` package on bower.
26+
27+
- - -
28+
29+
## Changelog
30+
31+
### React
32+
- Fixed memory leak when rendering on the server

0 commit comments

Comments
 (0)