pull/497/head v1.16.0
Rich-Harris 7 years ago
parent ffe040a990
commit 7f2dab6b4f

@ -1,5 +1,10 @@
# Svelte changelog
## 1.16.0
* Better code generation ([#489](https://github.com/sveltejs/svelte/pull/489)), ([#490](https://github.com/sveltejs/svelte/pull/490)), ([#491](https://github.com/sveltejs/svelte/pull/491))
* Prevent binding blowback on initial render ([#488](https://github.com/sveltejs/svelte/pull/488))
## 1.15.1
* Clone data before merging it with state ([#479](https://github.com/sveltejs/svelte/issues/479))

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

Loading…
Cancel
Save