Skip to content

Releases: techniq/layerchart

layerchart@2.0.0-next.30

13 Jul 03:33
94813dd

Choose a tag to compare

Pre-release

Patch Changes

  • fix(AnnotationPoint): Do not propagate mouse/touch move/leave events to TooltipContext after switching from pointer events. Fixes #598 (#602)

layerchart@2.0.0-next.29

05 Jul 14:48
c675d72

Choose a tag to compare

Pre-release

Patch Changes

  • fix(Axis): Fix display of axis labels (#591)

layerchart@2.0.0-next.28

03 Jul 13:23
7001e66

Choose a tag to compare

Pre-release

Patch Changes

  • fix(Axis): Fix memory leak and improve performance when tick values are Date instances (#586)

layerchart@2.0.0-next.27

25 Jun 21:29
46f97c3

Choose a tag to compare

Pre-release

Patch Changes

  • feat: Update applyLanes() util to support nested string key and function accessors for start/end properties (#449)

  • fix: Add applyLanes() as top-level export (#449)

layerchart@2.0.0-next.26

25 Jun 20:09
b4d4fa3

Choose a tag to compare

Pre-release

Patch Changes

  • feat: Add applyLanes() array util to support densely packing timelines (#449)

layerchart@2.0.0-next.25

23 Jun 14:29
c335593

Choose a tag to compare

Pre-release

Patch Changes

  • feat(TooltipContext): Support quadtree-x and quadtree-y modes. Resolves #525 (#578)

  • fix(AreaChart): Change default tooltip mode from bisect-x to quadtree-x (works with catagorical data and does not require data to be sorted) (#578)

  • fix(LineChart): Change default tooltip mode from bisect-x to quadtree-x (works with catagorical data and does not require data to be sorted) (#578)

  • fix(ScatterChart): Change default tooltip mode from voronoi to quadtree (#578)

  • fix: Support passing <*Chart tooltip={...}> to underlying TooltipContext (as types already indicate) (#576)

layerchart@2.0.0-next.24

23 Jun 12:29
5c14e67

Choose a tag to compare

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

17 Jun 12:26
2513140

Choose a tag to compare

Pre-release

Patch Changes

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

layerchart@2.0.0-next.22

16 Jun 12:15
b9e9a19

Choose a tag to compare

Pre-release

Patch Changes

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

layerchart@2.0.0-next.21

13 Jun 20:35
a0c271a

Choose a tag to compare

Pre-release

Patch Changes

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