React 16.1.0 发布了,React(有时叫React.js或ReactJS)是 Facebook 推出的一个为数据提供渲染为 HTML 视图,用来构建用户界面的开源 JavaScript 库。
React 视图通常采用包含以自定义 HTML 标记规定的其他组件的组件渲染。React 为程序员提供了一种子组件不能直接影响外层组件(”data flows down”)的模型,数据改变时对 HTML 文档的有效更新,和现代单页应用中组件之间干净的分离。
从16.1.0 开始,将不再在Bower上发布新的版本。 您可以继续使用Bower旧版本,或者将Bower配置更新至unkg上托管的React UMD版本,该版本的镜像npm版本将继续更新。
此版本更新内容:
All Packages
React
- Add support for portals in
React.Children
utilities. (@MatteoVH in #11378) - Warn when a class has a
render
method but doesn’t extend a known base class. (@sw-yx in #11168) - Improve the warning when accidentally returning an object from constructor. (@deanbrophy in #11395)
React DOM
- Allow
on
as a custom attribute for AMP. (@nuc in #11153) - Fix
onMouseEnter
andonMouseLeave
firing on wrong elements. (@gaearon in #11164) - Fix
null
showing up in a warning instead of the component stack. (@gaearon in #10915)
完整更新内容请查看更新日志。
下载地址:
转自 http://www.oschina.net/news/90435/react-16-1-0-release