Skip to content

Commit 810d23a

Browse files
Version Packages (next)
1 parent f37703b commit 810d23a

3 files changed

Lines changed: 32 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 9 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,9 +28,13 @@
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",
@@ -49,6 +56,7 @@
4956
"social-masks-teach",
5057
"some-frogs-camp",
5158
"sour-hounds-repeat",
59+
"spotty-rules-taste",
5260
"swift-gifts-flow",
5361
"tall-mice-tap",
5462
"tall-poems-take",
@@ -58,6 +66,7 @@
5866
"true-waves-roll",
5967
"violet-horses-walk",
6068
"warm-mammals-deny",
69+
"wide-berries-invite",
6170
"witty-clocks-divide"
6271
]
6372
}

packages/layerchart/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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+
- fix(Treemap): Fix `padding*` prop types to support function or number constant ([#516](https://github.com/techniq/layerchart/pull/516))
22+
23+
- feat: Add Ellipse primitive ([#533](https://github.com/techniq/layerchart/pull/533))
24+
325
## 2.0.0-next.16
426

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