File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 2.9.10
4
+
5
+ * Handle ` null ` consistently in tags ([ #1598 ] ( https://github.com/sveltejs/svelte/issues/1598 ) )
6
+ * Support object rest in computed properties ([ #1540 ] ( https://github.com/sveltejs/svelte/issues/1540 ) )
7
+ * Always update dynamic components when expression changes ([ #1621 ] ( https://github.com/sveltejs/svelte/issues/1621 ) )
8
+ * Encapsulate local styles inside global styles ([ #1618 ] ( https://github.com/sveltejs/svelte/issues/1618 ) )
9
+
3
10
## 2.9.9
4
11
5
12
* Fix attribute name regex ([ #1623 ] ( https://github.com/sveltejs/svelte/pull/1623 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 2.9.9 " ,
3
+ "version" : " 2.9.10 " ,
4
4
"description" : " The magical disappearing UI framework" ,
5
5
"main" : " compiler/svelte.js" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments