pull/1490/head v2.6.3
Rich Harris 6 years ago
parent 8b20837e2a
commit b6300eea5e

@ -1,5 +1,10 @@
# Svelte changelog # Svelte changelog
## 2.6.3
* Nested transitions respect `skipIntroByDefault` ([#1460](https://github.com/sveltejs/svelte/issues/1460))
* Always create outro for top-level block ([#1470](https://github.com/sveltejs/svelte/issues/1470))
## 2.6.2 ## 2.6.2
* Fix spread+bindings on dynamic components ([#1433](https://github.com/sveltejs/svelte/issues/1433)) * Fix spread+bindings on dynamic components ([#1433](https://github.com/sveltejs/svelte/issues/1433))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "2.6.2", "version": "2.6.3",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"bin": { "bin": {

Loading…
Cancel
Save