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 591b1ae commit 4fd8d40Copy full SHA for 4fd8d40
3 files changed
.changeset/pre.json
@@ -21,6 +21,7 @@
21
"add-trail-component",
22
"add-violin-component",
23
"afraid-jobs-say",
24
+ "all-papers-unite",
25
"annotation-line-sloped",
26
"annotation-point-link-callouts",
27
"arclabel-component",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.59
4
+
5
+### Patch Changes
6
7
+- fix: Prevent submitting forms when clicking legend buttons ([#841](https://github.com/techniq/layerchart/pull/841))
8
9
## 2.0.0-next.58
10
11
### Major Changes
packages/layerchart/package.json
@@ -5,7 +5,7 @@
"license": "MIT",
"repository": "techniq/layerchart",
"homepage": "https://layerchart.com",
- "version": "2.0.0-next.58",
+ "version": "2.0.0-next.59",
"scripts": {
"dev": "pnpm package:watch",
"package": "svelte-package",
0 commit comments