Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Latest commit

 

History

History
139 lines (77 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

139 lines (77 loc) · 4.75 KB

Changelog

0.8.1 (2022-06-28)

Full changelog

This releases updates the plugin to support Grafana 9.0.

0.8.0 (2022-01-28)

Full changelog

This release bumps the minimum required Grafana to >=8.1. Grafana 8 introduces a new theming engine for panel plugins.

  • If you're running a Grafana version before 8.0, you should stay with v0.7.5.
  • If you're running Grafana 8.1 or above, you should update to v0.8.0.

0.7.5 (2022-01-07)

Full changelog

Bug fixes

  • experiments is undefined (#69) (thanks @prOOrc!)

0.7.4 (2021-09-05)

Full changelog

Bug fixes

  • Fix Data Links in Grafana 8.0 (#49)

0.7.3 (2021-08-06)

Full changelog

Bug fixes

  • Cannot read property 'visualization' of undefined (#38)

0.7.2 (2021-06-15)

Full changelog

Enhancements

  • Upgrade grafana-plugin-support dependency

0.7.1 (2021-06-15)

Full changelog

Enhancements

  • Nothing plotted when too many values on y axis (#32)
  • Metadata and docs updates
  • Upgrade dependencies

0.7.0 (2021-05-09)

Full changelog

Enhancements

  • Color support: You can now configure colors based on text and number fields. Unfortunately, this bumps the minimum required Grafana version to 7.3.0 (#26)
  • Support for data links (#25)
  • Improved zoom support
  • Option to not display y axis labels (#30)
  • Limit task bar height (#22) (thanks @ymmt07039)

0.6.1 (2021-03-07)

Full changelog

Enhancements

  • Limit Y-axis to relevant values only (#19)

0.6.0 (2021-02-18)

Full changelog

Enhancements

Adds a new Experiments category with two new features: Lock to extents and Relative time:

  • Lock to extents locks the zoom to fit all tasks from start to finish
  • Relative time changes the X axis to display the duration from when the first task started

0.5.0 (2021-02-16)

Full changelog

Enhancements

  • Add option to sort tasks by text or by start time (#15)
  • Make dimensions clearable (#12)
  • Add fallback panel for unsupported Grafana versions
  • Add wizard for configuring the query

0.4.0 (2021-02-06)

Full changelog

Enhancements

  • Add labels to tooltip (#9)
  • Click-and-drag to change dashboard time interval (#10)

0.3.1 (2021-02-02)

Full changelog

Bug fixes

  • Reduced precision when using strings as time (#5)

0.3.0 (2021-01-28)

Full changelog

Enhancements

  • Null values are interpreted as infinity
  • Add duration to tooltip
  • Improved styles

0.2.0 (2020-01-27)

Full changelog

Enhancements

  • Allow using string and number fields as time (#1, #2)

0.1.0 (2020-01-08)

Initial release. Not fit for production use.