Skip to content

Version Packages #13536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/angry-peaches-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-donkeys-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-radios-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-hounds-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-pigs-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-mangos-develop.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @sveltejs/kit

## 2.18.0
### Minor Changes


- feat: allow async `reroute` ([#13520](https://github.com/sveltejs/kit/pull/13520))


- feat: provide `normalizeUrl` helper ([#13539](https://github.com/sveltejs/kit/pull/13539))


### Patch Changes


- fix: correct navigation history with hash router and ensure load functions are rerun on user changes to URL hash ([#13492](https://github.com/sveltejs/kit/pull/13492))


- fix: include universal load assets as server assets ([#13531](https://github.com/sveltejs/kit/pull/13531))


- fix: Include root layout and error nodes even when apps have only prerendered pages ([#13522](https://github.com/sveltejs/kit/pull/13522))


- fix: correctly preload data on `mousedown`/`touchstart` if code was preloaded on hover ([#13530](https://github.com/sveltejs/kit/pull/13530))

## 2.17.3
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "2.17.3",
"version": "2.18.0",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated during release, do not modify

/** @type {string} */
export const VERSION = '2.17.3';
export const VERSION = '2.18.0';