pull/1293/head v1.58.5
Conduitry 6 years ago
parent c067bcb112
commit 78f506a50b

@ -1,5 +1,10 @@
# Svelte changelog
## 1.58.5
* Allow backtick string literals for `svg`, `tag`, and `props` properties ([#1284](https://github.com/sveltejs/svelte/issues/1284))
* Fix removal of transition styles under Firefox ([#1288](https://github.com/sveltejs/svelte/pull/1288))
## 1.58.4
* Fix initial state regression ([#1283](https://github.com/sveltejs/svelte/pull/1283))

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

Loading…
Cancel
Save