Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 1.75 KB

svelte-maplibre

0.3.5

Patch Changes

  • #54 e5d8a09 Avoid clobbering MapLibre's added classes on Marker elements

  • #54 e5d8a09 Support draggable and drag events on MarkerLayer

  • #55 7b94240 Allow disabling zoom on double click

  • #55 7b94240 Support dblclick and contextmenu events on layesrs and markers

  • #56 3cec7bf Handle updates to the MapLibre component's style prop

0.3.4

  • Support 2-way binding for latLng on draggable markers.
  • Add eventsIfTopMost to Layers, to only fire mouse events if the layer is the top-most layer under the mouse pointer.

0.3.3

  • Support draggable on Marker

0.3.2

  • Properly manage hover state on features with ID 0

0.3.1

  • Lazily load deck.gl library so that the rest of the package can be used without including it.

0.3.0

  • Support Svelte 4
  • Upgrade to fully-released version of MapLibre GL 3.0

0.2.2

  • Support transformRequest property on Map component.

0.2.1

  • Fix layers not removing while data sources elsewhere in the map are loading