mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* feat: share the plugin context with app plugins * feat: share the plugin context ui-extension modals * feat: pre-fetch the app plugin settings * feat: expose more utility hooks for plugins * fix: use `location.pathname` directly Previously it was referenced by `pluginRoot.props.path`, which stops working in case the `pluginRoot` element is wrapped with anything.