pull/339/head v1.10.0
Rich-Harris 8 years ago
parent 5c1f7b606b
commit d8dbe4e94e

@ -1,5 +1,10 @@
# Svelte changelog
## 1.10.0
* Component self-references with `<:Self/>` ([#51](https://github.com/sveltejs/svelte/issues/51))
* Two-way binding with `<select multiple>` ([#313](https://github.com/sveltejs/svelte/issues/313))
## 1.9.1
* Better error for malformed event handlers ([#220](https://github.com/sveltejs/svelte/issues/220))

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

Loading…
Cancel
Save