This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
layerchart@0.54.0
Minor Changes
breaking(Tooltip.Root): Default xOffset/yOffset to 0 unless using 'pointer' mode (only changes data mode default) (#252)
feat: New Grid component (improved band scale and radial support) (#252)
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
layerchart@0.54.0
Minor Changes
breaking(Tooltip.Root): Default xOffset/yOffset to
0
unless using 'pointer' mode (only changesdata
mode default) (#252)feat: New Grid component (improved band scale and radial support) (#252)
Patch Changes
feat(Rule): Add xOffset/yOffset support (#252)
docs: Stringify example data to clipboard on demand (#253)
feat(Chart): Expose
tooltipContext
andgeoProjection
context stores for external access (#252)fix(Legend): Disable whitespace wrapping by default (#252)
fix(Tooltip.Root): Align data snapped to band/bar center (instead of edge) (#252)
feat(Axis): Use
Rule
forrule
andgrid
lines to simplify implementation and support passing full props (#252)feat(Labels): Add
value
accessor prop to override which value to display (different axis, etc) (#252)feat(Axis): Support radial tick marks (angle) (#252)
feat(BarChart): Support using color (
c
) scale to change color based on value (#252)docs: Copy
Date
data asnew Date(...)
to clipboard (#253)fix: Pass color accessor (
c
) and scale (cScale
) as slot props for simplified charts (AreaChart, etc) (#252)docs(PieChart): Add examples for using d3-scale-chromatic schemes and interpolators (#252)
feat: Simplify overriding marks for AreaChart, BarChart, LineChart, and ScatterChart, useful for gradients and motion (#252)
fix(Chart): Fix types when passing readonly string[] color ranges (i.e. d3-scale-chromatic schemes) (#252)
fix(Axis): Middle align 12 o'clock (0/360deg) tick label (#252)
fix(Axis): Respect
tickLength
when positioning tick label/text (#252)fix(Simplified charts): Use color scale for Legend when using single (default) series (#252)
fix(TransformContext): Only disable touchmove default (i.e. scrolling) when enabled (canvas/manual) and pointer events are not disabled (#252)