Skip to content

Releases: infernojs/inferno

Inferno 0.6.1

26 Mar 22:17

Choose a tag to compare

Fixed issues in inferno-dom where keyed lists wrongly get ignored when a list contains no items upon an update.

Inferno 0.6.0

26 Mar 16:49

Choose a tag to compare

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

25 Jan 00:18

Choose a tag to compare

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

22 Jan 23:03

Choose a tag to compare

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

22 Jan 11:23

Choose a tag to compare

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

19 Jan 13:22

Choose a tag to compare

  • Adds support for hooks
  • Improves performance and fixes various bugs
  • Adds some basic SSR (still in early development)

Inferno 0.5.13

11 Jan 02:32

Choose a tag to compare

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 dbmonster example
  • 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

10 Jan 23:05

Choose a tag to compare

Inferno 0.5.5 Pre-release
Pre-release

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 dbmonster example
  • 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

27 Dec 15:23

Choose a tag to compare

  • 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

27 Dec 02:01

Choose a tag to compare

  • fixed code someone messed up
  • removed hasOwnProperty slow downs
  • put code back to original state