Skip to content

Commit 793db7a

Browse files
committed
Update changelog. Bump version.
1 parent 30663e4 commit 793db7a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
## development
44

55

6+
## v0.11.0
7+
- Add categorical colors. Thanks, @JonasProgrammer!
8+
- Color mode can be switched between threshold (default/fallback) and categories
9+
- Categories are based on the datapoint's locationName field
10+
- Add absolute circle size. Thanks, @JonasProgrammer!
11+
- Add option for absolute circle size, rather than using a dynamic range (disabled by default and as fallback)
12+
- Use prefactor for absolute values, defaulting to 1.0
13+
- Absolute circles are still being clamped by min/max settings
14+
15+
616
## v0.10.0
717
- Improve tests for checking "clickthroughUrl" interpolation
818
- Add tests for elasticsearch query results, both for table- and timeseries-data

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-map-panel",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Map Panel",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)