Skip to content

Commit

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

* Update CHANGELOG.md

* Explicitly bump version to 0.90 to signify importance

* Update CHANGELOG.md

* fix(CHANGELOG.md): Format / lint

---------

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 30, 2025
1 parent 60daaa6 commit d366ee7
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 81 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-stingrays-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-frogs-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-rings-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-mayflies-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-buses-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-forks-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-pants-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-cobras-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-sloths-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-buses-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-beers-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-lemons-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-peas-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-pandas-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-laws-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-ducks-warn.md

This file was deleted.

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

## 0.90.0

### Minor Changes

- feat(Canvas): Integrate hit canvas with component registration system for simplified pointer events ([#354](https://github.com/techniq/layerchart/pull/354))

- breaking: Remove all usage of `createEventDispatcher` with `on{event}` callbacks. Aligns with Svelte 5 recommendation and unlocks canvas integration ([#354](https://github.com/techniq/layerchart/pull/354))

- breaking: Lowercase all event names (`onTooltipClick` => `ontooltipclick`) for consistency with native events (preparing for Svelte 5) ([#354](https://github.com/techniq/layerchart/pull/354))

- feat(Frame): Support Canvas render context ([#354](https://github.com/techniq/layerchart/pull/354))

- feat(Link): Support Canvas render context ([#354](https://github.com/techniq/layerchart/pull/354))

- feat(Voronoi): Support Canvas render context ([#354](https://github.com/techniq/layerchart/pull/354))

- feat: Add `debug` prop to all simplfied charts to enable tooltip and renderContext debug mode ([#354](https://github.com/techniq/layerchart/pull/354))

- feat(GeoPoint): Pass `x` / `y` as slot props ([#354](https://github.com/techniq/layerchart/pull/354))

- feat(Rect): Support binding to underlying svg `<rect>` using `element` prop ([#354](https://github.com/techniq/layerchart/pull/354))

- breaking: Remove HitCanvas (integrated into Canvas) ([#354](https://github.com/techniq/layerchart/pull/354))

- breaking: Remove `render` prop from GeoPath, GeoPoint, and Points. No longer useful now that Canvas integrates functionality ([#354](https://github.com/techniq/layerchart/pull/354))

### Patch Changes

- fix(PieChart): Fix tooltips when using `renderContext="canvas"` ([#354](https://github.com/techniq/layerchart/pull/354))

- fix(AreaChart|LineChart|Highlight): Support canvas pointer events, enabling series highlighting and click events when using `renderContext="canvas" ([#354](https://github.com/techniq/layerchart/pull/354))

- fix(Canvas): Improve animation performance by only rendering hit canvas when `<canvas>` has active pointer over element ([#354](https://github.com/techniq/layerchart/pull/354))

## 0.81.3

### Patch 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.81.3",
"version": "0.90.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit d366ee7

Please sign in to comment.