Skip to content

Releases: slutske22/leaflet-arrowheads

v1.4.0 - Offsets, perArrowheadOptions, .d.ts

31 Jan 05:12
91dfcc5
Compare
Choose a tag to compare

v1.4.0 - offsets, perArrowheadOptions, TypeScript declaration file

New features added:

  • offsets option
  • perArrowheadOptions option
  • Added .d.ts file for better TypeScript integration

Version 1.2.3

19 May 18:50
Compare
Choose a tag to compare

Minor bug fix to enable the use of L.poyline(...).arrowheads(...).addTo(layergroup) syntax without bugs. Thanks @darrenfreeman.

1.2.2: Fixed backwards arrowheads bug

29 Sep 17:03
Compare
Choose a tag to compare

Bug Fixes:

Fixed arrowheads sometimes rendering backwards thanks to PR from @matonga

Adding GeoJSON Support

25 Aug 16:31
Compare
Choose a tag to compare

Now enables arrowheads on L.GeoJSON LineString and MultiLineString features.

v1.1.3

14 Jul 20:11
Compare
Choose a tag to compare
1.1.3 - modifying L.Map.removeLayer(layer)