Releases: infernojs/inferno
Releases · infernojs/inferno
v8.2.3
Inferno-core
- FormEvent event.target has been explicitly defined for this event type c337fdd
Inferno-router
- Fixes an issue in
Switchcomponent 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
indeterminateandfornative 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.Elementtype has been removed in favor of more correct automatic typingInfernoNodeandInfernoNodeSinglehas been added as top level exports toinfernopackage.InfernoNodecan be used as a replacement forInferno.JSX.Elementfor type checking "any" JSX entryInfernoNodeSinglecan 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
selectattributes - type
Keyhas been unified and moved as top level export ofinfernopackage - 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
Inferno v8.0.5
v8.0.4
Typescript
- Adds type information for Animation hooks 77acc73
AnimatedMoveComponent,PureComponentandComponentare now abstract classes to indicate they must be extended- All attributes now accept
nullvalue eb88122 Refs now acceptnullvalue 12be729
Internal
- Dependencies updated to latest versions
- Rollup plugin bubble replaced with babel
Inferno v8.0.3
Inferno-core
- Added funding note to package.json 7f76923
- Improved documentation about bundling inferno application https://github.com/infernojs/inferno#application-bundling de56ad6
Typescript
- Added back types for CssProperties, correctly typed with hyphen case, fixes #1604
Dependencies
inferno-sharedmoved to devDependencies in all packages 231d717