We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b20837 commit b6300eeCopy full SHA for b6300ee
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 2.6.3
4
+
5
+* Nested transitions respect `skipIntroByDefault` ([#1460](https://github.com/sveltejs/svelte/issues/1460))
6
+* Always create outro for top-level block ([#1470](https://github.com/sveltejs/svelte/issues/1470))
7
8
## 2.6.2
9
10
* Fix spread+bindings on dynamic components ([#1433](https://github.com/sveltejs/svelte/issues/1433))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "2.6.2",
+ "version": "2.6.3",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {
0 commit comments