Skip to content

Latest commit

 

History

History
121 lines (62 loc) · 6.1 KB

File metadata and controls

121 lines (62 loc) · 6.1 KB

Change Log

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

4.0.0 (2024-10-25)

chore

  • bump to stencil 4.21.0 and angular 17 (e056f8c)

Features

  • 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.

3.2.0 (2024-02-16)

Features

  • vertical alluvial diagram feature (54ecb47)

3.1.2 (2024-02-09)

Note: Version bump only for package @visa/alluvial-diagram

3.1.1 (2023-09-28)

Bug Fixes

  • alluvial-diagram updates (19561da)

3.1.0 (2023-06-16)

Features

  • internationalization i18n validations i18n testing (5e0325b)

3.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.

2.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)

2.1.2 (2022-07-28)

Note: Version bump only for package @visa/alluvial-diagram

2.1.1 (2022-06-27)

Bug Fixes

  • augment unit testing for alluvial, remove uniqueID update, fix contrasting stroke on node and tooltip accessors (59b0896)

2.1.0 (2022-03-29)

Bug Fixes

  • alluvial-diagram missing freq in data table fix (b90ba7f)

Features

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

2.0.1 (2022-02-04)

Note: Version bump only for package @visa/alluvial-diagram

2.0.0 (2021-11-18)

chore

  • refactor watch lifecycle, object emitted on click and hover events in alluvial-diagram (1ff29bb)

BREAKING CHANGES

  • The linkConfig.fillMode option 'path' is now renamed to 'link'. Update to this new name in order to maintain fill styling that is applied to each link individually
  • 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

1.2.1 (2021-10-27)

Bug Fixes

  • add label collision to lifecycle and update a11y features on alluvial-diagram (74b32fd)

1.2.0 (2021-08-09)

Features

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

1.1.2 (2021-04-13)

Note: Version bump only for package @visa/alluvial-diagram

1.1.1 (2021-04-02)

Note: Version bump only for package @visa/alluvial-diagram

1.1.0 (2021-04-02)

Features

  • add alluvial diagram package (b6391da)