0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v3.6.8

This commit is contained in:
Richard Harris 2019-07-23 09:54:41 -04:00
parent 0e2cf9e555
commit 2761da640a
2 changed files with 8 additions and 1 deletions

View File

@ -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))

View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.6.7",
"version": "3.6.8",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",