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 e0d00d0 commit 6641684Copy full SHA for 6641684
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.44.1
4
+
5
+* Fix bidirectional transitions that reference state ([#962](https://github.com/sveltejs/svelte/issues962))
6
7
## 1.44.0
8
9
* Add `svelte.preprocess` ([#181](https://github.com/sveltejs/svelte/issues/181), [#876](https://github.com/sveltejs/svelte/issues/876))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.44.0",
+ "version": "1.44.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments