svelte-maplibre

Svelte bindings for the MapLibre mapping library

MIT License

Downloads
30K
Stars
318
Committers
3

Bot releases are hidden (Show)

svelte-maplibre - Latest Release

Published by dimfeld about 2 months ago

0.9.13

Patch Changes

svelte-maplibre -

Published by dimfeld 2 months ago

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.
svelte-maplibre -

Published by dimfeld 2 months ago

0.9.11

Minor Changes

svelte-maplibre -

Published by dimfeld 2 months ago

0.9.10

Patch Changes

svelte-maplibre -

Published by dimfeld 3 months ago

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
svelte-maplibre -

Published by dimfeld 4 months ago

0.9.8

Patch Changes

svelte-maplibre -

Published by dimfeld 5 months ago

0.9.7

Patch Changes

  • #175 c857517 Thanks @dimfeld! - Allow providing custom hash update function for better framework compatibility
svelte-maplibre -

Published by dimfeld 5 months ago

0.9.6

Patch Changes

svelte-maplibre -

Published by dimfeld 5 months ago

0.9.5

Patch Changes

svelte-maplibre -

Published by dimfeld 5 months ago

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.
svelte-maplibre -

Published by dimfeld 5 months ago

0.9.3

Minor Changes

svelte-maplibre -

Published by dimfeld 5 months ago

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
svelte-maplibre -

Published by dimfeld 6 months ago

0.9.1

  • Add Svelte 5 to peerDependencies
svelte-maplibre -

Published by dimfeld 6 months ago

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

svelte-maplibre -

Published by dimfeld 6 months ago

0.8.5

Patch Changes

svelte-maplibre -

Published by dimfeld 6 months ago

0.8.4

Patch Changes

svelte-maplibre -

Published by dimfeld 7 months ago

0.8.3

Patch Changes

svelte-maplibre -

Published by dimfeld 8 months ago

0.8.2

Minor Changes

Patch Changes

svelte-maplibre -

Published by dimfeld 8 months ago

0.8.1

Patch Changes

svelte-maplibre - v0.8.0 - Maplibre v4

Published by dimfeld 8 months ago

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