pull/813/head v1.37.0
Rich Harris 7 years ago
parent 7c29defef4
commit 0e80248cdd

@ -1,5 +1,9 @@
# Svelte changelog
## 1.37.0
* Experimental support for compiling to custom elements ([#797](https://github.com/sveltejs/svelte/issues/797))
## 1.36.0
* Optimize `style` attributes where possible ([#455](https://github.com/sveltejs/svelte/issues/455))

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

Loading…
Cancel
Save