Changes in version 0.1.0 (2026-05-07) Bug fixes and improvements - Added tests Changes in version 0.0.7 Bug fixes and improvements - Fixed adding a GeoJSON source directly in an add layer function not working - Changed some documentation formatting Licensing changes - Changed from an MIT license to AGPL-3 Changes in version 0.0.6 New features - Adding some image/html export options (export_map_image() and save_map_html()) Bug fixes and improvements - More documentation coverage/clean up - Fixing general route animation bugs + adding documentation - Fixing general draw control bugs + adding documentation - Allow for pinch-to-zoom on mobile - Split symbol and text layers into two separate functions (add_symbol_layer() and add_text_layer()) - Adding different class names to popups (popup-ovelay) and hovers (hover-ovelay) for customised styling Changes in version 0.0.5 New features - Added cluster/spiderfy customisation (see the Cluster/Spiderfying vignette for more details). - loadedTiles now allows you to supply tile options for each tile set (see the Map Tiles vignette for more details). - Added route animations and timeline controls (see the Animations vignette for more details). Bug fixes and improvements - Fixed clusters not showing up - Better clustering around the antimeridian line - Fixed some issues around adding sources in the add layer functions - Updated add_feature_server_source() to allow the full url to be passed so the user can specify the query they want to make to the feature server - Fixed the under_id parameter so layers can be added under a specific layer already on the map - Fixed popups showing null/undefined - Fixed clusters disappearing at max zoom - Fixed pins with the same coordinates so they always appear in a cluster (and spiderfy) - Fixed the attribution not closing by default - Various documentation/vignette improvements and updates - Changed the "light-grey" style to "lightgrey" Changes in version 0.0.4 - First version! 🎉