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
15 changes: 15 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
]
}
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

## 2.0.0-next.17

### Patch Changes

- feat: Add Polygon primitive ([#533](https://github.com/techniq/layerchart/pull/533))

- 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))

- breaking(Spline): Rename `splineRef` to `pathRef` ([#549](https://github.com/techniq/layerchart/pull/549))

- 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))

- breaking(Treemap): Remove `selected` prop ([#516](https://github.com/techniq/layerchart/pull/516))

- fix(Treemap): Add `maintainAspectRatio` (default: false) to opt into tiling function adjustment (primarily for zoom) ([#516](https://github.com/techniq/layerchart/pull/516))

- 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(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))

- fix(TooltipList): Align label to top (start) instead of center by default ([#449](https://github.com/techniq/layerchart/pull/449))

- 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

### 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": "2.0.0-next.16",
"version": "2.0.0-next.17",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
Expand Down