mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v1.15.1
This commit is contained in:
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…
Reference in New Issue
Block a user