Skip to content

Releases: heremaps/harp-leaflet

Release v0.2.8

22 Mar 12:57
490e7d9
Compare
Choose a tag to compare

Removes deprecation notice

Release: v0.2.7

15 Mar 12:37
Compare
Choose a tag to compare

Updated the copyright

Release: v0.2.6

12 Mar 10:38
Compare
Choose a tag to compare

9b06c92

  • Fixed animation issue with other Leaflet layers
  • Upgraded harp.gl version and dependencies
  • Added deprecation note

Release v0.2.5

06 Nov 14:57
Compare
Choose a tag to compare

More minor fixes a81626c and fixing some security warnings a9d01de

Release: v0.2.4

05 Nov 09:53
Compare
Choose a tag to compare
  • Upgrade harp.gl / three.js / leaflet dependencies: 275cf83
  • Remove default export which improves typings, otherwise HarpGL needs to be converted to any: eeff7b7. Note, this is a breaking change, please use import { HarpGL } from "harp-leaflet"; now because HarpGL is no longer the default export.

Release: v0.2.1

27 Nov 15:33
Compare
Choose a tag to compare
  • fix missing onRemove - #10, closes #8
  • fix programatic camera settings - fixes map.fitBounds and map.setView - #13
  • internal code cleanup, including automatic tests - #12 , #9

Available from NPM registry: https://www.npmjs.com/package/@here/harp-leaflet/v/0.2.1

v0.2.0: Release 0.2.0

08 Nov 16:32
Compare
Choose a tag to compare
  • support for harp.gl release 0.11.0
  • fix 100% of CPU when map is idle
  • internal code cleanup