Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@
},
"changesets": [
"beige-bears-joke",
"blue-doodles-chew",
"calm-jars-mix",
"chatty-flies-bet",
"easy-candies-wait",
"eighty-islands-jam",
"evil-flowers-float",
"giant-donuts-yell",
"green-mirrors-retire",
"odd-pears-float",
"pink-showers-hunt",
"polite-parts-learn",
"quiet-insects-share",
"quiet-mangos-kneel",
"rare-olives-change",
"real-badgers-say",
"red-monkeys-sleep",
Expand Down
12 changes: 12 additions & 0 deletions packages/layerchart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# LayerChart

## 2.0.0-next.3

### Patch Changes

- breaking(AnnotationLine|AnnotationPoint): Change `labelOffset` into explicit `labelXOffset` and `labelYOffset` for greater control (aligns with AnnotationRange) ([#492](https://github.com/techniq/layerchart/pull/492))

- fix(HighlightKey): Define `set()` with arrow function to solve `current` access when passed directly ([#449](https://github.com/techniq/layerchart/pull/449))

- fix: Improve memory leak caused by detached DOM increase when using Canvas rendering due to sometimes still rendering Svg components (ex. `<g>` vs `<Group>`) (#490) ([#490](https://github.com/techniq/layerchart/pull/490))

- breaking(Bar): Rename `bar` prop to `data` to better represent usage ([#449](https://github.com/techniq/layerchart/pull/449))

## 2.0.0-next.2

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layerchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <[email protected]>",
"license": "MIT",
"repository": "techniq/layerchart",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
Expand Down