Skip to content

Latest commit

 

History

History
151 lines (77 loc) · 8.1 KB

File metadata and controls

151 lines (77 loc) · 8.1 KB

Change Log

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

7.0.1 (2024-11-15)

Bug Fixes

  • package and version bumps for 8.0.1 fix release (a021bdc)

7.0.0 (2024-10-25)

Bug Fixes

  • update clustered bar height to address bbox 0 height bug (8aa325b)

chore

  • bump to stencil 4.21.0 and angular 17 (e056f8c)

Features

  • bar chart, clustered bar chart, stacked bar chart, line chart, dumbbell plot, scatter plot, world map, parallel plot format text value as dataLabel (8aa325b)
  • subTitle mode prop added for choosing between background and text (8aa325b)

BREAKING CHANGES

  • Older node, react and angular versions may no longer be compatible with stencil 4 and updated output targets.

6.2.2 (2024-02-16)

Bug Fixes

6.2.1 (2024-02-09)

Note: Version bump only for package @visa/clustered-bar-chart

6.2.0 (2023-09-28)

Features

  • legendSubTitle internal user agent detection testing documentation (3a3fd00)

6.1.0 (2023-06-16)

Features

  • internationalization i18n validations i18n testing (5e0325b)

6.0.0 (2023-02-01)

chore

  • d3-color bump to 3.1.0 and resolutions (dd9a2fb)

BREAKING CHANGES

  • d3-color bump to 3.1.0, IE11 support no longer maintained. If you need to support IE11, you should stick with the previous release.

5.2.0 (2023-01-13)

Bug Fixes

  • update stencil/tsconfig across lib to include app- in dev and exclude it in prod build (08ec353)

Features

  • add dataKeyNames prop and initialLoadEndEvent across chart components in lib (486d44a)

5.1.2 (2022-07-28)

Note: Version bump only for package @visa/clustered-bar-chart

5.1.1 (2022-06-27)

Bug Fixes

  • update scales for bar and clustered to address all negative values bug, remove uniqueID update (7a4f03a)

5.1.0 (2022-03-29)

Features

  • major bump of stencil, bump other deps as well, add storybook demo app (70719eb)

5.0.1 (2022-02-04)

Note: Version bump only for package @visa/clustered-bar-chart

5.0.0 (2021-11-18)

chore

  • refactor object emitted on click and hover events in clustered-bar-chart (e76e1e4)

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

4.3.1 (2021-10-27)

Bug Fixes

  • add label collision to update functions across lib, doc and testing updates to support (83e63dc)

4.3.0 (2021-08-09)

Features

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

4.2.3 (2021-04-13)

Note: Version bump only for package @visa/clustered-bar-chart

4.2.2 (2021-04-02)

Note: Version bump only for package @visa/clustered-bar-chart

4.2.1 (2021-04-02)

Bug Fixes

  • refactor accessibility util, update utils & types for alluvial, clean dependencies (a7305ef)

4.2.0 (2021-04-01)

Features

  • add keyboardNavConfig to accessibility util and component apis (7f6e8ef)

4.1.1 (2021-02-18)

Note: Version bump only for package @visa/clustered-bar-chart

4.1.0 (2021-02-09)

Bug Fixes

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

Features

  • accessibility's hideStrokes and interaction state applied to legend (0674b60)

4.0.2 (2020-12-22)