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

-> v1.11.4

This commit is contained in:
Rich Harris 2017-03-16 15:38:57 -04:00
parent 75abd0e6c7
commit 1bf03a9152
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Svelte changelog
## 1.11.4
* Dev mode warning for bad `component.observe` arguments ([#369](https://github.com/sveltejs/svelte/issues/369))
* Translate `component.on('teardown', ...)` to `component.on('destroy', ...)` and add dev warning ([#365](https://github.com/sveltejs/svelte/issues/365))
* Use shared prototype to save bytes ([#378](https://github.com/sveltejs/svelte/pull/378))
## 1.11.3
* Undo CSS behaviour change in 1.11.2 ([#372](https://github.com/sveltejs/svelte/issues/372))

View File

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