Skip to content

Commit

Permalink
Version Packages (#331)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sean Lynch <[email protected]>
  • Loading branch information
3 people authored Jan 24, 2025
1 parent ba5fe7e commit 0637a9c
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-chicken-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-nails-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-chefs-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-cats-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-mangos-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-shoes-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-forks-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-cats-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-icons-sleep.md

This file was deleted.

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

## 0.75.0

### Minor Changes

- feat(AreaChart|BarChart|LineChart|PieChart|ScatterChart): Add Legend integration (highlight & filter) ([#329](https://github.com/techniq/layerchart/pull/329))

- feat(AreaChart|LineChart): Highlight series (desaturating other series) while hovering over point on series ([#329](https://github.com/techniq/layerchart/pull/329))

- feat(Highlight): Add `onPointEnter` and `onPointLeave` event callbacks ([#329](https://github.com/techniq/layerchart/pull/329))

- feat(Legend): Add `onPointerEnter` and `onPointerLeave` event callbacks ([#329](https://github.com/techniq/layerchart/pull/329))

- feat(Legend): Support `classes.item(item)` ([#329](https://github.com/techniq/layerchart/pull/329))

- feat: Add `profile` prop to all simplified charts to log initial render performance using `console.time` ([#330](https://github.com/techniq/layerchart/pull/330))

### Patch Changes

- docs: Add performance examples for different data structures (for further investigation) ([#330](https://github.com/techniq/layerchart/pull/330))

- fix(Area|Spline): Reactively recreate internally x/y accessors when props/context change. Fixes AreaChart legend filter support ([#329](https://github.com/techniq/layerchart/pull/329))

- fix(Legend): Add `z-index: 1` to stack above tooltip contexts (band rects, voronoi) to allow pointer events (click/hover) ([#329](https://github.com/techniq/layerchart/pull/329))

## 0.74.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 @@ -4,7 +4,7 @@
"author": "Sean Lynch <[email protected]>",
"license": "MIT",
"repository": "techniq/layerchart",
"version": "0.74.0",
"version": "0.75.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 0637a9c

Please sign in to comment.