We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6928284 commit 0a6310fCopy full SHA for 0a6310f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 3.16.3
4
+
5
+* Fix bitmask overflow when using slotted components ([#4077](https://github.com/sveltejs/svelte/issues/4077))
6
+* Remove unnecessary `$$invalidate` calls from init block ([#4018](https://github.com/sveltejs/svelte/issues/4018))
7
8
## 3.16.2
9
10
* Handle slot updates when parent component has a bitmask overflow ([#4078](https://github.com/sveltejs/svelte/pull/4078))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "3.16.2",
+ "version": "3.16.3",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",
0 commit comments