v7.0.0
- 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 namedAnimatedTreeexport - Otherwise, use the named
Treeexport - The
animatedprop is no longer used and can be removed