Skip to content

Releases: sandydoo/ember-google-maps

v4.0.0-beta.5

23 Apr 23:02
1af027c
Compare
Choose a tag to compare
v4.0.0-beta.5 Pre-release
Pre-release

🐞 Bug fixes

  • Fix overlay teardown
    Overlays could throw an error when being removed from the map.

  • Fix builds for apps that use Embroider

v4.0.0-beta.4

18 Apr 14:20
06f3338
Compare
Choose a tag to compare
v4.0.0-beta.4 Pre-release
Pre-release

🛠️ Improvements

  • Full conversion to Ember Octane
    In practice, this means you'll get better performance, especially during the initial render. There are much fewer runloop and async shenanigans to get Google Maps and Ember to play well.

v3.3.3

02 Apr 13:18
02e689a
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix errors when using this addon with FastBoot.

v4.0.0-beta.3

22 Mar 17:01
22b0a48
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

🛠️ Improvements

  • Set the beta tag on npm to this version.
    There are no changes in this release.
    It turns out you have to additionally tag beta versions as beta when publishing, otherwise npm treats it as the latest version.

v3.3.2

22 Mar 17:00
27e7abf
Compare
Choose a tag to compare

🛠️ Improvements

  • Set the latest tag on npm to this version.
    There are no changes in this release.
    It turns out you have to additionally tag beta versions as beta when publishing, otherwise npm treats it as the latest version.

v3.3.1

18 Mar 17:45
3d13a43
Compare
Choose a tag to compare

🐞 Bug fixes

v4.0.0-beta.0

16 Feb 19:25
e6c18e3
Compare
Choose a tag to compare
v4.0.0-beta.0 Pre-release
Pre-release

💥 Breaking changes

  • Drop support for Ember v2.18

    Ember is moving on and so are we. Ember LTS v3.16 and Ember CLI v3.16 are the new minimum requirements. This update already drops a few hacks that enabled backwards compatibility. Now, the addon can be completely upgraded to Glimmer components for some serious performance improvements.

  • Update docs to Octane

    All of the examples in the docs are now up to modern Ember standards. The docs app itself now runs completely on Octane.

  • No more mixins

    This only affects you if you’ve created your own custom map components.

v3.3.0

21 Dec 16:00
548f22f
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix runtime errors in ember@canary related to the old optional canvas support.

🛠️ Improvements

  • Replace the runtime optional canvas support with a build-time solution.

    Instead of wasting render cycles detecting whether the map should render a default canvas or not, we inject
    a canvas into the template during the build where necessary.

    This improves rendering performance and rules out the possibility of render timing bugs (#99).

    Full compatibility, starting with v2.18+ to modern Octane versions.

v3.3.0-beta.0

26 Nov 11:56
84d8be3
Compare
Choose a tag to compare
v3.3.0-beta.0 Pre-release
Pre-release

🛠️ Improvements

  • Replace the runtime optional canvas support with a build-time solution.

    Instead of wasting render cycles detecting whether the map should render a default canvas or not, we inject
    a canvas into the template during the build where necessary.

    This improves rendering performance and rules out the possibility of render timing bugs (#99).

    Full compatibility, starting with v2.18+ to modern Octane versions.

v3.2.4

09 Nov 11:22
146ba7e
Compare
Choose a tag to compare

🐞 Bug fixes

  • Remove dynamic component calls that are incompatible with Embroider.