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:
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…
Reference in New Issue
Block a user