mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 01:11:24 +01:00
-> v1.54.1
This commit is contained in:
parent
ca779a452d
commit
37d5260036
@ -1,5 +1,10 @@
|
||||
# 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
|
||||
|
||||
* Run `oncreate` hooks depth-first, top-to-bottom ([#1135](https://github.com/sveltejs/svelte/issues/1135))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.54.0",
|
||||
"version": "1.54.1",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user