Skip to content

v7.0.0

Choose a tag to compare

@jpb12 jpb12 released this 10 Jan 13:48
· 43 commits to master since this release
  • Breaking change: Single default export replaced with two named exports
  • Support for tree shaking
  • Significantly reduces bundle size, reduced even further if not using animations

Migrating:

  • If you were using animated=true, use the named AnimatedTree export
  • Otherwise, use the named Tree export
  • The animated prop is no longer used and can be removed