Skip to content

Commit c8a7c4d

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

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
},
1414
"changesets": [
1515
"add-boxplot-component",
16+
"add-georaster-component",
1617
"add-smart-label-placement",
1718
"add-stats-utils",
1819
"add-trail-component",
1920
"add-violin-component",
2021
"afraid-jobs-say",
2122
"area-y0-baseline-default",
23+
"axis-grid-stroke-fill-props",
2224
"band-scale-transform-brush",
2325
"band-tick-spacing-default",
2426
"band-tick-spacing",
@@ -87,6 +89,7 @@
8789
"five-stamps-drum",
8890
"fix-area-all-zero",
8991
"fix-barchart-diverging-edge-rounding",
92+
"fix-geo-mark-domain",
9093
"fix-geopath-canvas-tooltip",
9194
"fix-implicit-series-domain",
9295
"fix-scale-band-invert",
@@ -103,6 +106,7 @@
103106
"funny-otters-kick",
104107
"funny-wasps-heal",
105108
"geo-context-rename",
109+
"geo-default-translate-center",
106110
"geo-relative-scale-translate-extent",
107111
"giant-donuts-yell",
108112
"globe-scroll-zoom",
@@ -173,6 +177,7 @@
173177
"purple-things-count",
174178
"quiet-insects-share",
175179
"quiet-mangos-kneel",
180+
"quiet-rabbits-listen",
176181
"rare-hats-happen",
177182
"rare-olives-change",
178183
"ready-pumas-sink",
@@ -184,6 +189,7 @@
184189
"ripe-numbers-speak",
185190
"sad-chairs-stand",
186191
"scroll-activation-key",
192+
"server-chart-rendering",
187193
"shaggy-dryers-make",
188194
"shaky-animals-wave",
189195
"shaky-dots-go",

packages/layerchart/CHANGELOG.md

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

3+
## 2.0.0-next.51
4+
5+
### Minor Changes
6+
7+
- feat: New `GeoRaster` component for reprojecting raster imagery (e.g. NASA Blue Marble) onto any d3-geo projection via per-pixel inverse sampling on Canvas ([#815](https://github.com/techniq/layerchart/pull/815))
8+
9+
- feat: Add `renderChart()` to `layerchart/server` for server-side chart-to-image rendering (PNG/JPEG) ([#813](https://github.com/techniq/layerchart/pull/813))
10+
11+
### Patch Changes
12+
13+
- feat: Add `stroke` and `fill` props to `Axis` and `Grid` for explicit color control (useful for SSR where CSS variables are unavailable) ([#813](https://github.com/techniq/layerchart/pull/813))
14+
15+
- fix: Skip mark x/y/data from domain/series calculation when geo projection is active ([#449](https://github.com/techniq/layerchart/pull/449))
16+
17+
- fix: Default geo projection `translate` to container center when `translate` and `fitGeojson` are not specified, instead of using d3-geo's fixed default (`[480, 250]`) ([#815](https://github.com/techniq/layerchart/pull/815))
18+
19+
- fix: improve compatibility with UnoCSS Svelte scoped preprocessing ([#813](https://github.com/techniq/layerchart/pull/813))
20+
- Remove TypeScript-only `as` assertions from exported Svelte markup in core mark components so preprocessors that parse markup expressions as plain JavaScript can consume packaged components without failing
21+
322
## 2.0.0-next.50
423

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

0 commit comments

Comments
 (0)