Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

React 15.3.1 发布,JavaScript 库

$
0
0

React 15.3.1 发布了。

更新日志如下:

React

React DOM

  • Avoid <input> validation warning from browsers when changing type. (@nhunzaker in #7333)

  • Avoid "Member not found" exception in IE10 when calling stopPropagation() in Synthetic Events. (@nhunzaker in #7343)

  • Fix issue resulting in inability to update some <input> elements in mobile browsers. (@keyanzhang in #7397)

  • Fix memory leak in server rendering. (@keyanzhang in #7410)

  • Fix issue resulting in <input type="range"> values not updating when changing minor max. (@troydemonbreun in #7486)

  • Add new warning for rare case of attempting to unmount a container owned by a different copy of React. (@ventuno in #7456)

React Test Renderer

  • Fix ReactTestInstance::toJSON() with empty top-level components. (@Morhaus in#7523)

React Native Renderer

  • Change trackedTouchCount invariant into a console.error for better reliability. (@yungsters in #7400)


点击这里查看官方发行说明

下载地址:


Viewing all articles
Browse latest Browse all 44787

Trending Articles