what stackpulse tracks
SvelteKit releases from GitHub
StackPulse watches SvelteKit release notes and keeps the original source link close to every summary.
Web development, streamlined StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches SvelteKit release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
Added a new prerender option for handling invalid URLs and fixed minor issues with form schema fields and Vite settings.
Developers using prerendering will benefit from the new URL handling option.
This patch release fixes several bugs in the Node adapter for SvelteKit, including a circular dependency issue that caused crashes on startup, root directory resolution, and ENV_PREFIX definition.
Users of @sveltejs/adapter-node may have experienced crashes or incorrect environment handling prior to these fixes.
Update to version 5.5.6 to resolve startup crashes and environment variable issues.
This release introduces minor improvements and several bug fixes, including precompression of prerendered `.md` and `.mdx` files, warnings for optional boolean inputs in form schemas, and fixes for navigation, CSP sources, and form handling.
Developers using SvelteKit for prerendering, form handling, or navigation may be affected by these changes.
Update to version 2.66.0 to benefit from the latest fixes and improvements.
This release includes fixes for bundling entrypoints alongside app code and logging the correct adapter-node listening address.
Users of @sveltejs/adapter-node may benefit from improved logging and bundling behavior.
This release primarily fixes an issue where missing immutable assets were incorrectly cached as 404s for a year. It also includes various dependency updates.
Users deploying SvelteKit applications with the Vercel adapter may have experienced issues with caching missing assets.
Update to version 6.3.4 to ensure missing immutable assets are not cached incorrectly.
This release introduces a new exported type and fixes an issue with import transformations.
Developers using the `enhanced-img` package may benefit from the new type export and import transformation fix.
This release primarily focuses on fixing a type collision issue with the user-defined `App.Platform` `env` property and includes several dependency updates.
Developers using the `App.Platform` `env` property in their SvelteKit applications with the Cloudflare adapter may be affected by the type collision fix.
Update to version 7.2.9 to resolve the type collision issue.
This patch release focuses on bug fixes, including improvements to prerendering, caching, environment variable handling, and error responses.
Developers using SvelteKit may need to address specific issues related to prerendering, caching, and environment variable handling.
Update to version 2.65.2 to benefit from the latest bug fixes.
This release includes several bug fixes addressing issues with Vite development client imports, unused bundle and stylesheet files, query resetting during navigation, and asset loading for absolute path apps.
Developers using SvelteKit with non-standard `NODE_ENV` settings, `bundleStrategy: 'inline'`, `invalidateAll`, or absolute path apps may be affected.
Update to version 2.65.1 to benefit from the bug fixes.
This release includes a fix for query reset behavior during navigation when `invalidateAll` is set.
Developers using `invalidateAll` during navigation may be affected.
Update to this version to ensure proper query reset behavior.
This release introduces a new feature allowing queries to refresh other queries and includes fixes for deduplicating remote data and optimizing client builds.
Developers using SvelteKit's query functionality may benefit from the new feature and optimizations.
Update to this version to take advantage of the new query refresh feature and build optimizations.
This release introduces the ability for queries to refresh other queries and includes fixes for deduplicating remote data and optimizing client builds.
Developers using SvelteKit's query functionality and client-side rendering will be affected.
Update to version 2.65.0 to benefit from the new query refresh feature and build optimizations.
This release introduces support for commands to receive `File` objects and fixes an issue where server components were incorrectly bundled when SSR is turned off for a route.
Developers using commands that handle `File` objects and those configuring SSR for specific routes are affected.
Update to this version to benefit from the new feature and bug fix.
This patch release focuses on bug fixes, including improvements to `query.live` using SSE, Windows path handling in `env.d.ts`, and better handling of explicit environment variables.
Users relying on `query.live`, Windows environments, or explicit environment variables may be affected.
Update to version 2.63.1 to benefit from the fixes.