Releases: simonw/datasette-cluster-map
Releases · simonw/datasette-cluster-map
0.14
- Forwards compatibility with a change to Datasette's HTML scheduled for the next Datasette release. (Datasette #998)
0.13
- Default popup window row representation is now a definition list, not JSON. #20
0.12.4
- Fixed a bug where this could cause errors if other plugins provide custom templates. #19
0.12.3
- Fix for a bug where the map fails to display if the table is sorted by latitude or longitude. This fix depends on the upcoming release of Datasette (0.50). #18
0.12.2
- Fixed bug with case sensitivity,
LATITUDE
and LONGITUDE
columns will now work. #17
0.12.1
- Accidental release, this does not change anything.
0.12
- Only include JavaScript on pages that are rendering a table with latitude and longitude columns. #15
- Now depends on Datasette 0.48
0.11.1
- Switched CI to GitHub Actions. #14
- Improved tests.
0.11
- New
"container"
plugin configuration setting for providing a CSS selector to an element in which the map will be displayed - thanks, Emma Lewis! #6
- New
"tile_layer"
and "tile_layer_options"
plugin configuration settings for setting custom tile layers. #5
0.10
- Ability to customize the marker popup - #11
- Security: Fixed XSS issue where marker bubbles could include executable JavaScript in the pretty-printed JSON