diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca76e3..b8cbfd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.3.0 + +- Tooltip freeze on click +- Show URLs in tooltip +- Pagination controls +- Fix tooltip and null buckets +- Fix display for 6.7+, 7.0+ + ## v0.2.0 - Migrate code base to typescript diff --git a/README.md b/README.md index 1bbd68f..2743626 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ - InfluxDB - Mysql * Tested with Grafana: - - 5.1.3 - 5.4.3 - - 6.0.0 + - 6.3, 6.6, 6.7 + - 7.0 ## Installation diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index 6ca76e3..b8cbfd7 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.3.0 + +- Tooltip freeze on click +- Show URLs in tooltip +- Pagination controls +- Fix tooltip and null buckets +- Fix display for 6.7+, 7.0+ + ## v0.2.0 - Migrate code base to typescript diff --git a/dist/README.md b/dist/README.md index 1bbd68f..2743626 100644 --- a/dist/README.md +++ b/dist/README.md @@ -26,9 +26,9 @@ - InfluxDB - Mysql * Tested with Grafana: - - 5.1.3 - 5.4.3 - - 6.0.0 + - 6.3, 6.6, 6.7 + - 7.0 ## Installation diff --git a/dist/img/pagination-graph.png b/dist/img/pagination-graph.png index 1d8b91e..eee385f 100644 Binary files a/dist/img/pagination-graph.png and b/dist/img/pagination-graph.png differ diff --git a/dist/img/tooltip-editor.png b/dist/img/tooltip-editor.png index 69113cc..467fac3 100644 Binary files a/dist/img/tooltip-editor.png and b/dist/img/tooltip-editor.png differ diff --git a/dist/img/tooltip-frozen.png b/dist/img/tooltip-frozen.png index ef6bd61..ca5c1ef 100644 Binary files a/dist/img/tooltip-frozen.png and b/dist/img/tooltip-frozen.png differ diff --git a/dist/plugin.json b/dist/plugin.json index 679c3f8..03364a3 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -9,7 +9,7 @@ "name": "Flant JSC", "url": "http://flant.com" }, - "keywords": ["status", "heatmap", "panel"], + "keywords": ["status", "statusmap", "heatmap", "panel"], "logos": { "small": "img/logo.svg", "large": "img/logo.svg" @@ -24,12 +24,12 @@ {"name": "Color mapping", "path": "img/color-mapping.png"}, {"name": "Queries example", "path": "img/queries-example.png"} ], - "version": "0.2.0", - "updated": "2019-12-03" + "version": "0.3.0", + "updated": "2020-07-14" }, "dependencies": { - "grafanaVersion": "5.1.x", + "grafanaVersion": "5.4.x", "plugins": [ ] } } diff --git a/src/img/pagination-graph.png b/src/img/pagination-graph.png index 1d8b91e..eee385f 100644 Binary files a/src/img/pagination-graph.png and b/src/img/pagination-graph.png differ diff --git a/src/img/tooltip-editor.png b/src/img/tooltip-editor.png index 69113cc..467fac3 100644 Binary files a/src/img/tooltip-editor.png and b/src/img/tooltip-editor.png differ diff --git a/src/img/tooltip-frozen.png b/src/img/tooltip-frozen.png index ef6bd61..ca5c1ef 100644 Binary files a/src/img/tooltip-frozen.png and b/src/img/tooltip-frozen.png differ diff --git a/src/plugin.json b/src/plugin.json index 679c3f8..03364a3 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -9,7 +9,7 @@ "name": "Flant JSC", "url": "http://flant.com" }, - "keywords": ["status", "heatmap", "panel"], + "keywords": ["status", "statusmap", "heatmap", "panel"], "logos": { "small": "img/logo.svg", "large": "img/logo.svg" @@ -24,12 +24,12 @@ {"name": "Color mapping", "path": "img/color-mapping.png"}, {"name": "Queries example", "path": "img/queries-example.png"} ], - "version": "0.2.0", - "updated": "2019-12-03" + "version": "0.3.0", + "updated": "2020-07-14" }, "dependencies": { - "grafanaVersion": "5.1.x", + "grafanaVersion": "5.4.x", "plugins": [ ] } }