toro 0.1.0 (2026-04-28)
Bug fixes and improvements
toro 0.0.7 (2026-04-28)
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
toro 0.0.6 (2026-04-24)
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
toro 0.0.5 (2026-03-05)
New features
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”
toro 0.0.4 (2025-11-05)