Overview
This release fixes various issues with inferno
, inferno-dom
and inferno-component
. It also introduces a new core package routing module called inferno-router
. More can be found out about inferno-router
at https://github.com/trueadm/inferno/tree/master/packages/inferno-router. Also, due to popular demand Inferno now supports dangerouslySetInnerHTML
as per the React specification.
Bug Fixes
- Components using blueprints no longer mutate static children props when a child is changed between updates
- Ref children nodes now correctly get referenced to the right parent
- Various tweaks how
context
is passed about functional components