pull/370/head v1.11.2
Rich Harris 8 years ago
parent 6fdbe52726
commit 7525d6417d

@ -1,5 +1,9 @@
# Svelte changelog
## 1.11.2
* Add component CSS to each document a component is rendered to ([#331](https://github.com/sveltejs/svelte/issues/331))
## 1.11.1
* Fix two-way binding for components inside `each` blocks ([#356](https://github.com/sveltejs/svelte/issues/356))

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

Loading…
Cancel
Save