Skip to content

Releases: grafana/plugin-tools

v0.3.0

24 Oct 07:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

19 Oct 13:36
Compare
Choose a tag to compare

What's Changed

  • Updates README about creating a new plugin by @academo in #59
  • Templates: Set timezone to UTC for jest by @briangann in #66
  • Templates: Use plugincheck2 in release workflow by @jackw in #67
  • Move to monorepo to introduce sign-plugin by @jackw in #72
  • Chore: Refresh yarn.lock file (removes unused grafana/data) by @jackw in #76
  • Do not use TS_NODE_PROJECT for webpack configuration by @academo in #75
  • Fix npm bump running test by @academo in #78
  • Use yarn to bump version by @academo in #79

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Oct 10:21
Compare
Choose a tag to compare

What's Changed

  • template: remove comma and space by @briangann in #65
  • Templates: move @types/lodash and add react and react-dom to dependencies by @jackw in #69
  • Templates: Externalise react-router to prevent bundling with plugins by @jackw in #70
  • Migrate: Sort package.json fields by @jackw in #68

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

03 Oct 16:10
Compare
Choose a tag to compare

What's Changed

  • Bugfix: building a single plugin as module directly in the dist folder by @mckn in #52
  • Move from MIT to Apache 2 license by @jackw in #51

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Sep 10:04
Compare
Choose a tag to compare

What's Changed

  • Improves create command user experience by @academo in #39
  • CI: Use correct name for github-token when creating release by @jackw in #46
  • Build: Support for building nested plugins by @mckn in #50

Full Changelog: v0.0.1...v0.1.0

Initial release

08 Sep 10:19
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Create Plugin

πŸš€ πŸŽ‰ This marks the first release of create plugin. πŸŽ‰ πŸš€

Please note that this is a pre-release and not intended for us in production as of now.

What's Changed

New Contributors

Full Changelog: https://github.com/grafana/create-plugin/commits/v0.0.1