Skip to content

Inferno v8.0.0

Compare
Choose a tag to compare
@Havunen Havunen released this 17 Jun 12:28
· 191 commits to master since this release

Inferno

Typescript

  • Added basic support for JSX Component default props 696006c
  • Added missing optimization flag #1595

Inferno-animation

Special thanks for improving inferno animations to @jhsware

Inferno-router

  • history package has been updated to version 5

Inferno-mobx

  • Document details about server side rendering for inferno-mobx d0ed1ca
  • Forward exceptions thrown by render so MobX does not eat them 0165ff0
  • inferno-mobx observer now correctly throws an exception for incompatible components 2da4cb6
  • Clean up new inferno-mobx examples 779f04f
  • Added observerPatch to inferno-mobx 8b6750f

Special thanks for improving inferno-mobx to @Gwenio

Build system and internal changes

Breaking changes

  • VNodeFlags.Void has been removed c658a41, use null or undefined vNode instead
  • Internet Explorer is not actively tested anymore due to Internet Explorer retiring on June 15, 2022 and jasmine v4 has dropped IE support https://github.com/jasmine/jasmine/blob/main/release_notes/4.0.0.md
  • inferno-component package has been removed. Component is available in "inferno" main package
  • inferno-devtools is discontinued 537cb2d
  • method findDOMfromVNode is now called findDOMFromVNode
  • method isDOMinsideComponent is now called isDOMInsideComponent