Releases: infernojs/inferno
Releases · infernojs/inferno
Inferno 1.1.0
- 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
- Hydration bug fixes and performance improvements
Inferno 1.0.6
- 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
- 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
- Improves to
process.env.NODE_ENV
bundling/stripping for production and development modes. - Improved performance for
cloneVNode
. - Various minor fixes.
1.0.0-beta45
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
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.