Skip to content

Releases: techniq/layerchart

[email protected]

22 Dec 22:19
3d6b68d
Compare
Choose a tag to compare

Patch Changes

  • Remove posthog-js from dependencies (only devDependencies for docs) (0d72288)

[email protected]

20 Dec 01:29
ab3304b
Compare
Choose a tag to compare

Patch Changes

  • fix(ScatterChart): Default yScale to scaleLinear/scaleTime based on first data's y value (matching xScale behavior) (197d7fd)

  • fix: Allow overriding xScale/yScale for simplified charts (AreaChart, BarChart, etc) (197d7fd)

[email protected]

17 Dec 12:55
e452b6a
Compare
Choose a tag to compare

Patch Changes

  • Update dependencies, notable Vite 5=>6 and Svelte 5 to latest (silence/fix reactive_declaration_non_reactive_property) (30e612d)

  • fix(Dagre): Add missing lang="ts" and use Svelte 3/4 compat context="module" instead of module (bfed785)

[email protected]

13 Dec 15:47
40f3eb3
Compare
Choose a tag to compare

Minor Changes

  • feat: Add Dagre layout component for directed acyclic graphs (DAGs) (#268)

Patch Changes

  • fix(Spline): Improve initial data display / transition on non-cartesian charts (ex. hierarchy/graph) (#268)

[email protected]

03 Dec 14:00
621e674
Compare
Choose a tag to compare

Patch Changes

  • fix(Legend): Fix reactivity when scale/data changes. Fixes #289 (0dea00b)

[email protected]

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)

[email protected]

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

Patch Changes

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

[email protected]

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)

[email protected]

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)

[email protected]

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)