pull/1246/head v1.57.4
Rich Harris 7 years ago
parent 26239463c5
commit ef1e2d0c06

@ -1,5 +1,11 @@
# Svelte changelog
## 1.57.4
* Deconflict context names ([#1229](https://github.com/sveltejs/svelte/issues/1229))
* Use `setAttribute` to set input types ([#1209](https://github.com/sveltejs/svelte/issues/1209))
* Scale transition duration correctly ([#1221](https://github.com/sveltejs/svelte/issues/1221))
## 1.57.3
* Fix scoped CSS on static child elements ([#1223](https://github.com/sveltejs/svelte/issues/1223))

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

Loading…
Cancel
Save