LayerChart

Releases (227)

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.

layerchart@2.0.0-next.14

layerchart@2.0.0-next.14 pre-release

Patch Changes

  • fix(AreaChart|BarChar|LineChart): Use value axis (typically y) property name/accessor for tooltip label if defined as string (ex. <AreaChart x="date" y="visitors"> will use visitors instead of value) (#523)

layerchart@2.0.0-next.13

layerchart@2.0.0-next.13 pre-release

Patch Changes

  • feat: Support passing FormatConfig (ex. { type: '...', options: { ... } }) anywhere FormatType is supported to simplify custom formatting (ex. variant) (#521)

  • feat: Support passing PeriodTypeCode strings for simplified date formatting and reduce imports. Example: format={PeriodType.Day} is now format="day". Also supported with config object for passing additional options (ex. format={{ type: 'day', options: { variant: 'long' } }}). Supported for all format props include Axis, Labels, Legend and Tooltip. (#521)

layerchart@2.0.0-next.12

layerchart@2.0.0-next.12 pre-release

Patch Changes

  • fix(Group): Default opacity to undefined instead of 1 to allow overriding via class (ex. opacity-20) (#520)

  • fix(Axis): Additional multiline month fix for day ticks (#449)

layerchart@2.0.0-next.11

layerchart@2.0.0-next.11 pre-release

Patch Changes

  • fix(Axis): Fix multiline month when day tick does not align on first of month (#517)

layerchart@2.0.0-next.10

layerchart@2.0.0-next.10 pre-release

Patch Changes

  • fix(Tooltip): Use standard CSS classes (non-tailwind) for root element to simplify some usage (including shadcn-svelte) (#511)

layerchart@2.0.0-next.9

layerchart@2.0.0-next.9 pre-release

Patch Changes

  • fix(Axis): Key using tick value instead string representation to support millisecond precision (#508)

  • fix(Axis): Add time duration aware tick value/format support (#508)

  • feat(Axis): Support multiline ticks for time intervals (#508)

  • feat(Axis): Support responsive tick counts via tickSpacing prop (#508)

  • fix(Text): Apply dominant-baseline to <textPath> instead of <text> to fix Safari. Fixes #507 (#508)

  • feat(Text): Support explicit word wrapping with \n character (#508)

layerchart@2.0.0-next.8

layerchart@2.0.0-next.8 pre-release

Patch Changes

  • docs: Add non-radial BarChart duration example and improve radial example (#496)

  • fix(BarChart): Improve handling time scale for value axis (ex. xScale for horizontal orientation) (#496)

  • fix(Spline): Only re-draw on data/path changes and not other context (such as width/height). Fixes #504 (#505)

  • docs: Rename "Dot Plot" to "Duration" and add bars example along with points (#496)

Previous
Page 6 of 23
Next
Edit this page