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.
2 parents d0dd5b9 + ce39a80 commit b9e9a19Copy full SHA for b9e9a19
3 files changed
.changeset/pre.json
@@ -14,6 +14,7 @@
14
"calm-jars-mix",
15
"chatty-flies-bet",
16
"chatty-shirts-rule",
17
+ "clear-points-care",
18
"crazy-friends-talk",
19
"cruel-cameras-begin",
20
"cruel-rats-taste",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.22
4
+
5
+### Patch Changes
6
7
+- fix(TooltipContext): Fix touch scrolling on mobile. Fixes #255 ([#566](https://github.com/techniq/layerchart/pull/566))
8
9
## 2.0.0-next.21
10
11
### Patch Changes
packages/layerchart/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerchart",
- "version": "2.0.0-next.21",
+ "version": "2.0.0-next.22",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
0 commit comments