Inferno v5.6.1
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