Skip to content

Commit

Permalink
Update changelog. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 26, 2020
1 parent 30663e4 commit 793db7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "grafana-map-panel",
"version": "0.10.0",
"version": "0.11.0",
"description": "Map Panel",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit 793db7a

Please sign in to comment.