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

angular-leaflet-directive

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-leaflet-directive - npm Package Versions

2

0.10.0

Diff

tombatossals
published 0.9.5 •

tombatossals
published 0.9.4 •

tombatossals
published 0.9.3 •

tombatossals
published 0.9.2 •

tombatossals
published 0.9.1 •

tombatossals
published 0.9.0 •

Changelog

Source

0.9.0 (2015-10-12)

Breaking changes
  • events: refactor(rootScope map events): If the id attribute is set for the leaflet directive then the id will be used in the rootScope leaflet events. Example: <leaflet id="firstMap">, Will fire leafletDirectiveMap.firstMap.click (d22b3f0)
Bug Fixes
  • build: Added "core" to .gitignore to avoid more "core" files inside distributed version (2ff48c3e)
Features
  • Leaflet.vector-markers: Add support for Leaflet plugin 'Leaflet.vector-markers' (eb386a1)
  • Nokia Maps: Added Nokia here maps. (83b71ef)

<a name"0.8.8"></a>

tombatossals
published 0.8.8 •

Changelog

Source

0.8.8 (2015-09-04)

Bug Fixes
  • center:
    • Fix bug with scope.center via @ageblade (7e718c5f)
    • Fix bug with scope.center (277ebc58)
Features
  • layers: Add support for Leaflet.TileLayer.IIP (ec0fe740)
  • lf-center: lfCenter or 'lf-center' added which is a dupe of center. center to be deprecated (06b5a3fa)
Breaking changes
  • logger: Add new independent logger requirement to replace Angular $log. Remember to include angular-simple-logger before Angular-Leaflet from your bower assets. (4f35bf6)

<a name"0.8.7"></a>

tombatossals
published 0.8.5 •

Changelog

Source

0.8.5 (2015-06-29)

Bug Fixes
  • leafletMarkersHelper, markers: Fix updating markers and managing popups. Lots of logic for marker updating was contained in the addMarkerWatch callback. If you didn't watch individual markers, then markers weren't getting updated properly. This used to work because the directive simply replaced markers on update, but with recent refactors, this is no longer the case. The addMarkerWatch watch callback is now _updateMarker and made available to the marker directive. It is used to update markers in _addMarkers. Before this commit, _addMarkers just ignored markers that already exists, now it updates. We now use marker.popupOpen() to handle popup logic (when focus is set to true, ensure popup gets opened). When the popup event is fired, manageOpenPopup will be used to compile the popup if necessary. (360401243f3f6d645860355b2c0067db6c55218a)

  • build: grunt-graphviz added to devDeps (b2236acc)

  • center: cleanup some center code, based on this issue by @pieterjandesmedt: (ea1d52a5)

  • labels: labels added to existing markers are now bound (f464f9c1)

  • markers oldModels undefined: - markers fix with nested logic. oldModels isDefined checks (94429544)

  • markers updates: Marker Clean up and storage was incorrect on how it's leafletMarkers (leafletDat (6fc72b47)

Features

<a name"0.8.4"></a>

tombatossals
published 0.7.15 •

2
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