Skip to content

Releases: explooosion/Agm-Direction

0.7.2

30 Aug 00:56
768ee86
Compare
Choose a tag to compare

0.7.1

24 Aug 07:50
Compare
Choose a tag to compare

0.7.0

24 Aug 07:32
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Refactor

Usge

npm install agm-direction@next

0.6.0

11 Jul 09:06
Compare
Choose a tag to compare
  • Fix Angular6 for --aot and --prod #30 #31 #32

You can use serve and build with options:

serve

ng serve --prod
ng serve --aot
ng serve --prod --aot

build

ng build --prod
ng build --aot
ng build --prod --aot

0.5.9

17 Jun 18:25
Compare
Choose a tag to compare
  • Revert to #27
  • Update src/index.ts
  • Update gitignore
  • Publish to npm 0.5.9

0.5.8

17 Jun 15:33
Compare
Choose a tag to compare
0.5.8 Pre-release
Pre-release
  • Merge infoWindow #27
  • Remove infoWindow event emitter ( still work )
  • Add types from '@agm/core/services/google-maps-types

0.5.7

16 Jun 15:14
Compare
Choose a tag to compare
  • supported angular6 #20
  • @agm/core : ^1.0.0-beta.3
  • @angular/core : ^5.0.0 || ^6.0.0

0.5.6

16 Jun 12:12
Compare
Choose a tag to compare

0.5.5

13 Jun 13:24
Compare
Choose a tag to compare
  • Fix origin and distination type #25
  • Update dev playground template

0.5.4

06 May 19:01
fd0d9a7
Compare
Choose a tag to compare

Add directions_changed

  • Drag handle
  • Add @output() onChange
  • Reference #18