pull/7738/head
Rich Harris 8 years ago
parent 195f9af187
commit 091e167e07

@ -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…
Cancel
Save