Skip to content

Inferno v5.5.0

Compare
Choose a tag to compare
@Havunen Havunen released this 01 Sep 16:58
· 706 commits to master since this release

Typescript

  • All Inferno types are now included within the library. #1377
  • Inferno modules are now compiled using noUnusedParameter: true

Inferno-mobx

  • Removed "undefined" from mobx logger. #1379

Inferno-create-class

  • Fixes an issue where prototype methods were ignored #1380

Internal

  • Updated to Babel 7 to prepare for Fragments
  • Updated to Lerna 3
  • Removed dts-bundle module its no longer used