v2.0.0
Breaking Changes
- ESM-only: Dropped CJS output — the package now only ships ESM modules.
Features
-
v-motiondirective: Addedv-motiondirective for declarative animations on any element without wrapping in a<motion>component. Supports all animation, gesture, layout, and exit props. Includes preset directives registration viaMotionPlugin. -
Migrated imports from
framer-motioninternals tomotion-dom/motion-utils: Internal dependencies now target the stable public packages (motion-dom,motion-utils) instead offramer-motioninternals, improving maintainability and forward compatibility.