github infernojs/inferno v5.6.1
Inferno v5.6.1

latest releases: v8.2.3, v8.2.2, v8.2.1...
5 years ago

Inferno-test-utils

  • Fixes an issue where className was not rendered correctly using renderToSnapshot
  • Fixes an issue where nested vNode tree was not fully rendered using renderToSnapshot

Inferno-extras

This is new package that contains helper utilities to work with InfernoJS virtual DOM. The first methods are:

isDOMinsideVNode(htmlNode, vNode) - returns true when htmlNode is found from the sub tree of vNode
isDOMinsideComponent(htmlNode, instance) - returns true when htmlNode is found from rendered virtual node tree of component instance

Read more about inferno-extras here

Don't miss a new inferno release

NewReleases is sending notifications on new releases.