File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 " big-boxes-shout" ,
1818 " blue-doodles-chew" ,
1919 " brave-spies-give" ,
20+ " breezy-breads-pump" ,
2021 " breezy-donuts-sniff" ,
2122 " brown-terms-tie" ,
2223 " bumpy-breads-rhyme" ,
Original file line number Diff line number Diff line change 11# LayerChart
22
3+ ## 2.0.0-next.44
4+
5+ ### Patch Changes
6+
7+ - fix(Canvas): Fix pointer events (hit canvas) when using Brave browser with fingerprinting protection enabled ([ #449 ] ( https://github.com/techniq/layerchart/pull/449 ) )
8+
39## 2.0.0-next.43
410
511### Patch Changes
10211027- breaking(Bar|Bars): Replaced ` inset: number ` prop with ` insets: Insets | undefined ` . ([ #321 ] ( https://github.com/techniq/layerchart/pull/321 ) )
10221028
10231029 To migrate from ` inset ` to ` insets ` replace ` inset = n ` with:
1024-
10251030 - ` insets = { x: n / 2 } ` if ` orientation="vertical" `
10261031 - ` insets = { y: n / 2 } ` if ` orientation="horizontal" `
10271032
21172122 ```
21182123
21192124 ** Additional**
2120-
21212125 - Rename tooltipContext's ` top ` /` left ` to ` x ` /` y `
21222126 - Add ` anchor ` prop to align based on corner/edge/center (9 points) of tooltip instead of always top-left corner.
21232127 - Add more tooltip examples
Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "repository" : " techniq/layerchart" ,
77 "homepage" : " https://layerchart.com" ,
8- "version" : " 2.0.0-next.43 " ,
8+ "version" : " 2.0.0-next.44 " ,
99 "scripts" : {
1010 "dev" : " vite dev --port 3002" ,
1111 "build" : " vite build" ,
You can’t perform that action at this time.
0 commit comments