0
0
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:
Rich Harris 2018-05-03 10:56:28 -04:00
parent bea1265cae
commit 7ad374d8c2
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Svelte changelog # 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 ## 2.4.2
* Evaluate `each` key in child scope ([#1397](https://github.com/sveltejs/svelte/issues/1397)) * Evaluate `each` key in child scope ([#1397](https://github.com/sveltejs/svelte/issues/1397))

View File

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "2.4.2", "version": "2.4.3",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"bin": { "bin": {