Skip to content

Commit d4c7829

Browse files
Version Packages (#17812)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## svelte@5.53.6 ### Patch Changes - perf: optimize parser hot paths for faster compilation ([#17811](#17811)) - fix: `SvelteMap` incorrectly handles keys with `undefined` values ([#17826](#17826)) - fix: SvelteURL `search` setter now returns the normalized value, matching native URL behavior ([#17828](#17828)) - fix: visit synthetic value node during ssr ([#17824](#17824)) - fix: always case insensitive event handlers during ssr ([#17822](#17822)) - chore: more efficient effect scheduling ([#17808](#17808)) - perf: optimize compiler analysis phase ([#17823](#17823)) - fix: skip redundant batch.apply ([#17816](#17816)) - chore: null out current_batch before committing branches ([#17809](#17809)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 361b32c commit d4c7829

12 files changed

+24
-47
lines changed

.changeset/fast-parser-hotpaths.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-svelte-map-undefined.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-svelte-url-search-normalization.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/itchy-carpets-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-seas-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-taxes-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-brooms-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/vast-dolls-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/vast-ties-wash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/svelte/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# svelte
22

3+
## 5.53.6
4+
5+
### Patch Changes
6+
7+
- perf: optimize parser hot paths for faster compilation ([#17811](https://github.com/sveltejs/svelte/pull/17811))
8+
9+
- fix: `SvelteMap` incorrectly handles keys with `undefined` values ([#17826](https://github.com/sveltejs/svelte/pull/17826))
10+
11+
- fix: SvelteURL `search` setter now returns the normalized value, matching native URL behavior ([#17828](https://github.com/sveltejs/svelte/pull/17828))
12+
13+
- fix: visit synthetic value node during ssr ([#17824](https://github.com/sveltejs/svelte/pull/17824))
14+
15+
- fix: always case insensitive event handlers during ssr ([#17822](https://github.com/sveltejs/svelte/pull/17822))
16+
17+
- chore: more efficient effect scheduling ([#17808](https://github.com/sveltejs/svelte/pull/17808))
18+
19+
- perf: optimize compiler analysis phase ([#17823](https://github.com/sveltejs/svelte/pull/17823))
20+
21+
- fix: skip redundant batch.apply ([#17816](https://github.com/sveltejs/svelte/pull/17816))
22+
23+
- chore: null out current_batch before committing branches ([#17809](https://github.com/sveltejs/svelte/pull/17809))
24+
325
## 5.53.5
426

527
### Patch Changes

0 commit comments

Comments
 (0)