Skip to content

Releases: sandydoo/ember-google-maps

Release 5.0.1

22 Mar 23:42
v5.0.1
9af73f4
Compare
Choose a tag to compare

🐛 Bug fixes

  • #167 Fix an error thrown when trying to listen for the place_changed event on an autocomplete input (@sandydoo)

📖 Documentation

Internal

  • #162 Update license year, copyright holder, and formatting (@sandydoo)

Committers: 1

Release 5.0.0

22 Nov 11:33
d6b5e3f
Compare
Choose a tag to compare

💥 Breaking changes

  • #161 Drop support for @classNames. Use class instead. (@sandydoo)

    If you had the following:

    <GMap @classNames="my-custom-class" />

    Replace @classNames with the class attribute:

    <GMap class="my-custom-class" />
  • #160 Drop support for the onLoad event (@sandydoo)

    The onLoad event has been removed. You should replace it with onceOnIdle.

    If you had the following:

    <GMap @lat={{this.lat}} @lng={{this.lng}} @onLoad={{this.didLoadMap}} />

    Replace it with:

    <GMap @lat={{this.lat}} @lng={{this.lng}} @onceOnIdle={{this.didLoadMap}} />
  • #158 Drop support for Ember <3.24 and Node 10 (@sandydoo)

Internal

Committers: 1

Release 4.2.7

11 Oct 14:51
1b2318b
Compare
Choose a tag to compare

🐛 Bug fixes

  • #151 Update the coordinates when lat and lng are updated (@sandydoo)

Committers: 1

Release 4.2.6

08 Sep 14:07
fff4ee0
Compare
Choose a tag to compare

📖 Documentation

Internal

Committers: 1

Release 4.2.5

24 Aug 17:55
eead54c
Compare
Choose a tag to compare

This release is compatible with the upcoming v4.0 release of Ember.js.

🐛 Bug fixes

  • #140 Return the google global from the API service if Google Maps has already been loaded (@grodriguez85)

Internal

Committers: 2

Release 4.2.4

04 Aug 23:15
a1225a9
Compare
Choose a tag to compare

🐛 Bug fixes

📖 Documentation

Committers: 1

Release 4.2.3

29 Jul 12:27
dab8403
Compare
Choose a tag to compare

🐛 Bug fixes

  • #134 Fix errors trying to find a template component (@sandydoo)

Committers: 1

Release 4.2.2

27 Jul 23:29
b18c3ab
Compare
Choose a tag to compare

🐛 Bug fixes

Committers: 1

Release 4.2.1

27 Jul 17:10
4c6ea45
Compare
Choose a tag to compare

🐛 Bug fixes

Internal

  • #129 Upgrade miscellaneous dependencies and fixup testing (@sandydoo)

Committers: 1

Release 4.2.0

24 Jul 12:10
3c9673b
Compare
Choose a tag to compare

⭐ Features

🐛 Bug fixes

Committers: 1