Releases: dimfeld/svelte-maplibre
Releases · dimfeld/svelte-maplibre
v0.9.12
0.9.12
Patch Changes
- #195
aeaf638
Thanks @dimfeld! - Fix marker popups not closing properly when clicking on a different marker. This broke in v0.9.0.
v0.9.9
0.9.9
Patch Changes
- #180
9e999f1
Thanks @dimfeld! - Add draw-plugin.css
CSS file, which you can import to help with integrating the Mapbox Draw plugin
v0.9.7
0.9.7
Patch Changes
- #175
c857517
Thanks @dimfeld! - Allow providing custom hash update function for better framework compatibility
v0.9.4
0.9.4
Minor Changes
- #171
d968425
Thanks @thijserven! - Exposed control value of GeolocateControl so you can do bind:control and access the root maplibre-gl functionalities from the outside.