File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 3
3
## development
4
4
5
5
6
+ ## v0.12.0
7
+ - Add ` formatOmitEmptyValue ` settings parameter to hide ` n/a ` value. Thanks, @iruizr7 !
8
+ - Editor UI fixes. Thanks, @matschaffer !
9
+ - Avoid color & clickthrough sections overlap
10
+ - Display help section in full width
11
+ - Upgrade development rig (` npx yarn upgrade ` )
12
+ - Adjust codebase to Typescript 4
13
+
14
+
6
15
## v0.11.0
7
16
- Add categorical colors. Thanks, @JonasProgrammer !
8
17
- Color mode can be switched between threshold (default/fallback) and categories
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grafana-map-panel" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " Map Panel" ,
5
5
"scripts" : {
6
6
"build" : " grafana-toolkit plugin:build" ,
You can’t perform that action at this time.
0 commit comments