Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Latest commit

 

History

History
72 lines (43 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

72 lines (43 loc) · 1.98 KB

Release Notes

1.17.0

  • UMD

1.15.0

  • All attributes can have {{}} expression evaluated.

1.14.0

  • Prepared for Angular2 transition by removing all scopes
  • NgMap service is introduced
  • Refactored

1.13.0

  • New directive custom-marker

1.12.0

  • Refactored documentation with angular-jsdoc

1.10.0

  • Added an event objectChanged to broadcast change of objects in map. e.g., markers, shapes, etc

1.9.0

  • Refactored directory structure

1.7.0

  • added directions directive Example
  • added places-auto-complete for input tag. Example

1.6.0

1.5.0

  • added geo-callback attribute for map, marker, shape, and info-window. Example

1.4.0

  • support lazy loading of maps js with directive, map-lazy-load, which does not require to https://maps.google.com/maps/api/js Example

1.3.0

  • added drawing-manager directive. Thanks to Fangming Du Example

1.2.0

  • events with controller as syntax, thanks to Simon

1.1.0

  • marker directive can have icon attribute as JSON
  • map with init-event attribute for initialization by an event

1.0.0

  • Cover all official google maps v3 examples using directives.