Skip to content

Releases: techniq/layerchart

layerchart@0.59.5

23 Nov 23:21
755ee01
Compare
Choose a tag to compare

Patch Changes

  • Update dependencies (2d74395)

  • fix(PieChart): Fix handling of outerRadius with single series (adb40e2)

layerchart@0.59.4

21 Nov 01:28
b9e1141
Compare
Choose a tag to compare

Patch Changes

  • fix(ChartContext): Remove last @layerstack/utils/array import (6b88925)

layerchart@0.59.3

21 Nov 01:19
572213b
Compare
Choose a tag to compare

Patch Changes

  • Update @layerstack/* packages and remove deep imports (ex. @layerstack/utils/array) (9621a4e)

layerchart@0.59.2

20 Nov 22:16
4359402
Compare
Choose a tag to compare

Patch Changes

  • fix(Bars,Labels): Add key() acccessor to set {#each} key for improved transitions (7acaa43)

  • fix: Use series.key as {#each} key for better transitions (hide/show series) (5139159)

  • feat(Labels): Support overriding text with default slot (1492cdc)

  • Add default to package.json exports to improve webpack/rollup compatibility (a63fccc)

layerchart@0.59.1

12 Nov 15:27
fc88134
Compare
Choose a tag to compare

Patch Changes

  • fix(Spline): Improve defaultPathData() by handling explicit pathData (ex. Bar) and non-cartesian (ex. graph/hierarchy) usage (7dcd042)

layerchart@0.59.0

11 Nov 17:27
43d0a31
Compare
Choose a tag to compare

Minor Changes

  • feat(Bar): Add none rounded option (#280)

  • feat(Bar): Support rounded="edge" for value and orientation aware single edge rounding (#280)

  • feat(BarChart): Use new rounded="edge" for better default rounding, especially with seriesLayout="stack" (#280)

layerchart@0.58.4

06 Nov 03:44
c685d6b
Compare
Choose a tag to compare

Patch Changes

  • fix(Area): Improve initial tweened transition (matching Spline) (13c1ce5)

layerchart@0.58.3

06 Nov 03:42
633b3de
Compare
Choose a tag to compare

Patch Changes

  • fix(Spline): Refine default path data to handle 0 out of visible range and improve custom curve tweening (0b06ee0)

layerchart@0.58.2

05 Nov 21:42
dc6d02c
Compare
Choose a tag to compare

Patch Changes

  • fix(Spline): Improve initial tweened transition (ddddb7e)

layerchart@0.58.1

04 Nov 21:28
8334b08
Compare
Choose a tag to compare

Patch Changes

  • fix(Tooltip): Disable user-select by default for a better mobile experience (6806cc6)