github infernojs/inferno 1.6.0
Inferno 1.6.0

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

Core

  • Public functions in inferno core now have jsDoc annotations so they can be properly compressed by Google closure compiler. It also provides type information for non typescript environments

ES6 Component

  • setState will now switch to async as per React. setStateSync has been deprecated and will be removed in future release. They are identical now.
  • setState callbacks now have caller component context and they don't need to be bound.
  • calling setState from Component constructor will now fail to validation error.

Reminer: JSX users make sure you have babel-plugin-inferno v3+ or you will get undefined props.

Don't miss a new inferno release

NewReleases is sending notifications on new releases.