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

-> v2.9.3

This commit is contained in:
Conduitry 2018-07-09 13:09:12 -04:00
parent 26dfb9afa7
commit 557e7b7ccb
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Svelte changelog
## v2.9.3
* Fix bug when an each block contains transitions but its else branch does not ([#1559](https://github.com/sveltejs/svelte/issues/1559))
* If an event handler throws an exception, don't block all future calls to that handler ([#1573](https://github.com/sveltejs/svelte/issues/1573))
## 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))

View File

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