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 4ed0392 commit ffe22caCopy full SHA for ffe22ca
.changeset/rude-gifts-type.md
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 1.0.12
4
+
5
+### Patch Changes
6
7
+- fix(Axis): Fix reactivity issue with xRange/yRange in Svelte 5.34+. Fixes #641 ([#643](https://github.com/techniq/layerchart/pull/643))
8
9
## 1.0.11
10
11
### Patch Changes
packages/layerchart/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerchart",
- "version": "1.0.11",
+ "version": "1.0.12",
"scripts": {
"dev": "vite dev",
"build": "vite build",
0 commit comments