pull/1227/head v1.57.2
Rich Harris 7 years ago
parent 26c5982d85
commit dc4fdcf77e

@ -1,5 +1,9 @@
# Svelte changelog
## 1.57.2
* Fix scoped CSS on SVG elements ([#1224](https://github.com/sveltejs/svelte/issues/1224))
## 1.57.1
* Add each_value to contextProps ([#1206](https://github.com/sveltejs/svelte/issues/1206))

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

Loading…
Cancel
Save