Releases: infernojs/inferno
Inferno 0.6.1
Fixed issues in inferno-dom where keyed lists wrongly get ignored when a list contains no items upon an update.
Inferno 0.6.0
After many works of development, we're proud to say that Inferno 0.6 has been released! It's a complete re-write of much of the internals. Not only is the codebase smaller, performance has improved across the board and the amount of edge cases has dropped dramatically.
This release is a breaking update, and thus, previous versions of Inferno may not be compatible with 0.6. Specifically, Inferno no longer uses templates and the createTemplate API as found in 0.5. Furthermore, Inferno 0.6 requires version 0.6 of the babel-plugin-inferno package if you intend to use Inferno with JSX.
Please check the README.md for more details on the improved API.
Inferno 0.5.22
inferno
Improves performance when creating keys for fragments
inferno-dom
Now support Promises (experimental) on returned functions. Keyed and Non-Keyed list updates and regression fixes
Inferno 0.5.21
Fixes some package issues and some issues with global in the packages.
inferno-dom
Fixes an issue where a list might not render correctly when the previous item was a single child
Inferno 0.5.20
This releases contains various build/package fixes.
inferno-dom
Fixes some issues in performance and reliability of handling un-keyed node lists
inferno-test-utils
Inferno now has some basic test utilities to help people write Inferno applications
inferno-server
Fixed an issue that resulted in inferno-server from not working correctly
Inferno 0.5.17
- Adds support for
hooks - Improves performance and fixes various bugs
- Adds some basic SSR (still in early development)
Inferno 0.5.13
Inferno has now been broken into smaller, sub-packages, notably: inferno-dom, inferno-component, inferno-server. Please ensure you read the the README.md for details on the changes. Other improvements/changes listed below:
- progress made on server side rendering (still very much in early development)
- lots of bug fixes and performance improvements
- added a
dbmonsterexample - improved test coverage and test quality
- changes made to the ES linting rules
- refactors of some key components to reduce file size and improve consistency
Inferno 0.5.5
This release is a trial run for NPM reasons
Inferno has now been broken into smaller, sub-packages, notably: inferno-dom, inferno-component, inferno-server. Please ensure you read the the README.md for details on the changes. Other improvements/changes listed below:
- progress made on server side rendering (still very much in early development)
- lots of bug fixes and performance improvements
- added a
dbmonsterexample - improved test coverage and test quality
- changes made to the ES linting rules
- refactors of some key components to reduce file size and improve consistency
Inferno 0.4.4
- fixes issues with nested arrays
- fixes some issues with context and components
- further fixes linting/code ugliness
- further fixes SVG bugs
- adds greater test coverage
Inferno 0.4.2
- fixed code someone messed up
- removed hasOwnProperty slow downs
- put code back to original state