File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Svelte changelog
2
2
3
+ ## 3.6.8
4
+
5
+ * Preserve global keyframes that don't match local elements ([ #3228 ] ( https://github.com/sveltejs/svelte/issues/3228 ) )
6
+ * Fix spread/` class: ` combination ([ #3242 ] ( https://github.com/sveltejs/svelte/pull/3242 ) )
7
+ * Never scope ` :root ` selector ([ #3250 ] ( https://github.com/sveltejs/svelte/pull/3250 ) )
8
+ * Prevent trailing commas in function arguments ([ #3255 ] ( https://github.com/sveltejs/svelte/pull/3260 ) )
9
+
3
10
## 3.6.7
4
11
5
12
* Prevent corruption of outro callbacks with nested keyed each blocks ([ #3209 ] ( https://github.com/sveltejs/svelte/pull/3209 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 3.6.7 " ,
3
+ "version" : " 3.6.8 " ,
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