Skip to content

Commit c0f73da

Browse files
committed
v0.0.21 release
1 parent 1e531fd commit c0f73da

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,14 @@
8181
## v0.0.19
8282

8383
Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5.
84+
85+
## v0.0.20
86+
87+
Small fixes.
88+
89+
## v0.0.21
90+
91+
- Support for new data source integration, the Dynamic JSON endpoint [#103](https://github.com/grafana/worldmap-panel/issues/103), thanks [@LostInBrittany](https://github.com/LostInBrittany)
92+
- Fix for using floats in thresholds [#79](https://github.com/grafana/worldmap-panel/issues/79), thanks [@fabienpomerol](https://github.com/fabienpomerol)
93+
- Fix for newly created Worldmap panels overflowing their boundaries.
94+
- Fix for legend css

dist/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,14 @@
8181
## v0.0.19
8282

8383
Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5.
84+
85+
## v0.0.20
86+
87+
Small fixes.
88+
89+
## v0.0.21
90+
91+
- Support for new data source integration, the Dynamic JSON endpoint [#103](https://github.com/grafana/worldmap-panel/issues/103), thanks [@LostInBrittany](https://github.com/LostInBrittany)
92+
- Fix for using floats in thresholds [#79](https://github.com/grafana/worldmap-panel/issues/79), thanks [@fabienpomerol](https://github.com/fabienpomerol)
93+
- Fix for newly created Worldmap panels overflowing their boundaries.
94+
- Fix for legend css

dist/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
{"name": "USA", "path": "images/worldmap-usa.png"},
2424
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
2525
],
26-
"version": "0.0.20",
27-
"updated": "2017-10-13"
26+
"version": "0.0.21",
27+
"updated": "2017-10-26"
2828
},
2929

3030
"dependencies": {

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
{"name": "USA", "path": "images/worldmap-usa.png"},
2424
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
2525
],
26-
"version": "0.0.20",
27-
"updated": "2017-10-13"
26+
"version": "0.0.21",
27+
"updated": "2017-10-26"
2828
},
2929

3030
"dependencies": {

0 commit comments

Comments
 (0)