pull/38/head v1.0.1
Rich Harris 8 years ago
parent da980983c6
commit f95656c561

@ -1,5 +1,10 @@
# Svelte changelog
## 1.0.1
* Preserve SVG namespace inside each blocks
* Always use `setAttribute` with SVG elements
## 1.0.0
* Generate AMD, CJS, IIFE and UMD builds

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

Loading…
Cancel
Save