@sveltejs/adapter-static@4.0.0-next.4
Breaking Changes📦 sveltekitView on GitHub →
⚠ 1 breaking🐛 3 fixes🔧 3 symbols
Summary
This release introduces a breaking change requiring SvelteKit 3 and includes several bug fixes related to caching, Vercel deployment, and dependency handling.
⚠️ Breaking Changes
- Requires SvelteKit 3. Ensure your project is compatible with SvelteKit 3 before upgrading.
Migration Steps
- Update your project to be compatible with SvelteKit 3.
🐛 Bug Fixes
- Avoid caching immutable asset 404s when configuring for Vercel.
- Match adapter-vercel's prerendered redirect handling when deploying to Vercel.
- Allow prerelease versions of SvelteKit 3 to satisfy the peer dependency range.