We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae75bef commit 8e87c68Copy full SHA for 8e87c68
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 1.18.1
4
+
5
+* Allow `destroy()` in event handlers ([#523](https://github.com/sveltejs/svelte/issues/523))
6
+* Fix bug with `{{yield}}` blocks following elements ([#524](https://github.com/sveltejs/svelte/issues/524))
7
8
## 1.18.0
9
10
* Visit `<select>` attributes after children, to ensure options are in the right state ([#521](https://github.com/sveltejs/svelte/pull/521))
package.json
@@ -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": [
0 commit comments