svelte@5.55.0
sveltejs/sveltesvelte@5.55.0Mar 23, 2026by github-actions[bot]
AI Summary
A minor release introducing new exports for the motion library and fixing HMR wrapper behavior.
Key Highlights
- Ensure HMR wrapper forwards correct start/end nodes to active effects
New Features
- Export `TweenOptions`, `SpringOptions`, `SpringUpdateOptions`, and `Updater` from `svelte/motion`
Full Release Notes
### Minor Changes - feat: export TweenOptions, SpringOptions, SpringUpdateOptions and Updater from svelte/motion ([#17967](https://github.com/sveltejs/svelte/pull/17967)) ### Patch Changes - fix: ensure HMR wrapper forwards correct start/end nodes to active effect ([#17985](https://github.com/sveltejs/svelte/pull/17985))