File tree 2 files changed +10
-1
lines changed
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.0
4
+
5
+ * Allow custom element to be defined without a ` tag ` ([ #2417 ] ( https://github.com/sveltejs/svelte/issues/2417 ) )
6
+ * Fix parsing of quote marks inside attribute values ([ #2715 ] ( https://github.com/sveltejs/svelte/pull/2754 ) )
7
+ * Convert ` svelte/store ` to TypeScript ([ #2733 ] ( https://github.com/sveltejs/svelte/pull/2733 ) )
8
+ * Allow ` debug ` tags to include hoisted values ([ #2764 ] ( https://github.com/sveltejs/svelte/issues/2764 ) )
9
+ * Parse error if attribute name is missing ` = ` ([ #1513 ] ( https://github.com/sveltejs/svelte/pull/2770 ) )
10
+ * Allow reactive declarations to depend on mutated ` const ` values ([ #2728 ] ( https://github.com/sveltejs/svelte/issues/2728 ) )
11
+
3
12
## 3.3.0
4
13
5
14
* Allow multiple event listeners on a single node ([ #2688 ] ( https://github.com/sveltejs/svelte/issues/2688 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.3 .0" ,
3
+ "version" : " 3.4 .0" ,
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