Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

58 lines (44 loc) · 1.49 KB

Changelog

2.1.0 (21-08-08)

Added

  • Export service GoogleMapsWrapper

2.0.0 (21-01-21)

Changes

  • Upgraded to Angular 10

1.5.1 (20-04-07)

Fixed

  • Error Cannot read property 'nativeElement' of undefined in Angular +8.

1.5.0 (20-03-26)

Added

  • Added prop triggerInfowindow to NgxGooglemapsTrackingViewComponent.

Fixed

  • CenterMarker blinking or getting lost when dragging the map.

1.4.0 (19-11-04)

Added

  • Added prop useCustomClickFn to GeolocationButton.

Fixed

  • Geolocation button worked only the first time.

Changed

  • Default object scale increased x2.
  • Default object shape is circle if is speed is not provided or greater than 0.

1.3.0 (19-09-12)

Added

  • Property CenterMarker.fix.

Changed

  • CenterMarker creates its own infowindow with option disableAutoPan set to true.

1.2.1 (19-09-12)

Changed

  • Importing HttpClientModule in NgxGooglemapsTrackingViewModule so it does not need to be imported by the host module.

1.2.0 (19-09-12)

Added

  • Center Pin to geo-decode location by dragging the map's center

1.1.1 (19-08-24)

Added

  • GeolocationButton component to fetch user's location

Fixed

  • Demo: No more "two-finger scroll" on map... viewport height modified for mobile

1.1.1 (19-08-19)

Added

1.0.0 (19-08-14)

First release