Skip to content

Latest commit

 

History

History
107 lines (52 loc) · 4.88 KB

CHANGELOG.md

File metadata and controls

107 lines (52 loc) · 4.88 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.3 (2023-12-07)

Bug Fixes

  • Serve is not a hard dependency (c22d6ff)

1.2.2 (2023-12-07)

Bug Fixes

  • Ensure smartLabels, sorted values are inherited (9975427)

1.2.1 (2023-12-07)

Bug Fixes

1.1.2 (2023-12-07)

Features

  • Allow labels on line charts (837743e)

1.1.1 (2023-04-28)

Bug Fixes

  • Avoid nullish coalescing for Node 14 (0df8fbd)
  • Handle empty mapped x values (8920ed0)
  • Node 14 does not support Array.prototype.at (2ed13ce)

1.1.0 (2023-04-28)

Features

  • Add area chart (23b6439)
  • Move utils to modules for better minification (43e846a)
  • Pixel-perfect axis lines (3524764)
  • Skip unneeded intermediate step path commands (a95c472)

1.0.7 (2023-03-18)

Features

  • Returning true for label uses default method (081fd6a)

Bug Fixes

  • Mapped bar methods receive incorrect indices (8c30fb2)
  • Publish types to NPM (716a413)

1.0.6 (2023-03-16)

Features

  • Add new symbol type "asterisk" (fa4bf4d)

Bug Fixes

  • #3 Convert hit area to circle (5f50e0c)
  • Firefox requires class to apply scoping to shadow root (2cf5e92)

1.0.5 (2023-03-15)

Features

  • Add transparent touch area around symbols (0a49a8b)

1.0.4 (2023-03-14)

Bug Fixes

  • Publish includes compiled library (fd2d9d8)
  • Use data to determine series length (1e989e9)

1.0.3 (2023-03-13)

Bug Fixes

  • Re-add preinstall to create CommonJS entry (b780c75)
  • Single bar chart item renders with no width (2e1be82)

1.0.2 (2023-03-13)

Bug Fixes

  • Safari doesn't honour fill colour inheritance (1141692)
  • Single values should still include grid line (b7843e7)