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.6.7
4
+
5
+ * Prevent corruption of outro callbacks with nested keyed each blocks ([ #3209 ] ( https://github.com/sveltejs/svelte/pull/3209 ) )
6
+ * Prevent cursor jumping in bound input in Safari ([ #3199 ] ( https://github.com/sveltejs/svelte/issues/3199 ) )
7
+ * Make resize listener object unfocusable ([ #3206 ] ( https://github.com/sveltejs/svelte/issues/3206 ) )
8
+
3
9
## 3.6.6
4
10
5
11
* Prevent dynamic components being detached twice ([ #3113 ] ( https://github.com/sveltejs/svelte/issues/3113 ) , [ #2086 ] ( https://github.com/sveltejs/svelte/issues/2086 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.6.6 " ,
3
+ "version" : " 3.6.7 " ,
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