Releases: infernojs/babel-plugin-inferno
v6.7.2
babel-plugin-inferno 6.3.0
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
Small improvement to plugin logic
Internal dependencies updated
babel-plugin-inferno 3.1.0
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
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
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
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
Uses import declaration for createVNode function instead of global reference to Inferno.createVNode