pull/1493/head v2.6.4
Rich Harris 6 years ago
parent 73eadb1630
commit 9e52cf931d

@ -1,5 +1,10 @@
# Svelte changelog
## 2.6.4
* Web worker support ([#1487](https://github.com/sveltejs/svelte/issues/1487))
* Update dynamic component bindings when component changes ([#1489](https://github.com/sveltejs/svelte/issues/1489))
## 2.6.3
* Nested transitions respect `skipIntroByDefault` ([#1460](https://github.com/sveltejs/svelte/issues/1460))

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

Loading…
Cancel
Save