|
2 | 2 |
|
3 | 3 | ## development
|
4 | 4 |
|
| 5 | + |
| 6 | +## v0.6.0 |
5 | 7 | - Ignore "ci/" subfolder
|
6 | 8 | - Use "canary" variant of @grafana/toolkit. Thanks @dprokop!
|
7 | 9 | - Update plugin name to "grafana-map-panel"
|
| 10 | +- Update documentation to reflect naming |
| 11 | +- Improve build tasks in "CONTRIBUTING.md" to reflect recent integration of `grafana-toolkit` |
8 | 12 |
|
9 | 13 |
|
10 | 14 | ## v0.5.0
|
11 |
| - |
12 | 15 | - Enable propagation of user warnings again
|
13 | 16 | - Reflect move to "panodata" organization on GitHub
|
14 | 17 | - Integrate "with-toolkit" by [Ryan McKinley](https://github.com/ryantxu). Thanks a bunch!
|
15 | 18 |
|
16 | 19 |
|
17 | 20 | ## v0.4.0
|
18 |
| - |
19 | 21 | - Release has already been taken
|
20 | 22 |
|
21 | 23 |
|
22 | 24 | ## v0.3.0
|
23 |
| - |
24 | 25 | - Fixes error handling that made everything disappear in edit mode, [#213](https://github.com/grafana/worldmap-panel/issues/213)
|
25 | 26 | - Fixes partial (not full height) map on first render [#212](https://github.com/grafana/worldmap-panel/issues/212)
|
26 | 27 | - Add new mapping options `table+json` and `table+jsonp` to retrieve
|
|
77 | 78 |
|
78 | 79 |
|
79 | 80 | ## v0.2.0
|
80 |
| - |
81 | 81 | - Convert to TypeScript, webpack and Jest
|
82 | 82 | - Use Yarn on CircleCI
|
83 | 83 | - Add missing dev dependencies
|
84 | 84 | - Tweak for incorrect height on render
|
85 | 85 | which occurs more frequently in Grafana 6.0
|
86 | 86 |
|
87 | 87 | ## v0.1.2
|
88 |
| - |
89 | 88 | - Map centering ignores configured location [#149](https://github.com/grafana/worldmap-panel/issues/149) Thanks [@clompsy](https://github.com/clompsy)
|
90 | 89 |
|
91 | 90 | ## v0.1.1
|
92 |
| - |
93 | 91 | - 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)
|
94 | 92 | - 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)
|
95 | 93 | - Readme update
|
96 | 94 |
|
97 | 95 | ## v0.1.0
|
98 |
| - |
99 | 96 | - 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 | 97 | - Upgrade to Leaflet JS [#132](https://github.com/grafana/worldmap-panel/pull/132) Thanks [@cbarbier](https://github.com/cbarbier)
|
101 | 98 |
|
102 | 99 | ## v0.0.21
|
103 |
| - |
104 | 100 | - 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)
|
105 | 101 | - Fix for using floats in thresholds [#79](https://github.com/grafana/worldmap-panel/issues/79), thanks [@fabienpomerol](https://github.com/fabienpomerol)
|
106 | 102 | - Fix for newly created Worldmap panels overflowing their boundaries.
|
107 | 103 | - Fix for legend css
|
108 | 104 | - Turned off mouse wheel zoom
|
109 | 105 |
|
110 | 106 | ## v0.0.20
|
111 |
| - |
112 | 107 | Small fixes.
|
113 | 108 |
|
114 | 109 | ## v0.0.19
|
115 |
| - |
116 | 110 | Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5.
|
117 | 111 |
|
118 | 112 | ## v0.0.18
|
119 |
| - |
120 | 113 | - Fixes some coordinates in the country location data.
|
121 | 114 | - 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).
|
122 | 115 |
|
123 | 116 | ## v.0.0.17
|
124 |
| - |
125 | 117 | - Adds Country data with 3-letter country codes.
|
126 | 118 |
|
127 | 119 | ## v.0.0.16
|
128 |
| - |
129 | 120 | - Option for sticky labels. Fix for https://github.com/grafana/worldmap-panel/issues/27
|
130 |
| - |
131 | 121 | - Ability to hide null or 0 values. Fix for https://github.com/grafana/worldmap-panel/issues/13
|
132 |
| - |
133 | 122 | - Background color change. Fixes https://github.com/grafana/worldmap-panel/issues/36
|
134 |
| - |
135 | 123 | - 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
|
136 |
| - |
137 | 124 | - Validation and default values for option fields. Fixes https://github.com/grafana/worldmap-panel/issues/29
|
138 | 125 |
|
139 | 126 | ## v.0.0.15
|
140 |
| - |
141 | 127 | - Fix for change in Grafana that [breaks Worldmap panels using Geohash or Table Data](https://github.com/grafana/worldmap-panel/issues/45).
|
142 | 128 |
|
143 | 129 | ## v.0.0.14
|
144 |
| - |
145 | 130 | - 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!)
|
146 | 131 |
|
147 | 132 | ## v.0.0.13
|
148 |
| - |
149 | 133 | - 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.
|
150 | 134 |
|
151 | 135 | ## v.0.0.12
|
152 |
| - |
153 | 136 | - Fixes [issue with the JSON endpoint not working](https://github.com/grafana/worldmap-panel/issues/22)
|
154 | 137 |
|
155 | 138 | ## v.0.0.11
|
156 |
| - |
157 | 139 | - Zoom issue fix and adds a states options for USA states location data.
|
158 | 140 |
|
159 | 141 | ## v.0.0.10
|
160 |
| - |
161 | 142 | - Performance fix for snapshotting. Sets maxdatapoints to 1 to minimize data that needs to be saved in the snapshot.
|
162 | 143 |
|
163 | 144 | ## v.0.0.9
|
164 |
| - |
165 | 145 | - 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.
|
166 | 146 |
|
167 | 147 | ## v.0.0.8
|
168 |
| - |
169 | 148 | - 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.
|
170 | 149 |
|
171 | 150 | ## v.0.0.7
|
172 |
| - |
173 | 151 | - Updates tile map urls to https to avoid mixed content warnings on https sites.
|
174 | 152 |
|
175 | 153 | ## v.0.0.6
|
176 |
| - |
177 | 154 | - Adds decimal places option for data values in circle popovers.
|
178 | 155 |
|
179 | 156 | ## v.0.0.5
|
180 |
| - |
181 | 157 | - Adds support for json and jsonp endpoints for location data.
|
182 | 158 |
|
183 | 159 | ## v0.0.4
|
184 |
| - |
185 | 160 | - Fixes snapshotting.
|
186 | 161 |
|
187 | 162 | ## v0.0.3
|
188 |
| - |
189 | 163 | - Support for lowercase country codes for non-elasticsearch datasources.
|
190 | 164 |
|
191 | 165 | ## v0.0.2
|
192 |
| - |
193 | 166 | - Fixes bug where time series with a country code not found in the country data crashes the panel.
|
194 | 167 | - Adds some extra country codes to the country data to be more similar to the MaxMind Country database.
|
0 commit comments