Changelog

Every release, documented. Follow development on GitHub Releases.

v0.1.2

Latest

2026-02-25

  • +Updated npm README with chart screenshots and OG image
  • +Added demo image gallery to documentation
  • +Improved bundle size documentation

v0.1.1

2026-02-24

  • +Fixed dark mode gradient rendering
  • +Fixed CRLF line endings in SVG output
  • +Improved CSS animation handling for static renders

v0.1.0

Initial Release

2026-02-23

  • +40+ chart types: line, bar, area, pie, donut, scatter, bubble, radar, candlestick, waterfall, funnel, gauge, sparkline, heatmap, treemap, boxplot, histogram, sankey, sunburst, and more
  • +SVG-first rendering with Canvas and WebGL fallbacks
  • +Full Tailwind CSS integration with className on every element
  • +Native dark mode support with dark: variants
  • +WCAG AA accessibility: keyboard navigation, screen readers, pattern fills
  • +TypeScript-first with full type inference
  • +Tree-shakeable ESM and CJS builds
  • +Under 15kb gzipped for the entire library
  • +Server-side rendering support
  • +Framework-agnostic core with renderToString API