pull/1150/head v1.54.1
Rich Harris 7 years ago
parent ca779a452d
commit 37d5260036

@ -1,5 +1,10 @@
# Svelte changelog # Svelte changelog
## 1.54.1
* Hoist destructured references ([#1139](https://github.com/sveltejs/svelte/issues/1139))
* Add `bind:volume` for media elements ([#1143](https://github.com/sveltejs/svelte/issues/1143))
## 1.54.0 ## 1.54.0
* Run `oncreate` hooks depth-first, top-to-bottom ([#1135](https://github.com/sveltejs/svelte/issues/1135)) * Run `oncreate` hooks depth-first, top-to-bottom ([#1135](https://github.com/sveltejs/svelte/issues/1135))

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

Loading…
Cancel
Save