Comparing version 1.54.1 to 1.54.2
# Svelte changelog | ||
## 1.54.2 | ||
* Prevent `await` blocks using stale state ([#1131](https://github.com/sveltejs/svelte/issues/1131)) | ||
* Prevent erroneous missing data warnings for custom elements ([#1065](https://github.com/sveltejs/svelte/issues/1065)) | ||
* Remove empty selectors in prod mode ([#1138](https://github.com/sveltejs/svelte/issues/1138)) | ||
* Escape attribute values in SSR mode ([#1155](https://github.com/sveltejs/svelte/pull/1155)) | ||
* Remove `<noscript>` elements in DOM mode ([#1108](https://github.com/sveltejs/svelte/issues/1108)) | ||
* Allow interpolation in, and hydration of, non-root `<script>`/`<style>` tags ([#1163](https://github.com/sveltejs/svelte/pull/1163)) | ||
## 1.54.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "svelte", | ||
"version": "1.54.1", | ||
"version": "1.54.2", | ||
"description": "The magical disappearing UI framework", | ||
@@ -5,0 +5,0 @@ "main": "compiler/svelte.js", |
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
2294110
19996