React v15.1 发布了,原本的 react package 被拆分为 react 及 react-dom 两个 package。其中 react package 中包含 React.createElement、 .createClass、 .Component, .PropTypes, .Children 这些 API,而 react-dom package 中包含 ReactDOM.render、 .unmountComponentAtNode、 .findDOMNode。
主要更新内容如下:
React
Restore React.__spread API to unbreak code compiled with some tools making use of this undocumented API. It is now officially deprecated. (@zpao in #6444)
ReactDOM
Fixed issue resulting in loss of cursor position in controlled inputs. (@spicyj in #6449)
软件详情:https://facebook.github.io/react/blog/2016/04/08/react-v15.0.1.html
下载地址:https://facebook.github.io/react/downloads/react-15.0.1.zip
来自:开源中国社区

