Skip to content

Commit

Permalink
-> v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 16, 2018
1 parent 79ea0bd commit c0fb21d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c0fb21d

Please sign in to comment.