From 7c2f9a9114e2514e77bc6399b3061fcd0e6e3c84 Mon Sep 17 00:00:00 2001 From: Ivan Mikheykin Date: Tue, 14 Jul 2020 12:41:39 +0300 Subject: [PATCH] 0.3.0 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- dist/CHANGELOG.md | 8 ++++++++ dist/README.md | 4 ++-- dist/plugin.json | 8 ++++---- src/plugin.json | 8 ++++---- 6 files changed, 28 insertions(+), 12 deletions(-) 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/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/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": [ ] } }