| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-30 | 614 Bytes | |
| v0.6.0 source code.tar.gz | 2026-07-30 | 48.9 kB | |
| v0.6.0 source code.zip | 2026-07-30 | 77.4 kB | |
| Totals: 3 Items | 126.9 kB | 2 | |
Added
- Svelte 5 support: the
sveltepeer range is now^4.0.0 || ^5.0.0. The components are unchanged and run under Svelte 5 in legacy mode, so Svelte 4 consumers are unaffected.
Removed
- Breaking: dropped Svelte 3 support; the
sveltepeer range no longer includes^3.
Changed
- Moved the build/test toolchain to the Svelte 5 line (svelte 5,
@sveltejs/vite-plugin-svelte7, Vite 8, Vitest 4, prettier-plugin-svelte 4). This is dev-only and does not change the published components; it also clears the remaining build-chain advisories (npm audit 10 → 3).