- 39bf8bf: Fix AnimatePresence
presenceAffectsLayoutno-op,isPresentrace condition with framesync batcher, and doublesafeToRemoveguard
-
84d3657: fix: resolve bare dot and extension-less imports in value/ for Svelte REPL
The Svelte playground CDN resolves ESM imports without a bundler, requiring explicit file extensions and no bare directory imports. Bare dot imports like
from '.'compiled to JS caused the REPL to fail resolvingdist/value/as a directory path.Fixed by replacing all
from '.',from '..', and extension-less relative imports within the value/ directory with explicit./index.jspaths and proper.jsextensions.
-
e036a76: Remove
sideEffects: falsefrompackage.jsonto fix module resolution in the Svelte REPL playground.Bundlers honour this flag by tree-shaking modules that are imported only for their side effects. In the Svelte playground this caused the module that resolves the
"."bare specifier to be dropped entirely, producing:error occurred while trying to resolve
.withinnpm://$/motion-start@0.1.18/dist/value/use-motion-template.js
- ff1a37e: add layout animation helper
- 9e4b5cf: fix motion svg
- 456528a: fix motion svg namespace
- f8dd358: allow spreading props
- 1f07118: revert
- a1f2c47: fix svg not appearing with motion use
- 39d3b8b: improve import consistancy and fix svelte repl
- f8ab887: fix svelte repl usage
- 6101a3b: remove main from package.json
- b4fe2aa: correct exports to export svelte and js
- c21ab29: export correct extensions
- 071b96d: move dist files to src for import use
- d8212b9: fix usage in svelte repl
- b6f6602: add all files in dist to files property package.json
- 2996dae: add back style-value-types just incase
- 7f6010b: fix peer deps including melt-ui because of bits-ui dep
- 61bcd64: fix export path for svelte comp
- 25f1b6e: export MotionSSR
- 98cfaba: chore: 🤖 release
- 4f1b2e7: enable layout animation feature
- 9f5a69c: fix layout animations
- passing tests, handle minimal-motion for lazymotion,update API for motion to align more with framer-motion API usage
- fix package source
- 5492e7b: fix animations