Inferno Versions Save

:fire: An extremely fast, React-like JavaScript library for building modern user interfaces

v8.2.3

4 months ago

Inferno-core

Inferno-router

v8.2.2

9 months ago

Inferno-Router

Internal

  • Internal dependencies have been updated

v8.2.1

11 months ago

Inferno v8.2.1

Inferno core

v8.2.0

11 months ago

Inferno v8.2.0

Inferno router

Internal

  • Internal dependencies have been updated
  • Jasmine updated to v5 and lowest testing target of FireFox browser is now v91 due to limited browser support in latest version of jasmine

v8.1.1

1 year ago

Typescript

  • added types for inline CSS variables
  • added types for SVG attributes in native format
  • added types for indeterminate and for native attributes

Internal

v8.1.0

1 year ago

Typescript

  • Breaking change Inferno.JSX.Element type has been removed in favor of more correct automatic typing
    • InfernoNode and InfernoNodeSingle has been added as top level exports to inferno package.
    • InfernoNode can be used as a replacement for Inferno.JSX.Element for type checking "any" JSX entry
    • InfernoNodeSingle can be used to restrict Component children to a single JSX node ( excluding arrays ) This fixes issue: https://github.com/infernojs/inferno/issues/1630
  • $ReCreate attribute has been added to allowed TSX attributes
  • selectedIndex property has been added to allowed select attributes
  • type Key has been unified and moved as top level export of inferno package
  • math formula elements are now allowed in TSX
  • Typescript has been upgraded to v5
  • media element is now correctly typed in TSX

Inferno-vnode-flags

  • 0 is now reserved for unknown value

Internal

  • all inferno package tests has been converted to TSX
  • development dependencies updated

v8.0.6

1 year ago

Typescript

Inferno

  • Internal dependencies updated

v8.0.5

1 year ago

Typescript

Inferno router

v8.0.4

1 year ago

Typescript

Internal

  • Dependencies updated to latest versions
  • Rollup plugin bubble replaced with babel

v8.0.3

1 year ago

Inferno-core

Typescript

Dependencies