We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad59771 commit cc7bf6fCopy full SHA for cc7bf6f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Svelte changelog
2
3
+## 1.38.0
4
+
5
+* Compile-time a11y warnings ([#815](https://github.com/sveltejs/svelte/pull/815))
6
+* Remove redundant input blowback guards ([#645](https://github.com/sveltejs/svelte/issues/645))
7
+* Use component name in debugging messages ([#781](https://github.com/sveltejs/svelte/issues/781))
8
9
## 1.37.0
10
11
* Experimental support for compiling to custom elements ([#797](https://github.com/sveltejs/svelte/issues/797))
package.json
@@ -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": [
0 commit comments