Releases: dimfeld/svelte-maplibre
Releases · dimfeld/svelte-maplibre
v0.9.2
v0.9.1
v0.9.0
0.9.0
Minor Changes
-
#159
23fb3ab
Thanks @dimfeld! - MapLibre component now exposes its<div>
element on themapContainer
prop -
#160
756a1ef
Thanks @dimfeld! - Update Marker and DefaultMarker to expose the internalmaplibregl.Marker
through themarker
prop -
#157
417d468
Thanks @dabreegster! - Stop propagation of clicks on Markers
Patch Changes
- #156
1529801
Thanks @singingwolfboy! - improve TypeScript typings for DefaultMarker
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0 - Maplibre v4
0.8.0
Major Changes
-
#128
802474a
Thanks @dimfeld! - Support maplibre v4All the breaking changes in the MaplibreGL JS v4 release apply here. Some specific API changes to this package:
- Upgrade maplibregl-js to ^4.0.0
- Upgrade pmtiles to ^3.0.3
cooperativeGestures
prop is now just a boolean to match maplibre v4.- Add
locale
property to MapLibre component. - Add
opacity
property for Markers