All Versions
21
Latest Version
Avg Release Cycle
31 days
Latest Release
1551 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v7.3.0 Changes
August 13, 2019Inferno-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
- โ Adds root level array support to
-
v7.2.1 Changes
July 25, 2019Inferno-core
- ๐ Fixes an issue caused by Release 7.2.0 where events were not updated correctly be677f9
- โก๏ธ Simplified and optimized Synthetic event patch routines
-
v7.2.0 Changes
July 24, 2019Inferno-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
-
v7.1.13 Changes
May 30, 2019 -
v7.1.12 Changes
April 24, 2019 -
v7.1.11 Changes
March 24, 2019Inferno-core
Example:
class Foo extends Component { // just added to force the warningsstatic getDerivedStateFromProps() { } componentWillMount() { } componentWillReceiveProps() { } componentWillUpdate() { } render() { return \<div\>Foo\</div\>; } } Foo.prototype.componentWillMount.\_\_suppressDeprecationWarning = true; Foo.prototype.componentWillReceiveProps.\_\_suppressDeprecationWarning = true; Foo.prototype.componentWillUpdate.\_\_suppressDeprecationWarning = true;
-
v7.1.10 Changes
March 11, 2019โ Inferno-test-utils
โ Removed
props.children
from snapshot when using inferno-compat. Fixes #1451 -
v7.1.9 Changes
February 20, 2019Inferno core
- ๐ Changed opencollective script to use
opencollective-postinstall
package to reduce inferno package size #1450
- ๐ Changed opencollective script to use
-
v7.1.8 Changes
February 19, 2019Inferno core
- ๐ Fixes an issue where vNode key could change after multiple normalizations #1447
-
v7.1.7 Changes
February 11, 2019๐ฆ All packages
๐ Fixes an issue where not all typing information was published to npm
- ๐ versions 7.1.3 - 7.1.6 skipped due to this error