pull/7738/head
Rich-Harris 9 years ago
parent 5611337f3c
commit 53d53ba591

@ -1,5 +1,9 @@
# Svelte changelog
## 1.11.1
* Fix two-way binding for components inside `each` blocks ([#356](https://github.com/sveltejs/svelte/issues/356))
## 1.11.0
* Add `format: 'eval'` and `svelte.create`, to create components directly from source code ([#345](https://github.com/sveltejs/svelte/issues/345))

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

Loading…
Cancel
Save