Releases: sandydoo/ember-google-maps
Releases · sandydoo/ember-google-maps
Release 5.0.1
Release 5.0.0
💥 Breaking changes
-
#161 Drop support for
@classNames
. Useclass
instead. (@sandydoo)If you had the following:
Replace
@classNames
with theclass
attribute: -
#160 Drop support for the
onLoad
event (@sandydoo)The
onLoad
event has been removed. You should replace it withonceOnIdle
.If you had the following:
Replace it with:
Internal
- #159 Fix broken build tests (@sandydoo)
- #157 Remove the landing page (@sandydoo)
- #154 Implement simpler workaround for auto-import #152 (@sandydoo)
- #153 Fix tests against ember
>=4
(@sandydoo)
Committers: 1
- Sander Melnikov (@sandydoo)
Release 4.2.7
Release 4.2.6
Release 4.2.5
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
- #144 Cache yarn's global cache of packages in CI (@sandydoo)
- #141 Fix CI for external PRs (@sandydoo)
- #143 Fix test-waiters import errors in embroider builds (@sandydoo)
- #142 Refactor AST plugins to match new plugin format (@sandydoo)
Committers: 2
- Gustavo Rodriguez (@grodriguez85)
- Sander Melnikov (@sandydoo)