Skip to content

Commit 52153db

Browse files
committed
-> v3.49.0
1 parent 3798808 commit 52153db

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Svelte changelog
22

3-
## Unreleased
3+
## 3.49.0
44

5-
* Faster SSR ([#5701](https://github.com/sveltejs/svelte/pull/5701))
6-
* Fix `class:` directive updates with `<svelte:element>` ([#7521](https://github.com/sveltejs/svelte/issues/7521), [#7571](https://github.com/sveltejs/svelte/issues/7571))
7-
* Harden attribute escaping during ssr ([#7530](https://github.com/sveltejs/svelte/pull/7530))
5+
* Improve performance of string escaping during SSR ([#5701](https://github.com/sveltejs/svelte/pull/5701))
86
* Add `ComponentType` and `ComponentProps` convenience types ([#6770](https://github.com/sveltejs/svelte/pull/6770))
9-
* Fix empty component not properly destroyed ([#7488](https://github.com/sveltejs/svelte/issues/7488))
10-
* Add CSS at-rule `@layer` support ([#7504](https://github.com/sveltejs/svelte/issues/7504))
7+
* Add support for CSS `@layer` ([#7504](https://github.com/sveltejs/svelte/issues/7504))
118
* Export `CompileOptions` from `svelte/compiler` ([#7658](https://github.com/sveltejs/svelte/pull/7658))
9+
* Fix DOM-less components not being properly destroyed ([#7488](https://github.com/sveltejs/svelte/issues/7488))
10+
* Fix `class:` directive updates with `<svelte:element>` ([#7521](https://github.com/sveltejs/svelte/issues/7521), [#7571](https://github.com/sveltejs/svelte/issues/7571))
11+
* Harden attribute escaping during SSR ([#7530](https://github.com/sveltejs/svelte/pull/7530))
1212

1313
## 3.48.0
1414

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.48.0",
3+
"version": "3.49.0",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)