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:
parent
ffe040a990
commit
7f2dab6b4f
@ -1,5 +1,10 @@
|
|||||||
# Svelte changelog
|
# 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
|
## 1.15.1
|
||||||
|
|
||||||
* Clone data before merging it with state ([#479](https://github.com/sveltejs/svelte/issues/479))
|
* Clone data before merging it with state ([#479](https://github.com/sveltejs/svelte/issues/479))
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte",
|
"name": "svelte",
|
||||||
"version": "1.15.1",
|
"version": "1.16.0",
|
||||||
"description": "The magical disappearing UI framework",
|
"description": "The magical disappearing UI framework",
|
||||||
"main": "compiler/svelte.js",
|
"main": "compiler/svelte.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user