Releases: infernojs/inferno
1.0.0-beta26
Beta 26
1.0.0-beta25
Beta 25
1.0.0-beta22
Beta 22 snapshot
Inferno 0.7.27
This release contains bug fix for patchText routine.
Inferno 0.7.26
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
This updates contains fixes for inferno-dom
, inferno-router
and inferno-server
. Specifically:
inferno-dom
now handlesinput
elements without atype
attribute given.inferno-router
now properly handles HTML5 routing, with various additions to theLink
component and exposure to internal router APIs.inferno-server
no longer duplicated attributes from Blueprints.
Inferno 0.7.24
This release contains minor bug fixes:
inferno-dom
has had recycling modifications to improve performanceinferno-router
should better handle context passed throughinferno-redux
has more test coverage and a README.md
Inferno 0.7.23
Fixes various issues with inferno-dom
, including:
- missing
normalise
and wrong arguments passed during the recursivepatch
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
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 ing
VList
s 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
This release adds more test coverage and contains small bug fixes including missing import in mount.js.