From 793db7aab5a3e51d3c60f478c4b86492a96c9ce7 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 26 Oct 2020 20:38:52 +0100 Subject: [PATCH] Update changelog. Bump version. --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c0225..d7effb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ ## development +## v0.11.0 +- Add categorical colors. Thanks, @JonasProgrammer! + - Color mode can be switched between threshold (default/fallback) and categories + - Categories are based on the datapoint's locationName field +- Add absolute circle size. Thanks, @JonasProgrammer! + - Add option for absolute circle size, rather than using a dynamic range (disabled by default and as fallback) + - Use prefactor for absolute values, defaulting to 1.0 + - Absolute circles are still being clamped by min/max settings + + ## v0.10.0 - Improve tests for checking "clickthroughUrl" interpolation - Add tests for elasticsearch query results, both for table- and timeseries-data diff --git a/package.json b/package.json index 21bf66a..e07af66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-map-panel", - "version": "0.10.0", + "version": "0.11.0", "description": "Map Panel", "scripts": { "build": "grafana-toolkit plugin:build",