Skip to content

Commit

Permalink
Update PLUGIN_DEV.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellee authored Oct 12, 2017
1 parent b38016e commit 55d510a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions PLUGIN_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ upgrading Grafana please check here before creating an issue.
This version of Grafana has big changes that will impact a limited set of plugins. We moved from systemjs to webpack
for built-in plugins & everything internal. External plugins still use systemjs but now with a limited
set of Grafana components they can import. Plugins can depend on libs like lodash & moment and internal components
like before using the same import paths. Hover since everything in Grafana is no longer accessable some limited
set of plugins could encounter issues when importing a Grafana dependency.
like before using the same import paths. However since everything in Grafana is no longer accessible, a few plugins could encounter issues when importing a Grafana dependency.

[List of exposed components plugins can import/require](https://github.com/grafana/grafana/blob/master/public/app/features/plugins/plugin_loader.ts#L48)

If you think we missed exposing a crucial lib or Grafana component let us know by opening an issue.

### Deprecated components

The angular directive `<spectrum-picker>` is no depricated (will still work for a version more) but we recommend plugin authors
The angular directive `<spectrum-picker>` is no deprecated (will still work for a version more) but we recommend plugin authors
to upgrade to new `<color-picker color="ctrl.color" onChange="ctrl.onSparklineColorChange"></color-picker>`

0 comments on commit 55d510a

Please sign in to comment.