Skip to content

Releases: gapitio/gapit-htmlgraphics-panel

Release v2.1.1

11 Aug 09:38
17b6cad
Compare
Choose a tag to compare

v2.1.1 (2022-08-11)

Features / enhancements

  • Declarations: Add missing declaration descriptions 301e69a

Release v2.1.0

09 Aug 10:27
fbea3c4
Compare
Choose a tag to compare

v2.1.0 (2022-08-09)

Features / enhancements

  • Options: Add Grafana scrollbar #111
  • Declarations: More accurate declarations #113
  • Repo: Add locationService #117

Release v2.0.3

07 Mar 11:03
Compare
Choose a tag to compare

v2.0.3 (2022-03-07)

Features / enhancements

  • Repo: Add release files without the version number 1a8b313

Release v2.0.2

11 Feb 13:06
240b53e
Compare
Choose a tag to compare

v2.0.2 (2022-01-31)

Features / enhancements

  • Repo: Update grafana packages to work with latest grafana version (8.3.4)

Release v2.0.1

10 Jan 08:17
Compare
Choose a tag to compare

v2.0.1 (2022-01-10)

Bug fixes

  • Repo: Fix inconsistency with dynamic variables #77
  • Repo: Fix fieldDisplayValues is undefined on panel load #72
  • Options: Fix wrong default calcs value #75

Release v2.0.0

30 Nov 08:28
Compare
Choose a tag to compare

v2.0.0 (2021-11-30)

Release notes v2.0.0

Features / enhancements

  • Repo: Add better calcs mutation handler a7abb76
  • Repo!: Don't save the import/export option (importedPanelOptions) 211e35b

Breaking changes

Don't save the import/export option (importedPanelOptions)

Halves the size of the saved panel options. This might have some effects on code that checks this option. The options change doesn't happen until a change/save in the import/export section is triggered.

Release v1.5.0

16 Nov 14:16
Compare
Choose a tag to compare

v1.5.0 (2021-10-28)

Features / enhancements

  • Repo: Add dynamic props #55
  • Repo: Add dynamic htmlGraphics #56
  • Repo: Add onInitOnResize #63

Bug fixes

  • Repo: Fix onInit triggers when leaving edit mode #59

Release v1.4.1

28 Oct 10:40
Compare
Choose a tag to compare

v1.4.1 (2021-10-28)

Features / enhancements

  • Repo: Show error message in the alert component #54

Bug fixes

  • Repo: Fix default onRender code causes error acec820

Release v1.4.0

20 Oct 11:45
Compare
Choose a tag to compare

v1.4.0 (2021-10-20)

Features / enhancements

  • Code editor: Only load declarations in edit mode #49
  • Options: Add stock field and overrides tabs #24
  • Options: Add root css #44
  • Options: Add calcs mutation #47
  • References: Centralize references (htmlGraphics) #30
  • References: Expose props #36
  • References: Add panelwillunmount event #37
  • Website: Add website #39

Bug fixes

  • References: Fix missing type on custom properties #31

Breaking changes

  • Code editor: Use the integrated code editor #38. Latest version that works with this change requires v8.2.0+ of Grafana. This also fixes #32.

Release v1.3.3

12 Apr 12:20
Compare
Choose a tag to compare

v1.3.3 (2021-04-12)

Bug fixes

  • Repo: Fix errors not logged in the console #22