0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v1.22.3

This commit is contained in:
Rich Harris 2017-06-12 20:44:06 -04:00
parent bb17940b7e
commit 5dc12bbe84
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Svelte changelog
## 1.22.3
* Fix nested component unmounting bug ([#625](https://github.com/sveltejs/svelte/issues/625))
* Allow components to have computed member expression bindings ([#624](https://github.com/sveltejs/svelte/issues/624))
* Handle empty `<style>` tags ([#634](https://github.com/sveltejs/svelte/issues/634))
* Warn on missing component ([#623](https://github.com/sveltejs/svelte/issues/623))
* Allow dynamic `type` attribute for unbound inputs ([#620](https://github.com/sveltejs/svelte/issues/620))
* Rename `addEventListener` and `removeEventListener` directives ([#621](https://github.com/sveltejs/svelte/issues/621))
## 1.22.2
* Escape template strings correctly in SSR output ([#616](https://github.com/sveltejs/svelte/issues/616))

View File

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