Releases: dimfeld/svelte-maplibre
Releases Β· dimfeld/svelte-maplibre
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
v0.7.7
v0.7.6
v0.7.5
v0.7.4
v0.7.3
0.7.3
Minor Changes
-
#106
36a1ec3
Thanks @dabreegster! - Update filters when changed -
#105
55818fe
Thanks @dabreegster! - Add ImageSource
v0.7.2
v0.7.1
v0.7.0
v0.6.0
Major Changes
Allow setting layers to be non-interactive. Layers with interactive={false}
will not emit mouse events, and will not
participate in hit testing when comparing to other layers with eventsIfTopMost
.
This is useful, for example, when placing a SymbolLayer on top of a
CircleLayer. See the updated "Clusters and Popups" example; previous the popup would disappear when the mouse was over
the labels, but not it does not.
This is a breaking change:
- The
interactive
prop forMarker
andMarkerLayer
has been renamed toasButton
, to make room for the new
interactive
prop. - DeckGlLayer still continues to allow the
pickable
prop, butinteractive
should be used instead for consistency.
The behavior here is unchanged though.