Releases: sandydoo/ember-google-maps
Releases · sandydoo/ember-google-maps
v3.2.3
🛠 Improvements
- Switch CI service to GitHub Actions.
- Update the CI badges in the README and docs.
- Remove the
.github
folder from the NPM package.
v3.2.2
🛠 Improvements
- Upgrade dependencies.
- Remove development dependency on an external sample addon used for testing. It was being rate limited by GitHub. Downstream apps should not have been impacted, but I'm bumping the version to be safe.
v3.2.1
🐞 Bug fixes
- Fix scheduling errors when adding and removing waypoints in Ember v3.21.
v3.0.6
🐞 Bug fixes
- Publish the addon-test-support folder on npm. This folder has useful test harness functions. #96
v3.0.5
🐞 Bug fixes
- Remove an old util export. It broke Embroider builds.
v3.0.4
🐞 Bug fixes
- Fix ember-cli warning about a missing addon when building the addon within an app.
v3.0.3
🐞 Bug fixes
- Fix a transpilation error with [email protected].* when transpiling with IE 11 as a target.
🛠 Improvements
-
Remove build-time warning when no API key is provided. Since we allow runtime configuration, this warning is now thrown at runtime in development. Fixes #74.
-
Add tests to treeshaking code
v3.0.2
🐞 Bug fixes
- Fix runloop bugs in overlays. Quickly adding and removing overlays in succession could break the overlay, throwing runtime errors.
🛠 Improvements
- Add performance shakedown test for overlays.