Skip to content

Commit 6e5e37c

Browse files
committed
Update CHANGELOG
1 parent ed73552 commit 6e5e37c

File tree

1 file changed

+4
-31
lines changed

1 file changed

+4
-31
lines changed

CHANGELOG.md

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@
22

33
## development
44

5+
6+
## v0.6.0
57
- Ignore "ci/" subfolder
68
- Use "canary" variant of @grafana/toolkit. Thanks @dprokop!
79
- 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`
812

913

1014
## v0.5.0
11-
1215
- Enable propagation of user warnings again
1316
- Reflect move to "panodata" organization on GitHub
1417
- Integrate "with-toolkit" by [Ryan McKinley](https://github.com/ryantxu). Thanks a bunch!
1518

1619

1720
## v0.4.0
18-
1921
- Release has already been taken
2022

2123

2224
## v0.3.0
23-
2425
- Fixes error handling that made everything disappear in edit mode, [#213](https://github.com/grafana/worldmap-panel/issues/213)
2526
- Fixes partial (not full height) map on first render [#212](https://github.com/grafana/worldmap-panel/issues/212)
2627
- Add new mapping options `table+json` and `table+jsonp` to retrieve
@@ -77,118 +78,90 @@
7778

7879

7980
## v0.2.0
80-
8181
- Convert to TypeScript, webpack and Jest
8282
- Use Yarn on CircleCI
8383
- Add missing dev dependencies
8484
- Tweak for incorrect height on render
8585
which occurs more frequently in Grafana 6.0
8686

8787
## v0.1.2
88-
8988
- Map centering ignores configured location [#149](https://github.com/grafana/worldmap-panel/issues/149) Thanks [@clompsy](https://github.com/clompsy)
9089

9190
## v0.1.1
92-
9391
- 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)
9492
- 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)
9593
- Readme update
9694

9795
## v0.1.0
98-
9996
- 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)
10097
- Upgrade to Leaflet JS [#132](https://github.com/grafana/worldmap-panel/pull/132) Thanks [@cbarbier](https://github.com/cbarbier)
10198

10299
## v0.0.21
103-
104100
- 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)
105101
- Fix for using floats in thresholds [#79](https://github.com/grafana/worldmap-panel/issues/79), thanks [@fabienpomerol](https://github.com/fabienpomerol)
106102
- Fix for newly created Worldmap panels overflowing their boundaries.
107103
- Fix for legend css
108104
- Turned off mouse wheel zoom
109105

110106
## v0.0.20
111-
112107
Small fixes.
113108

114109
## v0.0.19
115-
116110
Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5.
117111

118112
## v0.0.18
119-
120113
- Fixes some coordinates in the country location data.
121114
- 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).
122115

123116
## v.0.0.17
124-
125117
- Adds Country data with 3-letter country codes.
126118

127119
## v.0.0.16
128-
129120
- Option for sticky labels. Fix for https://github.com/grafana/worldmap-panel/issues/27
130-
131121
- Ability to hide null or 0 values. Fix for https://github.com/grafana/worldmap-panel/issues/13
132-
133122
- Background color change. Fixes https://github.com/grafana/worldmap-panel/issues/36
134-
135123
- 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-
137124
- Validation and default values for option fields. Fixes https://github.com/grafana/worldmap-panel/issues/29
138125

139126
## v.0.0.15
140-
141127
- Fix for change in Grafana that [breaks Worldmap panels using Geohash or Table Data](https://github.com/grafana/worldmap-panel/issues/45).
142128

143129
## v.0.0.14
144-
145130
- 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!)
146131

147132
## v.0.0.13
148-
149133
- 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.
150134

151135
## v.0.0.12
152-
153136
- Fixes [issue with the JSON endpoint not working](https://github.com/grafana/worldmap-panel/issues/22)
154137

155138
## v.0.0.11
156-
157139
- Zoom issue fix and adds a states options for USA states location data.
158140

159141
## v.0.0.10
160-
161142
- Performance fix for snapshotting. Sets maxdatapoints to 1 to minimize data that needs to be saved in the snapshot.
162143

163144
## v.0.0.9
164-
165145
- 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.
166146

167147
## v.0.0.8
168-
169148
- 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.
170149

171150
## v.0.0.7
172-
173151
- Updates tile map urls to https to avoid mixed content warnings on https sites.
174152

175153
## v.0.0.6
176-
177154
- Adds decimal places option for data values in circle popovers.
178155

179156
## v.0.0.5
180-
181157
- Adds support for json and jsonp endpoints for location data.
182158

183159
## v0.0.4
184-
185160
- Fixes snapshotting.
186161

187162
## v0.0.3
188-
189163
- Support for lowercase country codes for non-elasticsearch datasources.
190164

191165
## v0.0.2
192-
193166
- Fixes bug where time series with a country code not found in the country data crashes the panel.
194167
- Adds some extra country codes to the country data to be more similar to the MaxMind Country database.

0 commit comments

Comments
 (0)