pull/244/head v1.6.3
Rich Harris 8 years ago
parent 00db8419d2
commit 6aab38a15d

@ -1,5 +1,11 @@
# Svelte changelog
## 1.6.3
* Fix `{{yield}}` bugs for components inside `if` and `each` blocks ([#230](https://github.com/sveltejs/svelte/issues/230), [#231](https://github.com/sveltejs/svelte/issues/231))
* Set attributes on `<svg>` elements correctly ([#233](https://github.com/sveltejs/svelte/issues/233))
* Add `svelte.VERSION` property to compiler
## 1.6.2
* Use helpers for `addEventListener`, `removeEventListener`, `setAttribute` ([#227](https://github.com/sveltejs/svelte/pull/227))

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

Loading…
Cancel
Save