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

-> v2.14.3

This commit is contained in:
Rich Harris 2018-10-24 11:53:23 -04:00
parent d49f5f2136
commit c29dc42e2e
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Svelte changelog
## 2.14.3
* Account for directive dependencies ([#1793](https://github.com/sveltejs/svelte/issues/1793))
* Detach each block iterations in each blocks with no update method ([#1795](https://github.com/sveltejs/svelte/issues/1795))
## 2.14.2
* Fix issue with nested `{#if}` blocks ([#1780](https://github.com/sveltejs/svelte/issues/1780))

View File

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