发布于 2016-07-10 01:17:10 | 290 次阅读 | 评论: 0 | 来源: 网友投递
ReactJS 构建用户界面的 JavaScript 库
React.js 是 Facebook 推出的一个用来构建用户界面的 JavaScript 库。
React 15.2.1 发布了。
本次发布改进日志如下:
Fix errant warning about missing React element. (@gaearon in #7193)
Better removal of dev-only code, leading to a small reduction in the minified production bundle size. (@gaearon in #7188, #7189)
Add stack trace to null input value warning. (@jimfb in #7040)
Fix webcomponents example. (@jalexanderfox in #7057)
Fix unstable_renderSubtreeIntoContainer
so that context properly updates when linked to state. (@gaearon in #7125)
Improve invariant wording for void elements. (@starkch in #7066)
Ensure no errors are thrown due to event handlers in server rendering. (@rricard in #7127)
Fix regression resulting in value
-less submit and reset inputs removing the browser-default text. (@zpao in #7197)
Fix regression resulting in empty name
attribute being added to inputs when not provided. (@okonet in #7199)
Fix issue resulting in spurious unknown property warnings. (@batusai513 in #7165)
Improve error handling in cross-platform touch event handling. (@yungsters in #7143)
下载地址: