Skip to content

Commit 197f900

Browse files
Version Packages (next)
1 parent 8076129 commit 197f900

3 files changed

Lines changed: 36 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
},
1414
"changesets": [
1515
"add-boxplot-component",
16+
"add-smart-label-placement",
1617
"add-stats-utils",
1718
"add-violin-component",
1819
"afraid-jobs-say",
1920
"area-y0-baseline-default",
21+
"band-scale-transform-brush",
22+
"band-tick-spacing",
2023
"beige-bears-joke",
2124
"beige-doodles-shout",
2225
"beige-trams-check",
@@ -78,9 +81,11 @@
7881
"fair-phones-wink",
7982
"fast-insects-deny",
8083
"fiery-lamps-tickle",
84+
"five-stamps-drum",
8185
"fix-area-all-zero",
8286
"fix-barchart-diverging-edge-rounding",
8387
"fix-implicit-series-domain",
88+
"fix-scale-band-invert",
8489
"flat-arcs-heal",
8590
"flat-cases-enter",
8691
"four-lizards-win",
@@ -130,6 +135,7 @@
130135
"metal-flowers-sneeze",
131136
"mighty-weeks-try",
132137
"modern-nails-kiss",
138+
"neat-vapors-shift",
133139
"new-pans-serve",
134140
"new-turtles-clean",
135141
"nice-regions-ask",
@@ -146,6 +152,7 @@
146152
"pink-flies-worry",
147153
"pink-hornets-rest",
148154
"pink-showers-hunt",
155+
"plain-rings-itch",
149156
"polite-parts-learn",
150157
"poor-clocks-occur",
151158
"pretty-roses-invent",
@@ -203,6 +210,7 @@
203210
"tame-lamps-report",
204211
"tangy-lies-strive",
205212
"tasty-states-raise",
213+
"text-format-tween",
206214
"thick-months-join",
207215
"thirty-glasses-pick",
208216
"three-cities-chew",
@@ -220,6 +228,7 @@
220228
"warm-mammals-deny",
221229
"warm-women-glow",
222230
"weak-donuts-tan",
231+
"wet-cups-act",
223232
"whole-women-listen",
224233
"wide-berries-invite",
225234
"wide-pillows-march",

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.49
4+
5+
### Minor Changes
6+
7+
- feat(Labels): Add `smart` placement option ([#799](https://github.com/techniq/layerchart/pull/799))
8+
9+
New `placement="smart"` mode that dynamically positions labels based on neighboring point values (peak, trough, rising, falling) to reduce overlapping.
10+
11+
- feat(Chart, BrushState): Add band scale (categorical) support for transform pan/zoom and brush selection. Uses range-rescaling pattern to smoothly zoom and pan categorical bar charts. Automatically constrains panning to data boundaries and prevents zooming out past initial view. ([#449](https://github.com/techniq/layerchart/pull/449))
12+
13+
- feat(Text): Add `format` prop and tween numeric `value` when `motion` is configured ([#449](https://github.com/techniq/layerchart/pull/449))
14+
15+
### Patch Changes
16+
17+
- Support `tickSpacing` for band scales on Axis, thinning tick labels when the domain is larger than the available space. Automatically shows more tick labels when zoomed in on band scale transforms. ([#449](https://github.com/techniq/layerchart/pull/449))
18+
19+
- feat(Marker): Add `square` and `square-stroke` types ([#805](https://github.com/techniq/layerchart/pull/805))
20+
21+
- fix(scaleBandInvert): Account for range offset in band scale inversion. Previously assumed range started at 0, causing incorrect pixel-to-category mapping when the scale range was transformed. ([#449](https://github.com/techniq/layerchart/pull/449))
22+
23+
- feat(Raster, Contour): support bounded geo raster overlays with projected interpolation ([#449](https://github.com/techniq/layerchart/pull/449))
24+
25+
- feat: Add Month component ([#671](https://github.com/techniq/layerchart/pull/671))
26+
27+
- fix(LinearGradient, RadialGradient): Register as `group` instead of `mark` in canvas component tree so wrapped children (e.g. Arc, Path) are rendered ([#449](https://github.com/techniq/layerchart/pull/449))
28+
329
## 2.0.0-next.48
430

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

0 commit comments

Comments
 (0)