0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v2.9.2

This commit is contained in:
Conduitry 2018-07-09 03:22:13 -04:00
parent a2368cde46
commit 7774c6d92a
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Svelte changelog
## 2.9.2
* Fix conflict when using multiple if-else blocks, some of which use outros and some of which do not ([#1580](https://github.com/sveltejs/svelte/issues/1580))
* Fix some cases where `.innerHTML` was being used to create child elements when it shouldn't ([#1581](https://github.com/sveltejs/svelte/issues/1581))
## 2.9.1
* Use `template.content` instead of `template` where appropriate ([#1571](https://github.com/sveltejs/svelte/issues/1571))

View File

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