New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svelte-maplibre

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-maplibre - npm Package Versions

1
7

0.6.0

Diff

Changelog

Source

0.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 for Marker and MarkerLayer has been renamed to asButton, to make room for the new interactive prop.
  • DeckGlLayer still continues to allow the pickable prop, but interactive should be used instead for consistency. The behavior here is unchanged though.

Minor Changes

Patch Changes

dimfeld
published 0.5.3 •

Changelog

Source

0.5.3

Minor Changes

  • #90 44df623 Thanks @dimfeld! - Add all components to the export map. This allows importing like "svelte-maplibre/MapLibre.svelte" in addition to importing everything from the package root.

Patch Changes

  • #88 8d03d54 Thanks @dimfeld! - Properly remove sources and handle the source being quickly replaced

  • #89 23bc94a Thanks @dimfeld! - Export JoinedData from index file, mark sourceLayer optional

dimfeld
published 0.5.2 •

Changelog

Source

0.5.2

Minor Changes

dimfeld
published 0.5.1 •

Changelog

Source

0.5.1

Patch Changes

dimfeld
published 0.5.0 •

Changelog

Source

0.5.0

Major Changes

  • #71 821c3bd Thanks @dabreegster! - Make eventsIfTopMost also work for manageHoverState, and introduce openIfTopMost for Popups. openIfTopMost defaults to true, which changes the default behavior for overlapping popups.

Patch Changes

  • #75 accb09d Thanks @mhrgoldberg! - Fix GeoJSON component reactivity to data changes after map styles are updated.
dimfeld
published 0.4.3 •

Changelog

Source

0.4.3

Minor Changes

Patch Changes

dimfeld
published 0.4.2 •

Changelog

Source

0.4.2

Minor Changes

dimfeld
published 0.4.1 •

Changelog

Source

0.4.1

Minor Changes

Added missing export for VectorTileSource.

dimfeld
published 0.4.0 •

Changelog

Source

0.4.0

Major Changes

  • #61 Thanks @dabreegster! - Consistent default values for manageHoverState. The default value for manageHoverState on all Layer types is now false, which is a breaking change.

Patch Changes

dimfeld
published 0.3.5 •

Changelog

Source

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc