All releases
Minor Changes
-
feat: New
GeoRastercomponent for reprojecting raster imagery (e.g. NASA Blue Marble) onto any d3-geo projection via per-pixel inverse sampling on Canvas (#815) -
feat: Add
renderChart()tolayerchart/serverfor server-side chart-to-image rendering (PNG/JPEG) (#813)
Patch Changes
-
feat: Add
strokeandfillprops toAxisandGridfor explicit color control (useful for SSR where CSS variables are unavailable) (#813) -
fix: Skip mark x/y/data from domain/series calculation when geo projection is active (#449)
-
fix: Default geo projection
translateto container center whentranslateandfitGeojsonare not specified, instead of using d3-geo's fixed default ([480, 250]) (#815) -
fix: improve compatibility with UnoCSS Svelte scoped preprocessing (#813)
- Remove TypeScript-only
asassertions from exported Svelte markup in core mark components so preprocessors that parse markup expressions as plain JavaScript can consume packaged components without failing
- Remove TypeScript-only