Releases: pmndrs/react-three-babel
Releases · pmndrs/react-three-babel
v1.0.2
v1.0.1
What's Changed
Fix broken NPM publish
v1.0.0
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