pull/488/head v1.15.1
Rich-Harris 7 years ago
parent 4f20ac8710
commit 850c4745c8

@ -1,5 +1,10 @@
# Svelte changelog
## 1.15.1
* Clone data before merging it with state ([#479](https://github.com/sveltejs/svelte/issues/479))
* Apply binding event handlers before user event handlers ([#486](https://github.com/sveltejs/svelte/issues/486))
## 1.15.0
* Dev mode — downgrade 'missing data' to a warning, and ignore whitelisted globals ([#475](https://github.com/sveltejs/svelte/issues/475))

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

Loading…
Cancel
Save