Skip to content

Releases: sandydoo/ember-google-maps

v3.2.3

03 Nov 18:27
7b1069f
Compare
Choose a tag to compare

🛠 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

23 Oct 11:09
1953c45
Compare
Choose a tag to compare

🛠 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

24 Aug 14:09
44e1a4f
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix scheduling errors when adding and removing waypoints in Ember v3.21.

v3.2.0

24 Aug 11:16
c8b1e27
Compare
Choose a tag to compare

🛠 Improvements

  • Refactor usages of -in-element to the public in-element with a polyfill for older Ember versions. Fixes #98. Thanks, @basz.

  • Upgrade dependencies

v3.1.0

27 Jul 13:02
Compare
Choose a tag to compare

⭐ Features

v3.0.6

23 Jul 10:45
Compare
Choose a tag to compare

🐞 Bug fixes

  • Publish the addon-test-support folder on npm. This folder has useful test harness functions. #96

v3.0.5

17 Jun 18:36
Compare
Choose a tag to compare

🐞 Bug fixes

  • Remove an old util export. It broke Embroider builds.

v3.0.4

05 Jun 17:44
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix ember-cli warning about a missing addon when building the addon within an app.

v3.0.3

31 May 05:31
Compare
Choose a tag to compare

🐞 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

22 May 14:32
Compare
Choose a tag to compare

🐞 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.