We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7e1be commit 1e4ecf6Copy full SHA for 1e4ecf6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 2.16.1
4
+
5
+* Set `_recompute` method before defining custom elements — fixes ([#2049](https://github.com/sveltejs/svelte/issues/2049))
6
7
## 2.16.0
8
9
* Allow multiple window bindings ([#1859](https://github.com/sveltejs/svelte/issues/1859))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "2.16.0",
+ "version": "2.16.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {
0 commit comments