Skip to content

Latest commit

 

History

History
118 lines (66 loc) · 6.41 KB

CHANGELOG.md

File metadata and controls

118 lines (66 loc) · 6.41 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.3 (2022-07-18)

2.2.2 (2021-06-12)

2.2.1 (2021-05-03)

Bug Fixes

2.2.0 (2021-04-19)

Features

2.1.1 (2021-04-15)

Bug Fixes

  • loading correct package based on chart type (#219) (d6e6922)

2.1.0 (2021-04-10)

Features

  • added support for add/remove custom event listeners (65c6836)
  • add dashboard formatters (9fbfefd)

Bug Fixes

2.0.1 (2021-01-27)

2.0.0 (2021-01-16)

⚠ BREAKING CHANGES

  • compile in strict mode

Features

  • error-dash-events: add error and ready listeners (853dac4)

Bug Fixes

  • dataTable contains stale values (4c9f7c6)

  • provide script-loader service in module (a9dd652)

  • compile in strict mode (d387928)

1.1.6 (2020-09-12)

Bug Fixes

  • compilation errors because of types (24a5d6c), closes #167

1.1.5 (2020-09-07)

Bug Fixes

  • incorrect documentation links (eaba673)

1.1.4 (2020-04-26)

Bug Fixes

1.1.3 (2020-04-23)

Bug Fixes

  • no selector for directive error (95e594b)

1.1.2 (2020-04-22)

Bug Fixes

  • select event not firing (624b080)

1.1.1 (2020-04-22)

1.1.0 (2020-04-19)

⚠ BREAKING CHANGES

  • always load the google.visualization namespace
  • rename raw chart to chart wrapper
  • raw chart component
  • google chart component
  • script loader service public interface

Features

  • add safe mode to config (e11974c)
  • always load the google.visualization namespace (1a9d892)
  • controls and dashboards (3c7c497)
  • editing charts (c6eda2d)
  • provide config as object (2d5953f)

Bug Fixes

  • mouse events emitting multiple times if chart is redrawn (20e6ad1), closes #83
  • run callbacks after loading scripts in angular zone (b567030)

improvement

  • script loader service public interface (8f1f36b)
  • google chart component (013f978)
  • raw chart component (ed88549)
  • rename raw chart to chart wrapper (875e71e)