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

-> v1.6.9

This commit is contained in:
Rich Harris 2017-02-24 14:08:57 -05:00
parent 47cd1d4df3
commit f3afc4ad88
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Svelte changelog
## 1.6.9
* Don't trigger bindings for torn-down components ([#277](https://github.com/sveltejs/svelte/issues/277))
* SSR: Handle two-way bindings ([#275](https://github.com/sveltejs/svelte/issues/275))
* Improve performance by checking data has changed before updates ([#279](https://github.com/sveltejs/svelte/pull/279))
* Parse CSS with css-tree to prevent transformation errors with unconventional styles ([#288](https://github.com/sveltejs/svelte/issues/288))
## 1.6.8
* Always trigger `onrender`, including when change initiator is a nested component ([#263](https://github.com/sveltejs/svelte/issues/263))

View File

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