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
5 changes: 0 additions & 5 deletions .changeset/accessor-plain-key-fast-path.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chart-empty-explicit-series.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chart-mount-domain-registry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/highlight-nested-data-c-points.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/highlight-single-point-mode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/implied-color-channel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tooltip-interval-data-position.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tooltip-pointer-events-hide.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/layerchart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# LayerChart

## 2.3.1

### Patch Changes

- perf(Chart): Resolve a plain-key accessor (`x="date"`) directly instead of re-parsing the path string ([#906](https://github.com/techniq/layerchart/pull/906))

- fix(Chart): Treat an explicit but empty `series` array as authoritative, rather than deriving implicit series from marks ([#906](https://github.com/techniq/layerchart/pull/906))

- perf(Chart): Keep the value domain off the mark registry, so mounting a chart no longer rebuilds its scales — and every path drawn from them — once per mark registered ([#906](https://github.com/techniq/layerchart/pull/906))

- fix(Highlight): Fix crash highlighting `c`-grouped points over nested chart data ([#906](https://github.com/techniq/layerchart/pull/906))

- fix(Highlight): Mark only the hovered row in `quadtree` / `voronoi` tooltips, rather than every row sharing its position ([#906](https://github.com/techniq/layerchart/pull/906))

- feat(Chart): Take the color channel from a mark's own `fill` / `stroke` (`<Circle fill="island">`) when no `c` is declared ([#906](https://github.com/techniq/layerchart/pull/906))

- fix(Tooltip): Center on internal when data snapping (instead of on its leading edge) ([#906](https://github.com/techniq/layerchart/pull/906))

- fix(Tooltip): Fix persistent tooltip when rendered outside Chart container and `pointerEvents` is enabled ([#906](https://github.com/techniq/layerchart/pull/906))

## 2.3.0

### Minor 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 @@ -5,7 +5,7 @@
"license": "MIT",
"repository": "techniq/layerchart",
"homepage": "https://layerchart.com",
"version": "2.3.0",
"version": "2.3.1",
"scripts": {
"dev": "pnpm package:watch",
"build": "svelte-package",
Expand Down
Loading