Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version Packages
Browse files Browse the repository at this point in the history
github-actions[bot] committed Jan 17, 2025
1 parent 777c8ef commit 00604d4
Showing 16 changed files with 47 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-foxes-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-coats-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-moles-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-badgers-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-flowers-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-spoons-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-geese-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-parrots-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-crabs-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-onions-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-books-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-dancers-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-coins-live.md

This file was deleted.

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

## 2.16.0
### Minor Changes


- feat: add ability to invalidate a custom identifier on `goto()` ([#13256](https://github.com/sveltejs/kit/pull/13256))


- feat: provide `PageProps` and `LayoutProps` types ([#13308](https://github.com/sveltejs/kit/pull/13308))


### Patch Changes


- perf: shorten chunk file names ([#13003](https://github.com/sveltejs/kit/pull/13003))


- fix: support absolute URLs and reroutes with `data-sveltekit-preload-code="viewport"` ([#12217](https://github.com/sveltejs/kit/pull/12217))


- fix: use current `window.fetch` for server load fetch requests ([#13315](https://github.com/sveltejs/kit/pull/13315))


- fix: resolve symlinks when handling routes ([#12740](https://github.com/sveltejs/kit/pull/12740))


- fix: prevent infinite reload when using the hash router and previewing `/index.html` ([#13296](https://github.com/sveltejs/kit/pull/13296))


- fix: service worker base path in dev mode ([#12577](https://github.com/sveltejs/kit/pull/12577))


- chore: error during development when using `use:enhance` with `+server` ([#13197](https://github.com/sveltejs/kit/pull/13197))


- chore: add most common status codes to `redirect()` JS documentation ([#13301](https://github.com/sveltejs/kit/pull/13301))


- fix: fall back to importing dynamic dependencies relative to SvelteKit package ([#12532](https://github.com/sveltejs/kit/pull/12532))


- fix: use arrow function types over bound funcs ([#12955](https://github.com/sveltejs/kit/pull/12955))


- fix: correctly navigate when hash router is enabled and the browser encodes extra hashes ([#13321](https://github.com/sveltejs/kit/pull/13321))

## 2.15.3
### Patch Changes

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.15.3",
"version": "2.16.0",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
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.15.3';
export const VERSION = '2.16.0';

0 comments on commit 00604d4

Please sign in to comment.