Inferno 7.1.0 已发布,Inferno 是一个极其快速,类似 React 的 JavaScript 库,用于构建现代用户界面。更新如下:
更新内容如下
Inferno core
- Non synthetic events are now using
addEventListener
API instead of directly assigning event callbacks to html node. This adds support for events which have non standard inline API for example:transitionend
https://developer.mozilla.org/en-US/docs/Web/Events/transitionend - Fixes a bug where forwardRef -Component got wrong
ref
parmeter during patch. #1436 - Adds support for
selectIndex
-property forselect
elements. #1425 - All internal dependencies updated and minor code clean up
转自 https://www.oschina.net/news/103806/inferno-7-1-0-released