Skip to content

Commit 88bf924

Browse files
Version Packages (next) (#835)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f09e4cb commit 88bf924

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"fast-primitives-perf",
9999
"fiery-lamps-tickle",
100100
"five-stamps-drum",
101+
"fix-annotation-range-bounds",
101102
"fix-arclabel-canvas-rotation",
102103
"fix-area-all-zero",
103104
"fix-barchart-diverging-edge-rounding",
@@ -107,7 +108,9 @@
107108
"fix-pattern-canvas",
108109
"fix-pie-arc-xrange",
109110
"fix-scale-band-invert",
111+
"fix-spline-series-props-opacity",
110112
"fix-transform-projection-reactivity",
113+
"fix-x1-y1-domain-filter-without-series",
111114
"flat-arcs-heal",
112115
"flat-cases-enter",
113116
"four-lizards-win",

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.57
4+
5+
### Patch Changes
6+
7+
- fix(AnnotationRange): Don't extend past chart bounds when `x` is omitted on band scales, and treat `null` on either side of `x`/`y` as "extend to chart edge". ([#449](https://github.com/techniq/layerchart/pull/449))
8+
9+
- fix(Spline): Restore `series.props.opacity` (and other style props) precedence over the computed series fade opacity. Regression introduced by per-segment styling refactor where the explicit `opacity` was spread after `series.props`, clobbering per-series opacity values (e.g. `series={[{ props: { opacity: 0.1 } }, ...]}`). ([#449](https://github.com/techniq/layerchart/pull/449))
10+
11+
- fix(ChartState): Don't filter explicit `x1Domain`/`y1Domain` by visible series when no series are configured. Restores grouped layout for composable `<Chart>` usage (e.g. `<Bars>` with `x1`/`x1Domain`/`x1Range`) where the visible-series filter previously emptied the secondary band scale domain, collapsing all bars to a single category position. ([#449](https://github.com/techniq/layerchart/pull/449))
12+
313
## 2.0.0-next.56
414

515
### 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.56",
8+
"version": "2.0.0-next.57",
99
"scripts": {
1010
"dev": "pnpm package:watch",
1111
"package": "svelte-package",

0 commit comments

Comments
 (0)