Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

80 lines (53 loc) · 2.02 KB

Version 7.0.0

  • Build with Angular 12 in Ivy partial compilation mode
  • Load Google Charts v50 by default
  • Add VegaChart

Version 6.2.0

  • Add GoogleChartType enum
  • Some fixes in GoogleChartsLoaderService

Version 6.1.0

  • add GoogleChartEditor

Version 6.0.1

  • GoogleChartInterface: do not set the component property if the passed object is non-extensible
  • support Angular 8

Version 6.0.0

This version features some major changes under the hood, however breaking changes are minimal and updating should be straightforward.

  • GoogleChartInterface now extends a new interface: GoogleChartsDataTable
  • Add support for Controls and Dashboards
  • Load Google Charts v47 by default

Breaking changes:

  • GoogleChartInterface and GoogleChartsLoaderService are now exported as part of the public API
  • Remove unneeded interface: GoogleChartComponentInterface
  • GoogleChartComponent now implements OnInit rather than OnChanges
  • Use GoogleChartsSettings to provide settings to the Google Charts library
  • Remove deprecated ChartMouseOverEvent

Version 5.0.0

  • Add interface for remote data source
  • Add interfaces for all formatters
  • Add regionClick event for GeoChart
  • Add missing properties in GoogleChartInterface, implement loading data from a remote source

Breaking changes

  • rename interface FormatterOptionsInterface -> ColorFormatInterface
  • in GoogleChartInterface, rename opt_firstRowIsData -> firstRowIsData

Version 4.0.0

  • make underlying GoogleChartComponent easily accessible
  • add interfaces
  • add columnLabel to ChartSelectEvent
  • demo: add several more examples
  • add one-time listeners
  • fix events and listeners
  • load Google Charts v46 by default
  • GoogleChartsLoaderService: inject googleChartsVersion and mapsApiKey

Breaking changes

  • rename method in GoogleChartComponent: redraw() -> draw()