Skip to content

Releases: JonathonRP/motion-start

v0.1.21

14 Mar 18:33
d6456fe

Choose a tag to compare

Patch Changes

  • 39bf8bf: Fix AnimatePresence presenceAffectsLayout no-op, isPresent race condition with framesync batcher, and double safeToRemove guard

v0.1.20

01 Mar 21:15
dbec23a

Choose a tag to compare

Patch Changes

  • 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 resolving dist/value/ as a directory path.

    Fixed by replacing all from '.', from '..', and extension-less relative imports within the value/ directory with explicit ./index.js paths and proper .js extensions.

v0.1.19

01 Mar 20:08
fa1dbd2

Choose a tag to compare

Patch Changes

  • e036a76: Remove sideEffects: false from package.json to 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 . within npm://$/motion-start@0.1.18/dist/value/use-motion-template.js

v0.1.18

29 Sep 22:27
dc9d8b4

Choose a tag to compare

Patch Changes

  • ff1a37e: add layout animation helper

v0.1.17

29 Sep 00:08
2e9faa5

Choose a tag to compare

Patch Changes

v0.1.15

03 Jun 16:23
45bffb4

Choose a tag to compare

Patch Changes

v0.1.14

03 Jun 14:47
6a353e6

Choose a tag to compare

Patch Changes

  • a1f2c47: fix svg not appearing with motion use

v0.1.13

07 May 02:44
802c98e

Choose a tag to compare

Patch Changes

  • 39d3b8b: improve import consistancy and fix svelte repl

v0.1.12

25 Apr 18:28
c671663

Choose a tag to compare

Patch Changes

v0.1.11

25 Apr 16:33
5c64042

Choose a tag to compare

Patch Changes

  • 6101a3b: remove main from package.json