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

-> v1.6.8

This commit is contained in:
Rich Harris 2017-02-01 17:21:04 -05:00
parent face13a703
commit 41ed025cc6
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Svelte changelog
## 1.6.8
* Always trigger `onrender`, including when change initiator is a nested component ([#263](https://github.com/sveltejs/svelte/issues/263))
* Handle default function parameters in computations ([#274](https://github.com/sveltejs/svelte/issues/274))
## 1.6.7
* SSR: Fix apostrophes ([#267](https://github.com/sveltejs/svelte/issues/267))

View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.6.7",
"version": "1.6.8",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [