pull/4088/head v3.16.3
Rich Harris 5 years ago
parent 6928284085
commit 0a6310f7a3

@ -1,5 +1,10 @@
# Svelte changelog
## 3.16.3
* Fix bitmask overflow when using slotted components ([#4077](https://github.com/sveltejs/svelte/issues/4077))
* Remove unnecessary `$$invalidate` calls from init block ([#4018](https://github.com/sveltejs/svelte/issues/4018))
## 3.16.2
* Handle slot updates when parent component has a bitmask overflow ([#4078](https://github.com/sveltejs/svelte/pull/4078))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.16.2",
"version": "3.16.3",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",

Loading…
Cancel
Save