Skip to content

Releases: infernojs/babel-plugin-inferno

babel-plugin-inferno 6.3.0

01 Jun 05:51
Compare
Choose a tag to compare

React.Fragment is now also compiled to inferno createFragment call to ease with project migration
#56

Internal dependencies updated

babel-plugin-inferno 6.2.0

16 Apr 12:46
Compare
Choose a tag to compare

Small improvement to plugin logic
Internal dependencies updated

babel-plugin-inferno 3.1.0

27 Mar 20:59
Compare
Choose a tag to compare

This release adds optional Pragma support into babel-plugin.

More about this feature can be read from here:
#43

babel-plugin-inferno 3.0.0

27 Mar 18:04
Compare
Choose a tag to compare

This release adds support for Inferno 1.5. This is not backwards compatible and wont work with Inferno 1.4

Babel-plugin-inferno 1.8.0

04 Feb 13:20
Compare
Choose a tag to compare

This release adds new optimization to the plugin, its now able to lookup if vNodes subtree has visible key and flag parent with hasKeyedChildren automatically.

babel-plugin-inferno 1.7.0

19 Jan 22:20
Compare
Choose a tag to compare

New option added "plugins": [["inferno", {"imports": true}]] This can be used to allow tree-shaking in webpack / rollup configuration and leaving Inferno out from module scope if no user-land code depends on it.

By default this option is not used and Inferno is referenced from global scope.

babel-plugin-inferno 1.5.0

06 Jan 13:57
Compare
Choose a tag to compare

Uses import declaration for createVNode function instead of global reference to Inferno.createVNode