All Versions
88
Latest Version
Avg Release Cycle
4 days
Latest Release
-

Changelog History
Page 2

  • v8.0.1 Changes

    • ⬆️ [Chore] Upgrade deps
  • v8.0.0 Changes

    • 🚚 [Breaking] Remove auto-binning from bar charts #118
  • v7.2.3 Changes

    • [Fix] Hover returns color object #76
  • v7.2.2 Changes

    • 🔒 [Fix] Lock is-equal dep due to errors
  • v7.2.1 Changes

    • [Feature] Add displayAllLabels to PieChart component
    • 🐎 [Fix] Improve performance of Tooltip
    • 🚚 [Chore] Move more components to FC
    • [Chore] Bump depepdencies
  • v7.2.0 Changes

    • [Feature] Add ability to have tooltip only show up on bar hover
    • [Fix] Fix linear guage tooltip not working correctly
  • v7.1.0 Changes

    • [Feature] Guide Bar for Radial Bar Charts
    • [Feature] Guide Bar for Linear Bar Charts
    • [Feature] Add ability to pass minHeight to Bar component
    • [Feature] Add SonarChart component and improve demo
    • 📇 [Fix] Fix bug with not passing metadata in stacked charts
    • [Fix] Increase TooltipArea padding by 5px
    • [Chore] Bump depepdencies
    • 🚚 [Chore] Move Tooltip to FC
  • v7.0.2 Changes

    • [Fix] Fix marmekko tooltip issue
    • 🚚 [Fix] Temp remove tooltip from linear gauge
    • 👯 [Fix] Type issues and loops for clone element
    • [Fix] Type issues with sparklines
  • v7.0.1 Changes

    • [Fix] Fix type issue with Babel TypeScript
  • v7.0.0 Changes

    • 🚚 [BREAKING] Move BarChart to use TooltipArea vs Tooltip on each bar.
    • [BREAKING] Created new HistogramBarChart to wrap common features of histograms
    • 👍 [Feature] Add support for horizontal charts in TooltipArea
    • 🚚 [Feature] Added onMouseMove to Bar component