From 742a76e4c5bc00228e81e00da152a5f24308d4ac Mon Sep 17 00:00:00 2001 From: Joshua Woodward Date: Wed, 20 Mar 2019 12:24:54 -0700 Subject: [PATCH] Update PLUGIN_DEV.md --- PLUGIN_DEV.md | 5 +++++ 1 file changed, 5 insertions(+) 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`