pull/1887/head v2.16.0
Rich Harris 7 years ago
parent 79ea0bd43c
commit c0fb21dee9

@ -1,5 +1,12 @@
# Svelte changelog
## 2.16.0
* Allow multiple window bindings ([#1859](https://github.com/sveltejs/svelte/issues/1859))
* Add `--customElement` CLI flag ([#1843](https://github.com/sveltejs/svelte/pull/1843))
* Fix lifecycle order bug with window bindings ([#1743](https://github.com/sveltejs/svelte/issues/1743))
* Fix order of `await` block next to non-element block ([#1440](https://github.com/sveltejs/svelte/issues/1440))
## 2.15.4
* IE `classList` fix ([#1868](https://github.com/sveltejs/svelte/pull/1868))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.15.4",
"version": "2.16.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save