pull/770/head v1.29.2
Rich Harris 7 years ago
parent 3757e75d51
commit 1d77a45fdc

@ -1,5 +1,11 @@
# Svelte changelog
## 1.29.2
* Preserve space before non-parenthesized media query expression ([#759](https://github.com/sveltejs/svelte/issues/759))
* Call `create()` on new iterations of static each blocks ([#762](https://github.com/sveltejs/svelte/issues/762))
* Use `change` events as well as `input` events to bind range inputs ([#740](https://github.com/sveltejs/svelte/issues/740))
## 1.29.1
* Replace `set` and `destroy` with `noop` when component is destroyed ([#744](https://github.com/sveltejs/svelte/issues/744))

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

Loading…
Cancel
Save