We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eadb1 commit 9e52cf9Copy full SHA for 9e52cf9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 2.6.4
4
+
5
+* Web worker support ([#1487](https://github.com/sveltejs/svelte/issues/1487))
6
+* Update dynamic component bindings when component changes ([#1489](https://github.com/sveltejs/svelte/issues/1489))
7
8
## 2.6.3
9
10
* Nested transitions respect `skipIntroByDefault` ([#1460](https://github.com/sveltejs/svelte/issues/1460))
package.json
@@ -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": {
0 commit comments