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 8d0b4a1 commit 70ce51dCopy full SHA for 70ce51d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.50.1
4
+
5
+* Prevent main fragment being created twice in custom elements ([#1064](https://github.com/sveltejs/svelte/pull/1064))
6
7
## 1.50.0
8
9
* Detect unused/misplaced components ([#1039](https://github.com/sveltejs/svelte/issues/1039))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.50.0",
+ "version": "1.50.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments