Skip to content

Commit c0fb21d

Browse files
committed
-> v2.16.0
1 parent 79ea0bd commit c0fb21d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Svelte changelog
22

3+
## 2.16.0
4+
5+
* Allow multiple window bindings ([#1859](https://github.com/sveltejs/svelte/issues/1859))
6+
* Add `--customElement` CLI flag ([#1843](https://github.com/sveltejs/svelte/pull/1843))
7+
* Fix lifecycle order bug with window bindings ([#1743](https://github.com/sveltejs/svelte/issues/1743))
8+
* Fix order of `await` block next to non-element block ([#1440](https://github.com/sveltejs/svelte/issues/1440))
9+
310
## 2.15.4
411

512
* IE `classList` fix ([#1868](https://github.com/sveltejs/svelte/pull/1868))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "2.15.4",
3+
"version": "2.16.0",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"bin": {

0 commit comments

Comments
 (0)