pull/1218/head v1.56.4
Rich Harris 7 years ago
parent 91a04cfb88
commit 22f0ed9bbf

@ -1,5 +1,10 @@
# Svelte changelog
## 1.56.4
* Allow `component` and `state` to be context names ([#1213](https://github.com/sveltejs/svelte/issues/1213))
* Don't remove `@supports` rules when `cascade: false` ([#1215](https://github.com/sveltejs/svelte/issues/1215))
## 1.56.3
* Top-level transitions work inside nested components ([#1188](https://github.com/sveltejs/svelte/issues/1188))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.56.3",
"version": "1.56.4",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save