Skip to content

Commit 04af249

Browse files
committed
-> v3.4.3
1 parent 03b440d commit 04af249

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Svelte changelog
22

3+
## 3.4.3
4+
5+
* Add type declaration files for everything ([#2842](https://github.com/sveltejs/svelte/pull/2842))
6+
* Prevent `svelte/store` being bundled ([#2786](https://github.com/sveltejs/svelte/issues/2786))
7+
* Warn on unknown props in dev mode ([#2840](https://github.com/sveltejs/svelte/pull/2840))
8+
* Treat `requestAnimationFrame` as a no-op on the server ([#2856](https://github.com/sveltejs/svelte/pull/2856))
9+
* Add `raw` property to AST's `Text` nodes ([#2714](https://github.com/sveltejs/svelte/issues/2714))
10+
* Add `<details bind:open>` ([#2854](https://github.com/sveltejs/svelte/issues/2854))
11+
312
## 3.4.2
413

514
* Use empty string for empty data attributes ([#2804](https://github.com/sveltejs/svelte/pull/2804))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)