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 bd6f40c commit d1e7716Copy full SHA for d1e7716
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Unreleased
2
3
+# v1.0.0-next.2
4
+
5
+- Export `KonvaEventHooks` to library user #196 (@CaptainCodeman)
6
+- Fixed broken svelte-konva component type declarations #202
7
+- Breaking: Tighten Svelte peer dependency to v5 stable
8
+- Update to Svelte v5 stable
9
+- Various dependency updates
10
11
# v1.0.0-next.1
12
13
- Only import necessary Konva code per component to minimize bundle size #195 (@CaptainCodeman)
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-konva",
- "version": "1.0.0-next.1",
+ "version": "1.0.0-next.2",
"author": {
"name": "TeyKey1",
"url": "https://github.com/TeyKey1"
0 commit comments