File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 3.6.3
4
+
5
+ * Fix await block mounting inside removed if block ([ #1496 ] ( https://github.com/sveltejs/svelte/issues/1496 ) )
6
+ * Update when element references are removed ([ #2034 ] ( https://github.com/sveltejs/svelte/issues/2034 ) )
7
+ * Don't attempt to serialize non-string values in server-rendered bindings ([ #2135 ] ( https://github.com/sveltejs/svelte/issues/2135 ) )
8
+ * Recognise dependencies in function expressions ([ #2693 ] ( https://github.com/sveltejs/svelte/issues/2693 ) )
9
+ * Scope pseudo-class selectors without class/type ([ #1705 ] ( https://github.com/sveltejs/svelte/issues/1705 ) )
10
+ * Allow nested at-rules ([ #3135 ] ( https://github.com/sveltejs/svelte/issues/3135 ) )
11
+ * Allow attributes to contain ` = ` characters ([ #3149 ] ( https://github.com/sveltejs/svelte/pull/3149 ) )
12
+
3
13
## 3.6.2
4
14
5
15
* Fix placement of each-else block ([ #2917 ] ( https://github.com/sveltejs/svelte/issues/2917 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.6.2 " ,
3
+ "version" : " 3.6.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