v2 v2.16.1
Rich Harris 5 years ago
parent 7f7e1bec8b
commit 1e4ecf6bae

@ -1,5 +1,9 @@
# Svelte changelog
## 2.16.1
* Set `_recompute` method before defining custom elements — fixes ([#2049](https://github.com/sveltejs/svelte/issues/2049))
## 2.16.0
* Allow multiple window bindings ([#1859](https://github.com/sveltejs/svelte/issues/1859))

@ -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": {

Loading…
Cancel
Save