We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a04cf commit 22f0ed9Copy full SHA for 22f0ed9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 1.56.4
4
+
5
+* Allow `component` and `state` to be context names ([#1213](https://github.com/sveltejs/svelte/issues/1213))
6
+* Don't remove `@supports` rules when `cascade: false` ([#1215](https://github.com/sveltejs/svelte/issues/1215))
7
8
## 1.56.3
9
10
* Top-level transitions work inside nested components ([#1188](https://github.com/sveltejs/svelte/issues/1188))
package.json
@@ -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": [
0 commit comments