LayerChart

Releases (204)

layerchart@2.0.0-next.24

layerchart@2.0.0-next.24 pre-release

Patch Changes

  • breaking(Legend): Rename classes.swatches to classes.item (#571)

  • fix(Legend): Improve / simplify responsive use cases with additional default classes (center, shrink, truncate) (#571)

  • fix(Axis): Correctly place multiline parts based on placement (#574)

  • fix(Axis|Text): Improve Text y placement using lineHeight/capHeight and remove explicit adjustments, aligning with Html rendering (#449)

layerchart@2.0.0-next.23

layerchart@2.0.0-next.23 pre-release

Patch Changes

  • fix(Highlight): Fix display of lines for first values (0 coord). Fixes #568 (#569)

layerchart@2.0.0-next.22

layerchart@2.0.0-next.22 pre-release

Patch Changes

  • fix(TooltipContext): Fix touch scrolling on mobile. Fixes #255 (#566)

layerchart@2.0.0-next.21

layerchart@2.0.0-next.21 pre-release

Patch Changes

  • fix: Reduce bundle size by removing culori as transitive dependency (#563)

layerchart@2.0.0-next.20

layerchart@2.0.0-next.20 pre-release

Patch Changes

  • fix(Canvas): Improve performance by skipping unnecessary work when hit canvas is unneeded (#561)

  • fix(Canvas): Improve performance by reducing computed style lookups and memoizing responses (#561)

  • fix(Canvas): Only apply text/font properties to canvas to improve performance (#561)

  • fix(GeoPath): Improve performance by only using custom geoCurvePath when curve overridden (#561)

  • fix(GeoPath): Fix reactivity with curve when using Canvas context (#561)

  • fix(Calendar): Support showing month labels without path via monthLabel prop (true by default) (#449)

layerchart@2.0.0-next.19

layerchart@2.0.0-next.19 pre-release

Patch Changes

  • fix(Calendar): Pass cellSize to children snippet (useful when responsive) (#558)

layerchart@2.0.0-next.18

layerchart@2.0.0-next.18 pre-release

Patch Changes

  • refactor: Replace date-fns usage with existing d3-time to reduce bundle size (#551)

  • fix(Text): Performance improvement by only determining word width if width prop defined (for word wrapping) (#554)

layerchart@2.0.0-next.17

layerchart@2.0.0-next.17 pre-release

Patch Changes

  • feat: Add Polygon primitive (#533)

  • feat: Add Ellipse primitive (#533)

  • feat(Spline): Add value to startContent and endContent snippets to easily access the x and y data values (#537)

  • breaking(Spline): Rename splineRef to pathRef (#549)

  • fix(GeoPath): Do not register with hit canavs unless pointer events (onclick, onpointermove, etc) or tooltipContext are defined (#549)

  • fix(Treemap): Fix reactivity of props (tile, padding, etc) (#516)

  • breaking(Treemap): Remove selected prop (#516)

  • fix(Treemap): Add maintainAspectRatio (default: false) to opt into tiling function adjustment (primarily for zoom) (#516)

  • fix(Treemap): Fix padding* prop types to support function or number constant (#516)

  • feat(ForceSimulation): Refined onstart/ontick/onend events of ForceSimulation (#547)

  • fix(ForceSimulation): Fixed a bug that would sometimes keep a simulation running, when its inputs change, even if alpha < alphaMin (#546)

  • fix(TooltipList): Align label to top (start) instead of center by default (#449)

  • breaking(Blur): Remove children snippet props (not needed and easier to support canvas in the future) (#549)

  • fix(Calendar|MonthPath): Support canvas by using Spline instead of path (#549)

  • docs: Document each component's context support (svg, canvas, html) with interactive toggle (#549)

layerchart@2.0.0-next.16

layerchart@2.0.0-next.16 pre-release

Patch Changes

  • fix(ForceSimulation): Expose default values by exporting them as constants (#530)

  • fix(ForceSimulation): Export Forces<NodeDatum, LinkDatum> type. (#531)

layerchart@2.0.0-next.15

layerchart@2.0.0-next.15 pre-release

Minor Changes

  • fix(ForceSimulation): Decouple from ChartContext by taking nodes and links via data prop. (#526)

  • fix(ForceSimulation): Improve types of nodes and links via generics (i.e. ForceSimulation<Node, Link>). (#527)

  • fix(ForceSimulation): Expose links via children snippet.

Previous
Page 3 of 21
Next
Edit this page