pull/542/head v1.18.2
Rich-Harris 7 years ago
parent e80edf8386
commit a2ce4a4628

@ -1,5 +1,11 @@
# Svelte changelog
## 1.18.2
* Parenthesize if-block conditions ([#532](https://github.com/sveltejs/svelte/issues/532))
* Fix parsing of parenthesized expressions ([#534](https://github.com/sveltejs/svelte/issues/534))
* Fix error on `bind:checked` that doesn't belong to a checkbox input ([#529](https://github.com/sveltejs/svelte/pull/529))
## 1.18.1
* Allow `destroy()` in event handlers ([#523](https://github.com/sveltejs/svelte/issues/523))

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

Loading…
Cancel
Save