Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 943 Bytes

File metadata and controls

24 lines (19 loc) · 943 Bytes

Changelog

[4.0.0] - 2021-05-03

Changed

  • PlotlyService.getPlotly now returns a Promise

[3.1.0] - 2021-03-17

Changed

  • Updated peerDependency to angular >10.0 (see plotly#154)
  • Enhanced integration with Angular CSS classes handling (See plotly#147)
  • Allow user content inside plotly plot div element (See plotly#147)

[3.0.0] - 2020-08-27

Changed

  • Upgraded to angular 10.0
  • Moving to angular library format
  • Changing plotly_click event to plotlyClick for consistence among other event names

[2.0.0] - 2020-02-28

Changed

  • Upgraded to angular 9.0 (See plotly#101)
  • Adding @angular/core^9.0.0 as a peer dependency
  • Adding treemapclick and sunburstclick events (See plotly#105)