Skip to content

Releases: pmndrs/react-three-babel

v1.0.2

10 Feb 00:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

21 Oct 21:20
Compare
Choose a tag to compare

What's Changed

Fix broken NPM publish

v1.0.0

21 Oct 21:03
be04652
Compare
Choose a tag to compare

What's Changed

Rewrites the plugin and its test suite to handle member, dynamic, and template JSX expressions in addition to tree-shaking the default <Canvas />. This removes all of the previous limitations of the plugin that were listed in the README in previous versions.

This release also bumps the version number to v1 which indicates stable releases going forward.

Huge thanks to @CodyJasonBennett for the refactoring 🎉 !

Breaking Changes

  • The plugin now removes existing extend(THREE) calls, including the one in the <Canvas /> component