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 27, 2020
1 parent 8395172 commit 1c4c8b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
## development


## v0.12.0
- Add `formatOmitEmptyValue` settings parameter to hide `n/a` value. Thanks, @iruizr7!
- Editor UI fixes. Thanks, @matschaffer!
- Avoid color & clickthrough sections overlap
- Display help section in full width
- Upgrade development rig (`npx yarn upgrade`)
- Adjust codebase to Typescript 4


## v0.11.0
- Add categorical colors. Thanks, @JonasProgrammer!
- Color mode can be switched between threshold (default/fallback) and categories
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.11.0",
"version": "0.12.0",
"description": "Map Panel",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit 1c4c8b3

Please sign in to comment.