Socket
Socket
Sign inDemoInstall

@vue-leaflet/vue-leaflet

Package Overview
Dependencies
24
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

0.10.1

Diff

Changelog

Source

[0.10.1] - 2023-06-16

Added

  • Utility functions are exported from the library.
mikeu
published 0.10.0 •

Changelog

Source

[0.10.0] - 2023-06-15

Added

Fixed

Changed

  • Breaking: The src directory is no longer included in the build. Please use the new exports to access the injection keys and libary functions.
mikeu
published 0.9.0 •

Changelog

Source

[0.9.0] - 2023-03-12

Added

  • Vitest, and a few initial tests.
  • TypeScript type declarations in compiled output.

Changed

donnico
published 0.8.4 •

Changelog

Source

[0.8.4] - 2023-02-20

Fixed

donnico
published 0.8.3 •

Changelog

Source

[0.8.3] - 2023-02-12

Fixed

Changed

  • Leaflet objects accessed via the leafletObject property of a ref are now all marked as raw, so they no longer return Proxy instances.

Added

  • Ability to style GeoJSON layers through :options-style prop.
donnico
published 0.8.2 •

Changelog

Source

[0.8.2] - 2023-02-05

Fixed

Changed

  • LTileLayer now accepts an array of strings for its subdomains property, as well as a single string.
  • LWmsTileLayer now uses the correct Leaflet option name uppercase instead of the previous upperCase.
donnico
published 0.8.1 •

Changelog

Source

[0.8.1] - 2023-01-29

Fixed

donnico
published 0.8.0 •

Changelog

Source

[0.8.0] - 2023-01-26

Added

  • Import of Leaflet CSS in quickstart.
  • Example of using HTML inside an LIcon component, to create a DivIcon.

Fixed

  • Leaflet component defaults are no longer replaced with undefined when not set explicitly.
  • Resolved some errors caused by event handlers attempting to run after components had unmounted.

Changed

  • Breaking: LWmsTileLayer no longer has its own baseUrl property in addition to the url property it inherits from LTileLayer.
donnico
published 0.7.0 •

Changelog

Source

[0.7.0] - 2022-12-08

Breaking changes

  • The <l-map> component now uses the globally available window.L instance of Leaflet by default. If you are using SSR in an existing project and relying on the default behaviour, you will now need to pass :useGlobalLeaflet="false" to your <l-map>.

Added

  • This changelog file.
  • Quickstart and SSR sections in readme.

Changed

  • Minor additional updates to the readme.
  • Code formatting in some playground examples.
  • Moved @types/leaflet to devDependencies.

Earlier versions

The following releases were created before the addition of this changelog:

  • [0.6.1], 2021-06-17
  • [0.6.0], 2021-03-01
  • [0.5.0], 2020-11-29
  • [0.4.2], 2020-11-16
  • [0.4.1], 2020-11-16
  • [0.4.0], 2020-11-13
  • [0.3.0], 2020-10-31
  • [0.2.0], 2020-10-30
  • [0.1.2], 2020-10-09
donnico
published 0.6.1 •

2Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc