From e6f30542bf4e0381f050ed3679e8801ad21c9b81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 05:45:44 +0000 Subject: [PATCH 1/2] Version Packages (next) --- .changeset/pre.json | 15 ++++++++++++++ packages/layerchart/CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++ packages/layerchart/package.json | 2 +- 3 files changed, 50 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index d1ca3030d..4a792f1ac 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -9,12 +9,16 @@ "better-pets-divide", "big-boxes-shout", "blue-doodles-chew", + "bumpy-breads-rhyme", "calm-jars-mix", "chatty-flies-bet", "chatty-shirts-rule", "crazy-friends-talk", + "cruel-cameras-begin", + "cruel-rats-taste", "dark-pandas-start", "dirty-kings-send", + "early-peaches-accept", "easy-candies-wait", "eighty-islands-jam", "eleven-crabs-switch", @@ -24,14 +28,22 @@ "funny-wasps-heal", "giant-donuts-yell", "green-mirrors-retire", + "huge-boats-fix", "huge-rocks-sip", + "khaki-pugs-hammer", "legal-parrots-beam", "lucky-pianos-count", "mighty-weeks-try", + "modern-nails-kiss", + "nine-badgers-teach", + "nine-pens-design", + "ninety-ghosts-taste", "odd-pears-float", "open-bushes-run", + "pink-flies-worry", "pink-showers-hunt", "polite-parts-learn", + "proud-llamas-fold", "public-queens-invite", "puny-clocks-admire", "quiet-insects-share", @@ -49,15 +61,18 @@ "social-masks-teach", "some-frogs-camp", "sour-hounds-repeat", + "spotty-rules-taste", "swift-gifts-flow", "tall-mice-tap", "tall-poems-take", + "tangy-lies-strive", "tasty-states-raise", "thirty-glasses-pick", "tricky-pears-help", "true-waves-roll", "violet-horses-walk", "warm-mammals-deny", + "wide-berries-invite", "witty-clocks-divide" ] } diff --git a/packages/layerchart/CHANGELOG.md b/packages/layerchart/CHANGELOG.md index 362d848fb..ed64aac61 100644 --- a/packages/layerchart/CHANGELOG.md +++ b/packages/layerchart/CHANGELOG.md @@ -1,5 +1,39 @@ # LayerChart +## 2.0.0-next.17 + +### Patch Changes + +- fix(GeoPath): Do not register with hit canavs unless pointer events (onclick, onpointermove, etc) or tooltipContext are defined ([#549](https://github.com/techniq/layerchart/pull/549)) + +- breaking(Treemap): Remove `selected` prop ([#516](https://github.com/techniq/layerchart/pull/516)) + +- feat(Spline): Add `value` to `startContent` and `endContent` snippets to easily access the `x` and `y` data values ([#537](https://github.com/techniq/layerchart/pull/537)) + +- fix(Treemap): Add `maintainAspectRatio` (default: false) to opt into tiling function adjustment (primarily for zoom) ([#516](https://github.com/techniq/layerchart/pull/516)) + +- docs: Document each component's context support (svg, canvas, html) with interactive toggle ([#549](https://github.com/techniq/layerchart/pull/549)) + +- fix(force-simulation): Fixed a bug that would sometimes keep a simulation running, when its inputs change, even if `alpha < alphaMin` ([#546](https://github.com/techniq/layerchart/pull/546)) + +- fix(Treemap): Fix reactivity of props (tile, padding, etc) ([#516](https://github.com/techniq/layerchart/pull/516)) + +- fix(TooltipList): Align label to top (start) instead of center by default ([#449](https://github.com/techniq/layerchart/pull/449)) + +- feat: Add Polygon primitive ([#533](https://github.com/techniq/layerchart/pull/533)) + +- breaking(Blur): Remove children snippet props (not needed and easier to support canvas in the future) ([#549](https://github.com/techniq/layerchart/pull/549)) + +- fix(Calendar|MonthPath): Support canvas by using `Spline` instead of `path` ([#549](https://github.com/techniq/layerchart/pull/549)) + +- feat(ForceSimulation): Refined `onstart`/`ontick`/`onend` events of `ForceSimulation` ([#547](https://github.com/techniq/layerchart/pull/547)) + +- fix(Treemap): Fix `padding*` prop types to support function or number constant ([#516](https://github.com/techniq/layerchart/pull/516)) + +- breaking(Spline): Rename `splineRef` to `pathRef` ([#549](https://github.com/techniq/layerchart/pull/549)) + +- feat: Add Ellipse primitive ([#533](https://github.com/techniq/layerchart/pull/533)) + ## 2.0.0-next.16 ### Patch Changes diff --git a/packages/layerchart/package.json b/packages/layerchart/package.json index fc9e5ab89..8b6f539d3 100644 --- a/packages/layerchart/package.json +++ b/packages/layerchart/package.json @@ -4,7 +4,7 @@ "author": "Sean Lynch ", "license": "MIT", "repository": "techniq/layerchart", - "version": "2.0.0-next.16", + "version": "2.0.0-next.17", "scripts": { "dev": "vite dev --port 3002", "build": "vite build", From 3fe7b4fa1224f3b3503270bce529dce6765890bc Mon Sep 17 00:00:00 2001 From: Sean Lynch Date: Sun, 8 Jun 2025 09:31:54 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- packages/layerchart/CHANGELOG.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/layerchart/CHANGELOG.md b/packages/layerchart/CHANGELOG.md index ed64aac61..462f8e752 100644 --- a/packages/layerchart/CHANGELOG.md +++ b/packages/layerchart/CHANGELOG.md @@ -4,35 +4,35 @@ ### Patch Changes -- fix(GeoPath): Do not register with hit canavs unless pointer events (onclick, onpointermove, etc) or tooltipContext are defined ([#549](https://github.com/techniq/layerchart/pull/549)) +- feat: Add Polygon primitive ([#533](https://github.com/techniq/layerchart/pull/533)) -- breaking(Treemap): Remove `selected` prop ([#516](https://github.com/techniq/layerchart/pull/516)) +- feat: Add Ellipse primitive ([#533](https://github.com/techniq/layerchart/pull/533)) - feat(Spline): Add `value` to `startContent` and `endContent` snippets to easily access the `x` and `y` data values ([#537](https://github.com/techniq/layerchart/pull/537)) -- fix(Treemap): Add `maintainAspectRatio` (default: false) to opt into tiling function adjustment (primarily for zoom) ([#516](https://github.com/techniq/layerchart/pull/516)) - -- docs: Document each component's context support (svg, canvas, html) with interactive toggle ([#549](https://github.com/techniq/layerchart/pull/549)) +- breaking(Spline): Rename `splineRef` to `pathRef` ([#549](https://github.com/techniq/layerchart/pull/549)) -- fix(force-simulation): Fixed a bug that would sometimes keep a simulation running, when its inputs change, even if `alpha < alphaMin` ([#546](https://github.com/techniq/layerchart/pull/546)) +- fix(GeoPath): Do not register with hit canavs unless pointer events (onclick, onpointermove, etc) or tooltipContext are defined ([#549](https://github.com/techniq/layerchart/pull/549)) - fix(Treemap): Fix reactivity of props (tile, padding, etc) ([#516](https://github.com/techniq/layerchart/pull/516)) -- fix(TooltipList): Align label to top (start) instead of center by default ([#449](https://github.com/techniq/layerchart/pull/449)) - -- feat: Add Polygon primitive ([#533](https://github.com/techniq/layerchart/pull/533)) +- breaking(Treemap): Remove `selected` prop ([#516](https://github.com/techniq/layerchart/pull/516)) -- breaking(Blur): Remove children snippet props (not needed and easier to support canvas in the future) ([#549](https://github.com/techniq/layerchart/pull/549)) +- fix(Treemap): Add `maintainAspectRatio` (default: false) to opt into tiling function adjustment (primarily for zoom) ([#516](https://github.com/techniq/layerchart/pull/516)) -- fix(Calendar|MonthPath): Support canvas by using `Spline` instead of `path` ([#549](https://github.com/techniq/layerchart/pull/549)) +- fix(Treemap): Fix `padding*` prop types to support function or number constant ([#516](https://github.com/techniq/layerchart/pull/516)) - feat(ForceSimulation): Refined `onstart`/`ontick`/`onend` events of `ForceSimulation` ([#547](https://github.com/techniq/layerchart/pull/547)) -- fix(Treemap): Fix `padding*` prop types to support function or number constant ([#516](https://github.com/techniq/layerchart/pull/516)) +- fix(ForceSimulation): Fixed a bug that would sometimes keep a simulation running, when its inputs change, even if `alpha < alphaMin` ([#546](https://github.com/techniq/layerchart/pull/546)) -- breaking(Spline): Rename `splineRef` to `pathRef` ([#549](https://github.com/techniq/layerchart/pull/549)) +- fix(TooltipList): Align label to top (start) instead of center by default ([#449](https://github.com/techniq/layerchart/pull/449)) -- feat: Add Ellipse primitive ([#533](https://github.com/techniq/layerchart/pull/533)) +- breaking(Blur): Remove children snippet props (not needed and easier to support canvas in the future) ([#549](https://github.com/techniq/layerchart/pull/549)) + +- fix(Calendar|MonthPath): Support canvas by using `Spline` instead of `path` ([#549](https://github.com/techniq/layerchart/pull/549)) + +- docs: Document each component's context support (svg, canvas, html) with interactive toggle ([#549](https://github.com/techniq/layerchart/pull/549)) ## 2.0.0-next.16