pull/28/head v1.0.2
Rich-Harris 8 years ago
parent be03b76950
commit fd9dc9033a

@ -1,5 +1,9 @@
# Svelte changelog
## 1.0.2
Set `style.cssText` rather than `style` ([#44](https://github.com/sveltejs/svelte/issues/44))
## 1.0.1
* Preserve SVG namespace inside each blocks

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

Loading…
Cancel
Save