diff --git a/PLUGIN_DEV.md b/PLUGIN_DEV.md index 47743e5fbf9..7b9eea8d37f 100644 --- a/PLUGIN_DEV.md +++ b/PLUGIN_DEV.md @@ -27,3 +27,8 @@ If you think we missed exposing a crucial lib or Grafana component let us know b The angular directive `` is now deprecated (will still work for a version more) but we recommend plugin authors to upgrade to new `` +## Changes in v6.0 + +### DashboardSrv.ts + +If you utilize [DashboardSrv](https://github.com/grafana/grafana/commit/8574dca081002f36e482b572517d8f05fd44453f#diff-1ab99561f9f6a10e1fafcddc39bc1d65) in your plugin code, `dash` was renamed to `dashboard`