Comparing version 1.39.2 to 1.39.3
# Svelte changelog | ||
## 1.39.3 | ||
* Allow `slot='...'` inside custom elements ([#827](https://github.com/sveltejs/svelte/issues/827)) | ||
* Disallow `slot='...'` inside if/each blocks ([#849](https://github.com/sveltejs/svelte/issues/849)) | ||
* Use correct parent node for slotted if blocks ([#850](https://github.com/sveltejs/svelte/issues/850)) | ||
## 1.39.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "svelte", | ||
"version": "1.39.2", | ||
"version": "1.39.3", | ||
"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
2023542
17693