pull/1595/merge v2.9.7
Rich Harris 7 years ago
parent 01a099d2e6
commit 8a89e7aec2

@ -1,5 +1,11 @@
# Svelte changelog
## 2.9.7
* Allow `<input type=file bind:files>` ([#1608](https://github.com/sveltejs/svelte/issues/1608))
* Ensure child window exists before removing listener in `addResizeHandler` ([#1600](https://github.com/sveltejs/svelte/issues/1600))
* Handle transitions in `else` block ([#1589](https://github.com/sveltejs/svelte/issues/1589))
## 2.9.6
* Provide more useful error if SSR component attempts to render non-SSR component ([#1605](https://github.com/sveltejs/svelte/issues/1605))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.9.6",
"version": "2.9.7",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save