0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.16.0

This commit is contained in:
Rich-Harris 2017-04-17 19:32:27 -04:00
parent ffe040a990
commit 7f2dab6b4f
2 changed files with 6 additions and 1 deletions

View File

@ -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))

View File

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