|
|
|
@ -1,5 +1,12 @@
|
|
|
|
|
# Svelte changelog
|
|
|
|
|
|
|
|
|
|
## 3.6.8
|
|
|
|
|
|
|
|
|
|
* Preserve global keyframes that don't match local elements ([#3228](https://github.com/sveltejs/svelte/issues/3228))
|
|
|
|
|
* Fix spread/`class:` combination ([#3242](https://github.com/sveltejs/svelte/pull/3242))
|
|
|
|
|
* Never scope `:root` selector ([#3250](https://github.com/sveltejs/svelte/pull/3250))
|
|
|
|
|
* Prevent trailing commas in function arguments ([#3255](https://github.com/sveltejs/svelte/pull/3260))
|
|
|
|
|
|
|
|
|
|
## 3.6.7
|
|
|
|
|
|
|
|
|
|
* Prevent corruption of outro callbacks with nested keyed each blocks ([#3209](https://github.com/sveltejs/svelte/pull/3209))
|
|
|
|
|