pull/295/head v1.6.9
Rich Harris 8 years ago
parent 47cd1d4df3
commit f3afc4ad88

@ -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))

@ -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": [

Loading…
Cancel
Save