All Versions
21
Latest Version
Avg Release Cycle
31 days
Latest Release
1551 days ago

Changelog History
Page 2

  • v7.3.0 Changes

    August 13, 2019

    Inferno-core

  • v7.2.1 Changes

    July 25, 2019

    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
  • v7.2.0 Changes

    July 24, 2019

    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
  • v7.1.13 Changes

    May 30, 2019

    Inferno-core

    • ๐Ÿ›  Fixes a bug where extending forwardRef component was not possible #1473

    Inferno-devtools

    • ๐Ÿ›  Fixes a bug where inferno-devtools did not start #1479
  • v7.1.12 Changes

    April 24, 2019

    Inferno core

    • ๐Ÿ›  Fixes an issue where value of Inferno.createRef() did not update correctly #1465 #1466
    • ๐Ÿ›  Fixes an issue where <select> element selectIndex attribute was rendered to DOM #1468
  • v7.1.11 Changes

    March 24, 2019

    Inferno-core

    • โž• Adds feature to silent lifecycle deprecation messages #1461 #1458

    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, 2019

    Inferno core

    • ๐Ÿ”„ Changed opencollective script to use opencollective-postinstall package to reduce inferno package size #1450
  • v7.1.8 Changes

    February 19, 2019

    Inferno 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