Skip to content

Releases: Vheissu/aurelia-google-maps

2.3.0

13 Nov 23:35
Compare
Choose a tag to compare

Bug Fixes

  • addressMarker: address marker shouldn't have lat lng (c64a00b)
  • error: fix setZoom of undefined for #61 (abbc4e4)
  • maps: typescript linting (3f1456a)
  • plugin: climbing out of a bad merge hole (1010d04)

Features

  • maps-service: expose a GoogleMapsAPI service (#64) (91fcf3e), closes #61
  • maps-service: move to a google-maps api service (de3d371)

Release 2.2.1

20 Mar 23:12
Compare
Choose a tag to compare

Fixes issue with polylines and Webpack platform moduleName issue not documented for Webpack users.

Release 2.2.0

03 Feb 10:50
Compare
Choose a tag to compare

Comes with various community PR's.

2.1.0

10 Oct 06:31
Compare
Choose a tag to compare

Thank you to the legend that is @tomtomau for all of the hard work on this release.

14th March 1.0.21

14 Mar 03:40
Compare
Choose a tag to compare

Release of 1.0.21 of the Google Maps Plugin. Cleaned up a few dependencies that weren't needed, removed a broken test and merged a couple of PR's one including support for markers with addresses.

1.0.20 Hotfix

19 Feb 11:20
Compare
Choose a tag to compare

The previous release introduced a bug whilst using the new moduleName method. This release also removes the HTML file entirely as as well as CSS file, opting for the injectStyles method instead.