pull/1283/head v1.58.3
Rich-Harris 7 years ago
parent c9435fc87f
commit 00871faf5f

@ -1,5 +1,10 @@
# Svelte changelog
## 1.58.3
* Actions run in the context of the component ([#1279](https://github.com/sveltejs/svelte/pull/1279))
* Set refs when mounting dynamic components ([#1280](https://github.com/sveltejs/svelte/pull/1280))
## 1.58.2
* (1.58.1 failed to publish)

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

Loading…
Cancel
Save