Skip to content

Releases: infernojs/inferno

Inferno 1.1.0

07 Jan 21:24
Compare
Choose a tag to compare
  • vNode normalisation rewrite (key handling)
  • added warning about duplicate keys when not in production build
  • support for iOS click event delegation
  • multiple bugs fixed

Inferno 1.0.7

04 Jan 23:03
Compare
Choose a tag to compare
  • Hydration bug fixes and performance improvements

Inferno 1.0.6

04 Jan 11:56
Compare
Choose a tag to compare
  • Fixes an issue with hydrate text nodes
  • Fixes issue where componentWillUnmount was not called for nested ES6 component
  • More aggressive recycling

Inferno 1.0.5

03 Jan 13:35
Compare
Choose a tag to compare
  • Fixes an issue where bundles would duplicate content
  • Improves performance in cases where recycling was enabled but not used
  • Fixes an issue where setState might not update state correctly if called on the same nested component

Inferno 1.0.4

02 Jan 18:52
Compare
Choose a tag to compare
  • Improves to process.env.NODE_ENV bundling/stripping for production and development modes.
  • Improved performance for cloneVNode.
  • Various minor fixes.

1.0.0-beta45

30 Dec 08:25
Compare
Choose a tag to compare
1.0.0-beta45 Pre-release
Pre-release

Fixes issues:

  • Fixes issue: Inferno stays in development mode even when minified
  • Fixes issue: onChange event does not fire on controlled textArea

1.0.0-beta26

06 Dec 00:36
Compare
Choose a tag to compare
1.0.0-beta26 Pre-release
Pre-release
Beta 26

1.0.0-beta25

06 Dec 00:36
Compare
Choose a tag to compare
1.0.0-beta25 Pre-release
Pre-release
Beta 25

1.0.0-beta22

01 Dec 23:28
Compare
Choose a tag to compare
1.0.0-beta22 Pre-release
Pre-release
Beta 22 snapshot

Inferno 0.7.27

08 Sep 12:11
Compare
Choose a tag to compare

This release contains bug fix for patchText routine.