Skip to content

Latest commit

 

History

History
110 lines (61 loc) · 4 KB

CHANGELOG.md

File metadata and controls

110 lines (61 loc) · 4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.1.13 (2024-09-12)

Changed

  • Updated Maplibre (#82)

v0.1.12 (2024-04-09)

Changed

  • Updated to Maplibre v4 (#77)

v0.1.11 (2024-01-17)

Added

  • Geolocate control via add_locate_control/2 (#64)
  • Terrain control via add_terrain_control/1 (#68)
  • Geocode control via add_geocode_control/1 (#69)
  • Fullscreen control via add_fullscreen_control/1 (#71)
  • Scale control via add_scale_control/2 (#73)
  • Export map via add_export_map/2 (#74)

v0.1.10 (2023-09-25)

Fixed

  • Fix Kino export deprecations (#61)

v0.1.9 (2023-09-05)

Changed

  • Updated to Maplibre v3 - (#56)
  • Supports external Maptiler keys - (#58)

v0.1.8 (2023-03-17)

Added

  • MapCell - move and toggle layers (#52)

v0.1.7 (2022-12-05)

Changed

  • Improved geocode integration (#47)
  • Relaxed requirement on Kino to ~> 0.7

v0.1.6 (2022-11-18)

Added

  • Fit bounds (#45)

Changed

  • MapCell source options are now pre-filled (#44)
  • MapCell layer IDs are now automatically generated (#43)

Fixed

  • Handles jump_to correctly (#46)

v0.1.5 (2022-11-03)

Added

  • Geocoding source for MapCell (#42)
  • Geocoding center for MapCell (#41)

v0.1.4 (2022-10-10)

Changed

  • Update Kino requirement (#37)

v0.1.3 (2022-07-31)

Changed

  • Bump maplibre

v0.1.2 (2022-07-13)

Fixed

  • Normalizes MapCell attributes to be backwards compatible (#34)

v0.1.1 (2022-07-11)

Added

  • Support for TopoJSON (#28)
  • Cluster for Map cell (#29)

Fixed

  • Does not generate invalid symbol layers (#32)

v0.1.0 (2022-06-29)

Initial release.