pull/1216/head v1.56.3
Rich Harris 7 years ago
parent 6ea1612db8
commit c45b18a387

@ -1,5 +1,10 @@
# Svelte changelog
## 1.56.3
* Top-level transitions work inside nested components ([#1188](https://github.com/sveltejs/svelte/issues/1188))
* Always use internal `_mount` method ([#1201](https://github.com/sveltejs/svelte/issues/1201))
## 1.56.2
* Null out `key` for children of keyed each blocks ([#1202](https://github.com/sveltejs/svelte/issues/1202))

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

Loading…
Cancel
Save