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 f30cb4a commit 221f6daCopy full SHA for 221f6da
.changeset/upset-rings-agree.md
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 1.0.13
4
+
5
+### Patch Changes
6
7
+- fix(Canvas): Fix pointer events (hit canvas) when using Brave browser with fingerprinting protection enabled ([#755](https://github.com/techniq/layerchart/pull/755))
8
9
## 1.0.12
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.12",
+ "version": "1.0.13",
"scripts": {
"dev": "vite dev",
"build": "vite build",
0 commit comments