Skip to content

v2.0.0

Choose a tag to compare

@rick-hup rick-hup released this 24 Feb 14:07
· 17 commits to master since this release

v2.0.0

Breaking Changes

  • ESM-only: Dropped CJS output — the package now only ships ESM modules.

Features

  • v-motion directive: Added v-motion directive for declarative animations on any element without wrapping in a <motion> component. Supports all animation, gesture, layout, and exit props. Includes preset directives registration via MotionPlugin.

  • Migrated imports from framer-motion internals to motion-dom / motion-utils: Internal dependencies now target the stable public packages (motion-dom, motion-utils) instead of framer-motion internals, improving maintainability and forward compatibility.