Releases: infernojs/inferno
Releases · infernojs/inferno
Inferno v7.4.2
Inferno v7.4.1
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
Inferno v7.4.0
Inferno v7.3.3
Inferno Router
- History package updated to v4.10.1
Inferno Redux
- Provider component typings fixed #1495
All internal dependencies updated
Inferno v7.3.2
Inferno core
- Fixes an issue where inferno does not load in IE8 #1491
Inferno v7.3.1
Inferno v7.3.0
Inferno-core
- Adds root level array support to
createPortal
- Synthetic events are now propagated from shadow-dom #1430 This requires browser to support shadow-dom https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM
- Code clean up
Inferno v7.2.1
Inferno-core
- Fixes an issue caused by Release 7.2.0 where events were not updated correctly be677f9
- Simplified and optimized Synthetic event patch routines
Inferno v7.2.0
Inferno-core
- Adds support for defaultHooks when using forwardRef functional components
- Fixes performance regression between 7.0.2 and 7.1.13
General
- All dependencies updated
- UglifyJS has been replaced with TerserJS