Skip to content

Commit 7178eaa

Browse files
Version Packages (next) (#812)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f7b9dbe commit 7178eaa

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"add-boxplot-component",
1616
"add-smart-label-placement",
1717
"add-stats-utils",
18+
"add-trail-component",
1819
"add-violin-component",
1920
"afraid-jobs-say",
2021
"area-y0-baseline-default",
2122
"band-scale-transform-brush",
23+
"band-tick-spacing-default",
2224
"band-tick-spacing",
2325
"beige-bears-joke",
2426
"beige-doodles-shout",
@@ -208,6 +210,7 @@
208210
"spicy-seals-kiss",
209211
"spline-motion-support",
210212
"spline-per-segment-styling",
213+
"spline-reactive-motion",
211214
"spotty-plums-invite",
212215
"spotty-rules-taste",
213216
"swift-gifts-flow",

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.50
4+
5+
### Minor Changes
6+
7+
- feat: New Trail component for variable-width lines ([#449](https://github.com/techniq/layerchart/pull/449))
8+
9+
- fix(Axis): Default `tickSpacing` to `null` for categorical band scales, showing all ticks by default instead of reducing them. Use `tickSpacing={80}` to opt-in to tick reducing on categorical band scale axes. ([#449](https://github.com/techniq/layerchart/pull/449))
10+
11+
### Patch Changes
12+
13+
- fix(Spline): Make motion prop reactive so toggling between tween/none updates without remount ([#449](https://github.com/techniq/layerchart/pull/449))
14+
315
## 2.0.0-next.49
416

517
### Minor Changes

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": "techniq/layerchart",
77
"homepage": "https://layerchart.com",
8-
"version": "2.0.0-next.49",
8+
"version": "2.0.0-next.50",
99
"scripts": {
1010
"dev": "pnpm package:watch",
1111
"package": "svelte-package",

0 commit comments

Comments
 (0)