mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 20:22:19 +08:00

* feat: add a new UI extension type: component * fix: remove reference to not existing type * chore: update betterer results * review: use a single type notation in import * review: stop exporting `PluginExtensionBase` * refactor: make extension config types more explicit By using some repetition now these types are much easier to oversee. * feat: add a new extension point to the datasources config * fix: export tcontext type from grafana-data * chore: update betterer results * chore: fix tests * feat: extend the context shared with extensions * feat: stop omitting jsonData props & update context type * tests: update tests