pull/828/head v1.38.0
Rich Harris 7 years ago
parent ad59771bbc
commit cc7bf6fca3

@ -1,5 +1,11 @@
# Svelte changelog
## 1.38.0
* Compile-time a11y warnings ([#815](https://github.com/sveltejs/svelte/pull/815))
* Remove redundant input blowback guards ([#645](https://github.com/sveltejs/svelte/issues/645))
* Use component name in debugging messages ([#781](https://github.com/sveltejs/svelte/issues/781))
## 1.37.0
* Experimental support for compiling to custom elements ([#797](https://github.com/sveltejs/svelte/issues/797))

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

Loading…
Cancel
Save