Skip to content

Commit 02f1019

Browse files
Version Packages (next)
1 parent 07d9b22 commit 02f1019

3 files changed

Lines changed: 35 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
"chatty-flies-bet",
1414
"chatty-shirts-rule",
1515
"crazy-friends-talk",
16+
"cruel-cameras-begin",
17+
"cruel-rats-taste",
1618
"dark-pandas-start",
1719
"dirty-kings-send",
20+
"early-peaches-accept",
1821
"easy-candies-wait",
1922
"eighty-islands-jam",
2023
"eleven-crabs-switch",
@@ -25,13 +28,18 @@
2528
"giant-donuts-yell",
2629
"green-mirrors-retire",
2730
"huge-rocks-sip",
31+
"khaki-pugs-hammer",
2832
"legal-parrots-beam",
2933
"lucky-pianos-count",
3034
"mighty-weeks-try",
35+
"modern-nails-kiss",
36+
"nine-badgers-teach",
37+
"nine-pens-design",
3138
"odd-pears-float",
3239
"open-bushes-run",
3340
"pink-showers-hunt",
3441
"polite-parts-learn",
42+
"proud-llamas-fold",
3543
"public-queens-invite",
3644
"puny-clocks-admire",
3745
"quiet-insects-share",
@@ -49,6 +57,7 @@
4957
"social-masks-teach",
5058
"some-frogs-camp",
5159
"sour-hounds-repeat",
60+
"spotty-rules-taste",
5261
"swift-gifts-flow",
5362
"tall-mice-tap",
5463
"tall-poems-take",
@@ -58,6 +67,7 @@
5867
"true-waves-roll",
5968
"violet-horses-walk",
6069
"warm-mammals-deny",
70+
"wide-berries-invite",
6171
"witty-clocks-divide"
6272
]
6373
}

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.17
4+
5+
### Patch Changes
6+
7+
- breaking(Treemap): Remove `selected` prop ([#516](https://github.com/techniq/layerchart/pull/516))
8+
9+
- 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))
10+
11+
- fix(Treemap): Add `maintainAspectRatio` (default: false) to opt into tiling function adjustment (primarily for zoom) ([#516](https://github.com/techniq/layerchart/pull/516))
12+
13+
- 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))
14+
15+
- fix(Treemap): Fix reactivity of props (tile, padding, etc) ([#516](https://github.com/techniq/layerchart/pull/516))
16+
17+
- fix(TooltipList): Align label to top (start) instead of center by default ([#449](https://github.com/techniq/layerchart/pull/449))
18+
19+
- feat: Add Polygon primitive ([#533](https://github.com/techniq/layerchart/pull/533))
20+
21+
- feat(ForceSimulation): Refined `onstart`/`ontick`/`onend` events of `ForceSimulation` ([#547](https://github.com/techniq/layerchart/pull/547))
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: Add Ellipse primitive ([#533](https://github.com/techniq/layerchart/pull/533))
26+
327
## 2.0.0-next.16
428

529
### 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 <techniq35@gmail.com>",
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)