mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v2.4.3
This commit is contained in:
parent
bea1265cae
commit
7ad374d8c2
@ -1,5 +1,10 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 2.4.3
|
||||
|
||||
* `ref` directives prevent HTMLified content ([#1407](https://github.com/sveltejs/svelte/issues/1407))
|
||||
* Store computed properties update components immediately upon declaration ([#1327](https://github.com/sveltejs/svelte/issues/1327))
|
||||
|
||||
## 2.4.2
|
||||
|
||||
* Evaluate `each` key in child scope ([#1397](https://github.com/sveltejs/svelte/issues/1397))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "2.4.2",
|
||||
"version": "2.4.3",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"bin": {
|
||||
|
Loading…
Reference in New Issue
Block a user