Skip to content

Commit c06aa1b

Browse files
Version Packages (next) (#538)
* Version Packages (next) * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sean Lynch <[email protected]>
1 parent 4a7cccb commit c06aa1b

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

.changeset/pre.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@
99
"better-pets-divide",
1010
"big-boxes-shout",
1111
"blue-doodles-chew",
12+
"bumpy-breads-rhyme",
1213
"calm-jars-mix",
1314
"chatty-flies-bet",
1415
"chatty-shirts-rule",
1516
"crazy-friends-talk",
17+
"cruel-cameras-begin",
18+
"cruel-rats-taste",
1619
"dark-pandas-start",
1720
"dirty-kings-send",
21+
"early-peaches-accept",
1822
"easy-candies-wait",
1923
"eighty-islands-jam",
2024
"eleven-crabs-switch",
@@ -24,14 +28,22 @@
2428
"funny-wasps-heal",
2529
"giant-donuts-yell",
2630
"green-mirrors-retire",
31+
"huge-boats-fix",
2732
"huge-rocks-sip",
33+
"khaki-pugs-hammer",
2834
"legal-parrots-beam",
2935
"lucky-pianos-count",
3036
"mighty-weeks-try",
37+
"modern-nails-kiss",
38+
"nine-badgers-teach",
39+
"nine-pens-design",
40+
"ninety-ghosts-taste",
3141
"odd-pears-float",
3242
"open-bushes-run",
43+
"pink-flies-worry",
3344
"pink-showers-hunt",
3445
"polite-parts-learn",
46+
"proud-llamas-fold",
3547
"public-queens-invite",
3648
"puny-clocks-admire",
3749
"quiet-insects-share",
@@ -49,15 +61,18 @@
4961
"social-masks-teach",
5062
"some-frogs-camp",
5163
"sour-hounds-repeat",
64+
"spotty-rules-taste",
5265
"swift-gifts-flow",
5366
"tall-mice-tap",
5467
"tall-poems-take",
68+
"tangy-lies-strive",
5569
"tasty-states-raise",
5670
"thirty-glasses-pick",
5771
"tricky-pears-help",
5872
"true-waves-roll",
5973
"violet-horses-walk",
6074
"warm-mammals-deny",
75+
"wide-berries-invite",
6176
"witty-clocks-divide"
6277
]
6378
}

packages/layerchart/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# LayerChart
22

3+
## 2.0.0-next.17
4+
5+
### Patch Changes
6+
7+
- feat: Add Polygon primitive ([#533](https://github.com/techniq/layerchart/pull/533))
8+
9+
- feat: Add Ellipse primitive ([#533](https://github.com/techniq/layerchart/pull/533))
10+
11+
- 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))
12+
13+
- breaking(Spline): Rename `splineRef` to `pathRef` ([#549](https://github.com/techniq/layerchart/pull/549))
14+
15+
- 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))
16+
17+
- fix(Treemap): Fix reactivity of props (tile, padding, etc) ([#516](https://github.com/techniq/layerchart/pull/516))
18+
19+
- breaking(Treemap): Remove `selected` prop ([#516](https://github.com/techniq/layerchart/pull/516))
20+
21+
- fix(Treemap): Add `maintainAspectRatio` (default: false) to opt into tiling function adjustment (primarily for zoom) ([#516](https://github.com/techniq/layerchart/pull/516))
22+
23+
- fix(Treemap): Fix `padding*` prop types to support function or number constant ([#516](https://github.com/techniq/layerchart/pull/516))
24+
25+
- feat(ForceSimulation): Refined `onstart`/`ontick`/`onend` events of `ForceSimulation` ([#547](https://github.com/techniq/layerchart/pull/547))
26+
27+
- 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))
28+
29+
- fix(TooltipList): Align label to top (start) instead of center by default ([#449](https://github.com/techniq/layerchart/pull/449))
30+
31+
- breaking(Blur): Remove children snippet props (not needed and easier to support canvas in the future) ([#549](https://github.com/techniq/layerchart/pull/549))
32+
33+
- fix(Calendar|MonthPath): Support canvas by using `Spline` instead of `path` ([#549](https://github.com/techniq/layerchart/pull/549))
34+
35+
- docs: Document each component's context support (svg, canvas, html) with interactive toggle ([#549](https://github.com/techniq/layerchart/pull/549))
36+
337
## 2.0.0-next.16
438

539
### Patch Changes

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/layerchart",
7-
"version": "2.0.0-next.16",
7+
"version": "2.0.0-next.17",
88
"scripts": {
99
"dev": "vite dev --port 3002",
1010
"build": "vite build",

0 commit comments

Comments
 (0)