- Repo: Don't use direct css imports #212
- Build: Add provenance attestation for builds #208
- Repo: Add open sans font license to the output dist 39e949b
- 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
- Declarations: Add missing declaration descriptions 301e69a
- Options: Add Grafana scrollbar #111
- Declarations: More accurate declarations #113
- Repo: Add locationService #117
- Repo: Add release files without the version number 1a8b313
- Repo: Update grafana packages to work with latest grafana version (8.3.4)
- Repo: Fix inconsistency with dynamic variables #77
- Repo: Fix fieldDisplayValues is undefined on panel load #72
- Options: Fix wrong default calcs value #75
- Repo: Add better calcs mutation handler a7abb76
- Repo!: Don't save the import/export option (
importedPanelOptions) 211e35b
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.
- Repo: Fix onInit triggers when leaving edit mode #59
- Repo: Show error message in the alert component #54
- Repo: Fix default onRender code causes error acec820
- 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
- References: Fix missing type on custom properties #31
- 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.
- Repo: Fix errors not logged in the console #22
- Repo: Fix editor not loading with sub path #20
- Repo: Change the grafana version to the earliest working for this plugin (7.1.0)
- onInit: Add onpanelupdate events, dynamicData option, and "Trigger panelupdate when mounted" option #10
- Import/Export: Fix panel options not updating when importing/changing values in the import option #13
- 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.
- HTML/SVG document: Fix html not updating after removing all code
- Fit content to panel: Fix html elements not fitting to panel
- 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).
- Repo: Use the new package format
- Repo: Sign the plugin
- Since the new package format, there might be problems unpacking it.
- Code editor: Support offline
- Code editor: Better Grafana types for autocompletion
- codeData: Add a collapse header icon
- Examples: Add bundle and Grafana variable example
- Scripts: Add support for Grafana/template variables
- SimpleOptions/codeData: Fix number showing string option
- SVGBaseFix: Fix problem with multiple href.
- 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.
- plugin.json: Fix wrong date format.
Initial