Babel Plugin Inferno Versions Save

Transforms JSX to InfernoJS vNodes

6.3.0

2 years ago

React.Fragment is now also compiled to inferno createFragment call to ease with project migration https://github.com/infernojs/babel-plugin-inferno/issues/56

Internal dependencies updated

v6.2.0

3 years ago

Small improvement to plugin logic Internal dependencies updated

3.1.0

7 years ago

This release adds optional Pragma support into babel-plugin.

More about this feature can be read from here: https://github.com/infernojs/babel-plugin-inferno/issues/43

3.0.0

7 years ago

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

1.8.0

7 years ago

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.

1.7.0

7 years ago

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.

1.5.0

7 years ago

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