pull/572/head v1.20.1
Rich-Harris 7 years ago
parent 86e05aaf74
commit 35d820f391

@ -1,5 +1,9 @@
# Svelte changelog
## 1.20.1
* Fix insertion order of `if` blocks and their anchors ([#569](https://github.com/sveltejs/svelte/issues/569))
## 1.20.0
* Faster, better updates of keyed each blocks ([#373](https://github.com/sveltejs/svelte/issues/373), [#543](https://github.com/sveltejs/svelte/issues/543))

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

Loading…
Cancel
Save