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

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusolsson committed May 9, 2021
1 parent 793b6ba commit 8a21101
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.7.0 (2021-05-09)

[Full changelog](https://github.com/marcusolsson/grafana-gantt-panel/compare/v0.6.1...v0.7.0)

### 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](https://github.com/marcusolsson/grafana-gantt-panel/pull/26))
- Support for data links ([#25](https://github.com/marcusolsson/grafana-gantt-panel/issues/25))
- Improved zoom support
- Option to not display y axis labels ([#30](https://github.com/marcusolsson/grafana-gantt-panel/issues/30))
- Limit task bar height ([#22](https://github.com/marcusolsson/grafana-gantt-panel/pull/22)) (thanks @ymmt07039)


## 0.6.1 (2021-03-07)

[Full changelog](https://github.com/marcusolsson/grafana-gantt-panel/compare/v0.6.0...v0.6.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-gantt-panel",
"version": "0.6.1",
"version": "0.7.0",
"description": "A Gantt visualization for Grafana",
"keywords": [
"grafana",
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},

"dependencies": {
"grafanaDependency": ">=7.0.3",
"grafanaVersion": "7.0.3",
"grafanaDependency": ">=7.3.0",
"grafanaVersion": "7.3.0",
"plugins": []
}
}

0 comments on commit 8a21101

Please sign in to comment.