皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Inferno 7.1.0 发布,类 React 的高性能用户界面库

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 for select elements. #1425
  • All internal dependencies updated and minor code clean up

转自 https://www.oschina.net/news/103806/inferno-7-1-0-released