Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-maplibre

Package Overview
Dependencies
Maintainers
0
Versions
63
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.7.6

Diff

Changelog

Source

0.7.6

Minor Changes

dimfeld
published 0.7.5 •

Changelog

Source

0.7.5

Minor Changes

dimfeld
published 0.7.4 •

Changelog

Source

0.7.4

Minor Changes

Patch Changes

  • #111 8821852 Thanks @dimfeld! - Update imports to work with Vite 5 and Node.js

  • #113 28f1dd1 Thanks @dimfeld! - Add "default" export condition to help frameworks that don't add "svelte" to their list

dimfeld
published 0.7.3 •

Changelog

Source

0.7.3

Minor Changes

dimfeld
published 0.7.2 •

Changelog

Source

0.7.2

Patch Changes

  • 25d840c Thanks @dimfeld! - Add type definition for events emitted by MarkerLayer

  • 25d840c Thanks @dimfeld! - Fix missing type definition file for Marker.svelte

dimfeld
published 0.7.1 •

Changelog

Source

0.7.1

Minor Changes

dimfeld
published 0.7.0 •

Changelog

Source

0.7.0

Major Changes

  • #92 3800dbc Thanks @dabreegster! - Add RasterTileSource and RasterLayer. This is a breaking change in that the required version of maplibre-gl is changed from ^3.0.0 to ^3.5.0.
dimfeld
published 0.6.0 •

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

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