Releases: infernojs/inferno
Releases · infernojs/inferno
v9.0.0-alpha.1
v5.6.3
v8.2.3
Inferno-core
- FormEvent event.target has been explicitly defined for this event type c337fdd
Inferno-router
- Fixes an issue in
Switch
component where single route does not get resolved in resolveLoaders method https://github.com/infernojs/inferno/pull/1657/files
v8.2.2
v8.2.1
v8.2.0
v8.1.1
Typescript
- added types for inline CSS variables
- added types for SVG attributes in native format
- added types for
indeterminate
andfor
native attributes
Internal
- All inferno JSX tests are now run using both ts-plugin-inferno and babel-plugin-inferno
- internal dependencies updated
Inferno v8.1.0
Typescript
- Breaking change
Inferno.JSX.Element
type has been removed in favor of more correct automatic typingInfernoNode
andInfernoNodeSingle
has been added as top level exports toinferno
package.InfernoNode
can be used as a replacement forInferno.JSX.Element
for type checking "any" JSX entryInfernoNodeSingle
can be used to restrict Component children to a single JSX node ( excluding arrays )
This fixes issue: #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 ofinferno
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
Inferno v8.0.6
Typescript
- This release brings back native html event listener types, fixes: #1622
Inferno
- Internal dependencies updated