Skip to content

Releases: dimfeld/svelte-maplibre

v0.9.2

11 May 00:32
Compare
Choose a tag to compare

0.9.2

Minor Changes

  • #161 90ddec8 Thanks @dimfeld! - Add MapEvents component, that makes it easier to subscribe to map events from inside Map components

v0.9.1

02 May 01:51
Compare
Choose a tag to compare

0.9.1

  • Add Svelte 5 to peerDependencies

v0.9.0

01 May 19:35
Compare
Choose a tag to compare

0.9.0

Minor Changes

  • #159 23fb3ab Thanks @dimfeld! - MapLibre component now exposes its <div> element on the mapContainer prop

  • #160 756a1ef Thanks @dimfeld! - Update Marker and DefaultMarker to expose the internal maplibregl.Marker through the marker prop

  • #157 417d468 Thanks @dabreegster! - Stop propagation of clicks on Markers

Patch Changes

v0.8.5

23 Apr 07:37
Compare
Choose a tag to compare

0.8.5

Patch Changes

v0.8.4

14 Apr 07:51
Compare
Choose a tag to compare

0.8.4

Patch Changes

v0.8.3

05 Apr 23:10
Compare
Choose a tag to compare

0.8.3

Patch Changes

v0.8.2

03 Mar 01:12
Compare
Choose a tag to compare

0.8.2

Minor Changes

Patch Changes

v0.8.1

20 Feb 23:03
Compare
Choose a tag to compare

0.8.1

Patch Changes

v0.8.0 - Maplibre v4

15 Feb 02:30
Compare
Choose a tag to compare

0.8.0

Major Changes

  • #128 802474a Thanks @dimfeld! - Support maplibre v4

    All 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

29 Jan 07:33
Compare
Choose a tag to compare

0.7.7

Patch Changes

  • #123 b97d4c5 Thanks @dimfeld! - Explicitly unsubscribe from events in Layer to avoid race condition between Layer and containing Source being torn down

  • #123 b97d4c5 Thanks @dimfeld! - Properly remove Popup if it is open when the Popup component is destroyed