Comparing version 1.37.0 to 1.38.0
# 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 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "svelte", | ||
"version": "1.37.0", | ||
"version": "1.38.0", | ||
"description": "The magical disappearing UI framework", | ||
@@ -5,0 +5,0 @@ "main": "compiler/svelte.js", |
@@ -513,3 +513,3 @@ function noop() {} | ||
throw new Error( | ||
'Component .set was called without an object of data key-values to update.' | ||
this._debugName + ' .set was called without an object of data key-values to update.' | ||
); | ||
@@ -516,0 +516,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1923927
16682
51
302
6