We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c29def commit 0e80248Copy full SHA for 0e80248
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.37.0
4
+
5
+* Experimental support for compiling to custom elements ([#797](https://github.com/sveltejs/svelte/issues/797))
6
7
## 1.36.0
8
9
* Optimize `style` attributes where possible ([#455](https://github.com/sveltejs/svelte/issues/455))
package.json
@@ -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": [
0 commit comments