pull/533/head v1.18.1
Rich-Harris 7 years ago
parent ae75bef3c9
commit 8e87c688ae

@ -1,5 +1,10 @@
# Svelte changelog
## 1.18.1
* Allow `destroy()` in event handlers ([#523](https://github.com/sveltejs/svelte/issues/523))
* Fix bug with `{{yield}}` blocks following elements ([#524](https://github.com/sveltejs/svelte/issues/524))
## 1.18.0
* Visit `<select>` attributes after children, to ensure options are in the right state ([#521](https://github.com/sveltejs/svelte/pull/521))

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

Loading…
Cancel
Save