Skip to content

Latest commit

 

History

History
100 lines (33 loc) · 3.33 KB

File metadata and controls

100 lines (33 loc) · 3.33 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0 (2021-11-18)

chore

  • remove old components, refactor object emitted, bump dependencies (76d1de4)

BREAKING CHANGES

  • e.detail now contains two objects, data and target. To access data object, you now need to use e.detail.data. clickFunc, hoverFunc, and mouseOutFunc have been removed and replaced with clickEvent, hoverEvent, and mouseOutEvent, respectively.
  • level-indicator, group-charts, pareto-chart and clustered-force-layout non production components have been removed from VCC repo and bundles

2.2.2 (2021-10-27)

Note: Version bump only for package @visa/charts-react

2.2.1 (2021-08-09)

Note: Version bump only for package @visa/charts-react

2.2.0 (2021-08-09)

Features

  • push keyboard-instructions, animationConfig, label-collision and fixes across lib (ea1b1a4)

2.1.2 (2021-04-13)

Note: Version bump only for package @visa/charts-react

2.1.1 (2021-04-02)

Bug Fixes

  • add resoultion to fix mapbox-map dependency audit results (a655f60)

2.1.0 (2021-04-02)

Features

  • add alluvial diagram to chart bundles (9fd5cef)

2.0.6 (2021-04-01)

Note: Version bump only for package @visa/charts-react

2.0.5 (2021-02-18)

Note: Version bump only for package @visa/charts-react

2.0.4 (2021-02-09)

Bug Fixes

  • revert d3-array and d3-scale, enable commonjs bundles, add devDependency es5-check (c6fea3c)

2.0.2 (2020-12-22)