Skip to content

v2.1.1

Compare
Choose a tag to compare
@zunnzunn zunnzunn released this 21 Sep 16:27
· 40 commits to master since this release

What's new?

  • exposed types for library users
  • upgraded packages and vuepress
  • now using Vite for bundling
  • provided context with new composable 'useContext'
  • using prettier to format
  • fixed minor type issues
  • styles:
    • removed style scoping, to make overwriting styles easier
    • removed usage of ids (in case you want to use the chart multiple times)
    • prefixed animations
    • inheriting font by default, since Helvetica isn't available on every system
    • using ew-resize cursor to show that resizing is possible in two directions and align with common UI pattern
  • using correct typographic character for range values
  • using numeric font variant so that dates always take up the same width
  • aligned wording getRowsInChart and getChartRows
  • minor updates in README.md

This version is based on contributions from @dpschen ! Thank you, Dominik!