File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 3.10.0
4
+
5
+ * Add ` blur ` transition ([ #3477 ] ( https://github.com/sveltejs/svelte/pull/3477 ) )
6
+ * Prevent ` <input type="number"> ` edge case with spread props ([ #3426 ] ( https://github.com/sveltejs/svelte/issues/3426 ) )
7
+ * Robustify cyclical dependency detection, improve errors ([ #3459 ] ( https://github.com/sveltejs/svelte/issues/3459 ) )
8
+
3
9
## 3.9.2
4
10
5
11
* Fix handling of additional @-rules in style blocks ([ #2995 ] ( https://github.com/sveltejs/svelte/pull/2995 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.9.2 " ,
3
+ "version" : " 3.10.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