Skip to content

Releases: infernojs/inferno

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.

Inferno 0.7.26

09 Aug 20:08
Compare
Choose a tag to compare

This release contains minor changes to inferno-dom to better improve patching of elements props where cached prop lists are not available. inferno-router now has better support for NodeJS (without attempting to access browser globals).

Various under-the-hood changes for streams in rendering were also pulled in – although are still very much a work-in-progress and not for consumption until the API has been revised.

Inferno 0.7.25

04 Aug 22:20
Compare
Choose a tag to compare

This updates contains fixes for inferno-dom, inferno-router and inferno-server. Specifically:

  • inferno-dom now handles input elements without a type attribute given.
  • inferno-router now properly handles HTML5 routing, with various additions to the Link component and exposure to internal router APIs.
  • inferno-server no longer duplicated attributes from Blueprints.

Inferno 0.7.24

28 Jul 08:14
Compare
Choose a tag to compare

This release contains minor bug fixes:

  • inferno-dom has had recycling modifications to improve performance
  • inferno-router should better handle context passed through
  • inferno-redux has more test coverage and a README.md

Inferno 0.7.23

23 Jul 22:11
Compare
Choose a tag to compare

Fixes various issues with inferno-dom, including:

  • missing normalise and wrong arguments passed during the recursive patch operation.
  • missing children from lastProps via sCU for stateless components.
  • mouseEvents was missing during a patch process

Various other changes and tweaks were made. Also, inferno-redux is now a package supported (pending the README). You can see more about this package at: https://github.com/trueadm/inferno/tree/master/packages/inferno-redux

Inferno 0.7.22

18 Jul 20:45
Compare
Choose a tag to compare

This release contains improves and bug fixes for inferno-dom.

  • Updates have been made to how Inferno patches keyed-node lists addressing issues that were reported by @localvoid.
  • Unmount ingVLists no longer complains about DOM node not being available
  • A possible infinite-loop has been removed when attempting to mount a node that would never be normalised.

Inferno 0.7.21

12 Jul 11:33
Compare
Choose a tag to compare

This release adds more test coverage and contains small bug fixes including missing import in mount.js.