Skip to content

Releases: infernojs/inferno

Inferno v7.4.9

21 Aug 19:29

Choose a tag to compare

Inferno-core

  • Adds typing support for lazy loading images e34e287
  • Fixes an issue where normalizeProps overrides explicitly defined class name property 592e065

Inferno-router

  • Adds typing support for title and other html element attributes to Link component 6480b05

Inferno v7.4.8

14 Feb 15:22

Choose a tag to compare

Inferno core

Fixes an issue where shouldComponentUpdate gets called after forceUpdate if there were pending state changes on the given component #1534 #1535
Inernal dependencies updated

Inferno v7.4.7

13 Jan 12:47

Choose a tag to compare

Inferno-core

This release fixes wrong "latest" tag in npm registry after v5 hotfix
Internal dependencies updated 90e2daa
License year updated 1f06cdd

Inferno v5.6.2

13 Jan 12:44

Choose a tag to compare

Inferno Core

This is patch inferno v5x versions to change opencollective dependency to opencollective postinstall. Closes #1532 original change backported: 0ea17d0

Inferno v7.4.6

22 Oct 12:29

Choose a tag to compare

Inferno all packages

This release fixes broken UMD bundle header in all packages #1527

Inferno v7.4.5

19 Sep 08:56

Choose a tag to compare

Inferno-core

Improved createRef() type

Inferno-server

Fixes a bug where rendering forwardRef component server side failed to exception. #1523

Inferno v7.4.4

19 Sep 06:37

Choose a tag to compare

Inferno-router

Navlink component typescript typings have been improved and it does not require all properties to be set anymore. This fixes Github issue #1518

Internal dependencies were updated

Inferno v7.4.3

21 Aug 06:05

Choose a tag to compare

Inferno core

Optimized rendering functional component 1af165f
Optimized cloneFragment method 85eba12

Internal development dependencies have been upgraded

Inferno v7.4.2

02 Mar 08:40

Choose a tag to compare

Inferno core

Fixes an issue introduced in v7.4.1 where setState callback was called even if component got unmounted 0e6b243

Inferno v7.4.1

25 Feb 21:24

Choose a tag to compare

Inferno core

Fixes an issue where all setState callbacks were not called after chaining multiple setStates during asynchronous flow

Inferno router

Fixes typings of IRouteProps component 078b323