pull/1414/head v2.4.3
Rich Harris 6 years ago
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…
Cancel
Save