Skip to content

Releases: gmazzamuto/ng2-google-charts

v7.0.0

11 Dec 00:34
v7.0.0
Compare
Choose a tag to compare

Version 7.0.0

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

v6.2.0

11 Dec 00:33
v6.2.0
Compare
Choose a tag to compare

Version 6.2.0

  • Add GoogleChartType enum
  • Some fixes in GoogleChartsLoaderService

v6.1.0

13 Jul 17:59
v6.1.0
8e0622f
Compare
Choose a tag to compare

Version 6.1.0

  • add GoogleChartEditor

v6.0.1

24 Jun 16:09
v6.0.1
Compare
Choose a tag to compare

Version 6.0.1

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

v6.0.0

05 Apr 12:42
v6.0.0
Compare
Choose a tag to compare

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

v5.0.0

06 Jan 17:54
Compare
Choose a tag to compare

Version 5.0.0

  • 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

v4.0.0

27 Jan 22:57
Compare
Choose a tag to compare
  • 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