|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## v0.0.2 |
| 3 | +## v0.1.1 |
4 | 4 |
|
5 |
| -- Fixes bug where time series with a country code not found in the country data crashes the panel. |
6 |
| -- Adds some extra country codes to the country data to be more similar to the MaxMind Country database. |
| 5 | +- New mapping option for table data that contains latitude and longitude columns. [#144](https://github.com/grafana/worldmap-panel/pull/144) Thanks [@kylios](https://github.com/kylios) |
| 6 | +- More mapping options for table data for datasources that cannot alias/rename the columns to the names that the Worldmap panel expects (e.g. `metric` for the metric column) |
| 7 | +- Readme update |
7 | 8 |
|
8 |
| -## v0.0.3 |
| 9 | +## v0.1.0 |
9 | 10 |
|
10 |
| -- Support for lowercase country codes for non-elasticsearch datasources. |
| 11 | +- Configuration option for turning mouse wheel zoom on or off. [#140](https://github.com/grafana/worldmap-panel/issues/140) Thanks [@Perlovka](https://github.com/Perlovka) |
| 12 | +- Upgrade to Leaflet JS [#132](https://github.com/grafana/worldmap-panel/pull/132) Thanks [@cbarbier](https://github.com/cbarbier) |
11 | 13 |
|
12 |
| -## v0.0.4 |
| 14 | +## v0.0.21 |
13 | 15 |
|
14 |
| -- Fixes snapshotting. |
| 16 | +- 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) |
| 17 | +- Fix for using floats in thresholds [#79](https://github.com/grafana/worldmap-panel/issues/79), thanks [@fabienpomerol](https://github.com/fabienpomerol) |
| 18 | +- Fix for newly created Worldmap panels overflowing their boundaries. |
| 19 | +- Fix for legend css |
| 20 | +- Turned off mouse wheel zoom |
15 | 21 |
|
16 |
| -## v.0.0.5 |
| 22 | +## v0.0.20 |
17 | 23 |
|
18 |
| -- Adds support for json and jsonp endpoints for location data. |
| 24 | +Small fixes. |
19 | 25 |
|
20 |
| -## v.0.0.6 |
| 26 | +## v0.0.19 |
21 | 27 |
|
22 |
| -- Adds decimal places option for data values in circle popovers. |
| 28 | +Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5. |
23 | 29 |
|
24 |
| -## v.0.0.7 |
| 30 | +## v0.0.18 |
25 | 31 |
|
26 |
| -- Updates tile map urls to https to avoid mixed content warnings on https sites. |
| 32 | +- Fixes some coordinates in the country location data. |
| 33 | +- Last Geohash as center for the map - it centers the map on the last geohash position received. Useful for real time tracking (with auto refresh on in Grafana). |
27 | 34 |
|
28 |
| -## v.0.0.8 |
| 35 | +## v.0.0.17 |
29 | 36 |
|
30 |
| -- Saves location data in the dashboard json when snapshotting. This means snapshots should work even when using a custom endpoint for returning a location data json file. |
| 37 | +- Adds Country data with 3-letter country codes. |
31 | 38 |
|
32 |
| -## v.0.0.9 |
| 39 | +## v.0.0.16 |
33 | 40 |
|
34 |
| -- Fixes bug that meant location data did not refresh after being changed in the editor. It required the page to be refreshed to reload it. |
| 41 | +- Option for sticky labels. Fix for https://github.com/grafana/worldmap-panel/issues/27 |
35 | 42 |
|
36 |
| -## v.0.0.10 |
| 43 | +- Ability to hide null or 0 values. Fix for https://github.com/grafana/worldmap-panel/issues/13 |
37 | 44 |
|
38 |
| -- Performance fix for snapshotting. Sets maxdatapoints to 1 to minimize data that needs to be saved in the snapshot. |
| 45 | +- Background color change. Fixes https://github.com/grafana/worldmap-panel/issues/36 |
39 | 46 |
|
40 |
| -## v.0.0.11 |
| 47 | +- Dynamic thresholds implemented by [Sam Hatchett](https://github.com/samhatchett). Can now have more than 2 threshold values. Thanks! Fixes https://github.com/grafana/worldmap-panel/issues/25 |
41 | 48 |
|
42 |
| -- Zoom issue fix and adds a states options for USA states location data. |
| 49 | +- Validation and default values for option fields. Fixes https://github.com/grafana/worldmap-panel/issues/29 |
43 | 50 |
|
44 |
| -## v.0.0.12 |
| 51 | +## v.0.0.15 |
45 | 52 |
|
46 |
| -- Fixes [issue with the JSON endpoint not working](https://github.com/grafana/worldmap-panel/issues/22) |
| 53 | +- Fix for change in Grafana that [breaks Worldmap panels using Geohash or Table Data](https://github.com/grafana/worldmap-panel/issues/45). |
| 54 | + |
| 55 | +## v.0.0.14 |
| 56 | + |
| 57 | +- Various [bug](https://github.com/grafana/worldmap-panel/pull/31) [fixes](https://github.com/grafana/worldmap-panel/pull/32) provided by [linkslice](https://github.com/linkslice) (Thank you!) |
47 | 58 |
|
48 | 59 | ## v.0.0.13
|
49 | 60 |
|
50 | 61 | - New location data option -> table data. Location data can now come from data sources other than graphite and Elasticsearch (InfluxDb for example). See table data instructions above on how to use it.
|
51 | 62 |
|
52 |
| -## v.0.0.14 |
| 63 | +## v.0.0.12 |
53 | 64 |
|
54 |
| -- Various [bug](https://github.com/grafana/worldmap-panel/pull/31) [fixes](https://github.com/grafana/worldmap-panel/pull/32) provided by [linkslice](https://github.com/linkslice) (Thank you!) |
| 65 | +- Fixes [issue with the JSON endpoint not working](https://github.com/grafana/worldmap-panel/issues/22) |
55 | 66 |
|
56 |
| -## v.0.0.15 |
| 67 | +## v.0.0.11 |
57 | 68 |
|
58 |
| -- Fix for change in Grafana that [breaks Worldmap panels using Geohash or Table Data](https://github.com/grafana/worldmap-panel/issues/45). |
| 69 | +- Zoom issue fix and adds a states options for USA states location data. |
59 | 70 |
|
60 |
| -## v.0.0.16 |
| 71 | +## v.0.0.10 |
61 | 72 |
|
62 |
| -- Option for sticky labels. Fix for https://github.com/grafana/worldmap-panel/issues/27 |
| 73 | +- Performance fix for snapshotting. Sets maxdatapoints to 1 to minimize data that needs to be saved in the snapshot. |
63 | 74 |
|
64 |
| -- Ability to hide null or 0 values. Fix for https://github.com/grafana/worldmap-panel/issues/13 |
| 75 | +## v.0.0.9 |
65 | 76 |
|
66 |
| -- Background color change. Fixes https://github.com/grafana/worldmap-panel/issues/36 |
| 77 | +- Fixes bug that meant location data did not refresh after being changed in the editor. It required the page to be refreshed to reload it. |
67 | 78 |
|
68 |
| -- Dynamic thresholds implemented by [Sam Hatchett](https://github.com/samhatchett). Can now have more than 2 threshold values. Thanks! Fixes https://github.com/grafana/worldmap-panel/issues/25 |
| 79 | +## v.0.0.8 |
69 | 80 |
|
70 |
| -- Validation and default values for option fields. Fixes https://github.com/grafana/worldmap-panel/issues/29 |
| 81 | +- Saves location data in the dashboard json when snapshotting. This means snapshots should work even when using a custom endpoint for returning a location data json file. |
71 | 82 |
|
72 |
| -## v.0.0.17 |
| 83 | +## v.0.0.7 |
73 | 84 |
|
74 |
| -- Adds Country data with 3-letter country codes. |
| 85 | +- Updates tile map urls to https to avoid mixed content warnings on https sites. |
75 | 86 |
|
76 |
| -## v0.0.18 |
| 87 | +## v.0.0.6 |
77 | 88 |
|
78 |
| -- Fixes some coordinates in the country location data. |
79 |
| -- Last Geohash as center for the map - it centers the map on the last geohash position received. Useful for real time tracking (with auto refresh on in Grafana). |
| 89 | +- Adds decimal places option for data values in circle popovers. |
80 | 90 |
|
81 |
| -## v0.0.19 |
| 91 | +## v.0.0.5 |
82 | 92 |
|
83 |
| -Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5. |
| 93 | +- Adds support for json and jsonp endpoints for location data. |
84 | 94 |
|
85 |
| -## v0.0.20 |
| 95 | +## v0.0.4 |
86 | 96 |
|
87 |
| -Small fixes. |
| 97 | +- Fixes snapshotting. |
88 | 98 |
|
89 |
| -## v0.0.21 |
| 99 | +## v0.0.3 |
90 | 100 |
|
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 |
95 |
| -- Turned off mouse wheel zoom |
| 101 | +- Support for lowercase country codes for non-elasticsearch datasources. |
96 | 102 |
|
97 |
| -## v0.1.0 |
| 103 | +## v0.0.2 |
98 | 104 |
|
99 |
| -- Configuration option for turning mouse wheel zoom on or off. [#140](https://github.com/grafana/worldmap-panel/issues/140) Thanks [@Perlovka](https://github.com/Perlovka) |
100 |
| -- Upgrade to Leaflet JS [#132](https://github.com/grafana/worldmap-panel/pull/132) Thanks [@cbarbier](https://github.com/cbarbier) |
| 105 | +- Fixes bug where time series with a country code not found in the country data crashes the panel. |
| 106 | +- Adds some extra country codes to the country data to be more similar to the MaxMind Country database. |
0 commit comments