pull/360/head v1.11.1
Rich-Harris 8 years ago
parent be8efcc9f2
commit af02e36b2b

@ -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