Skip to content

Latest commit

 

History

History
executable file
·
236 lines (134 loc) · 9.35 KB

File metadata and controls

executable file
·
236 lines (134 loc) · 9.35 KB

Changelog

v2.2.3 (2025-11-12)

Bug fixes

  • Repo: Don't use direct css imports #212

v2.2.2 (2025-11-05)

Features / enhancements

  • Build: Add provenance attestation for builds #208

Bug fixes

  • UI: Fix small file upload button #210 #211

v2.2.1 (2025-07-02)

Features / enhancements

  • Repo: Add open sans font license to the output dist 39e949b

v2.2.0 (2025-06-18)

Features / enhancements

  • Repo: Migrate to grafana create plugin #188, 41062ec
  • Repo: Add new scroll container #200
  • Declarations: Dynamically update type declarations #202
  • Code editor: Don't wait for declarations to load editor #203
  • Code editor: Add adjustable height for the code editor #206

Bug fixes

  • Readme: Fix broken badge links eb18ff6, 25eff4f
  • Declarations: Load declarations with onRender #204

v2.1.1 (2022-08-11)

Features / enhancements

  • Declarations: Add missing declaration descriptions 301e69a

v2.1.0 (2022-08-09)

Features / enhancements

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

v2.0.3 (2022-03-07)

Features / enhancements

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

v2.0.2 (2022-01-31)

Features / enhancements

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

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

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.

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

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

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.

v1.3.3 (2021-04-12)

Bug fixes

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

v1.3.2 (2021-04-07)

Bug fixes

  • Repo: Fix editor not loading with sub path #20

v1.3.1 (2021-02-12)

Features / enhancements

  • Repo: Change the grafana version to the earliest working for this plugin (7.1.0)

v1.3.0 (2021-02-11)

Features / enhancements

  • onInit: Add onpanelupdate events, dynamicData option, and "Trigger panelupdate when mounted" option #10

Bug fixes

  • Import/Export: Fix panel options not updating when importing/changing values in the import option #13

v1.2.0 (2020-12-18)

Features / enhancements

  • Options: Add overflow radio option #8
  • Options: Add import and export of panel options #9

v1.1.0 (2020-12-4)

Features / enhancements

  • Repo: Add default configuration to show how to connect CSS, HTML, JS, and customProperties.
  • Repo: codeData has been renamed customProperties. codeData is still available, and most of the internal code still uses codeData for backwards compatibility.
  • Options: Simplify field names and description.
  • Options: Move CSS, HTML, onRender, and onInit to the Display category.

Bug fixes

  • HTML/SVG document: Fix html not updating after removing all code
  • Fit content to panel: Fix html elements not fitting to panel

Breaking changes

  • Panels made from older versions will add default values to CSS, HTML/SVG document, onInit, onRender, and customProperties if they are unchanged (If the field/option has been changed, they will not be overridden by the default value).

v1.0.0 (2020-11-20)

Features / enhancements

Breaking changes

  • Since the new package format, there might be problems unpacking it.

v0.0.4 (2020-10-22)

Features / enhancements

  • Code editor: Support offline

v0.0.3 (2020-10-06)

Features / enhancements

  • Code editor: Better Grafana types for autocompletion
  • codeData: Add a collapse header icon

v0.0.2 (2020-09-28)

Features / enhancements

  • Examples: Add bundle and Grafana variable example
  • Scripts: Add support for Grafana/template variables

Bug fixes

  • SimpleOptions/codeData: Fix number showing string option
  • SVGBaseFix: Fix problem with multiple href.

v0.0.1 (2020-09-10)

Features / enhancements

  • Readme: Add more information.
  • plugin.json: Add author url and keywords.
  • SVGBaseFix: Update links used in the comments.
  • Screenshots: Add open-sans-font-weight, building-overview, building-overview-edit and code-editor screenshot.

Bug fixes

  • plugin.json: Fix wrong date format.

v0.0.0 (2020-09-07)

Initial