File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
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
+
3
12
## 3.4.2
4
13
5
14
* Use empty string for empty data attributes ([ #2804 ] ( https://github.com/sveltejs/svelte/pull/2804 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.4.2 " ,
3
+ "version" : " 3.4.3 " ,
4
4
"description" : " Cybernetically enhanced web apps" ,
5
5
"module" : " index.mjs" ,
6
6
"main" : " index" ,
You can’t perform that action at this time.
0 commit comments