0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 17:19:22 +01:00

-> v2.6.3

This commit is contained in:
Rich Harris 2018-05-16 22:05:56 -04:00
parent 8b20837e2a
commit b6300eea5e
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# 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
* Fix spread+bindings on dynamic components ([#1433](https://github.com/sveltejs/svelte/issues/1433))

View File

@ -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": {