Skip to content

Releases: sandydoo/ember-google-maps

v3.0.1

03 May 22:22
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fix bug in scheduling code that could result in runtime errors.

v3.0.0

27 Apr 22:54
Compare
Choose a tag to compare

Remove beta tag. 🎉

🐞 Bug fixes

  • #91 Pass HTML attributes, like class and id, to the default canvas.

v3.0.0-beta.5

28 Mar 15:26
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

⭐️ Features

  • #90 Allow setting an index on controls to "control" their order when displaying multiple controls at the same position.

v3.0.0-beta.4

25 Feb 21:36
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

🐞 Bug fixes

  • #88 Fix addon build process when used in Ember Engines.
  • #88 Fix addon build process when built with Ember CLI v3.13+.

🛠 Improvements

  • Add support for debugging the build process with broccoli-debug.

v2.2.7

25 Feb 21:35
Compare
Choose a tag to compare

🐞 Bug fixes

  • #88 Fix addon build process when used in Ember Engines.
  • #88 Fix addon build process when built with Ember CLI v3.13+.

🛠 Improvements

  • Add support for debugging the build process with broccoli-debug.

v3.0.0-beta.3

25 Feb 21:36
Compare
Choose a tag to compare

🐞 Bug fixes

v2.2.6

25 Feb 21:31
Compare
Choose a tag to compare

🐞 Bug fixes

  • #87 Improve runloop handling for template values read from the google object, e.g. control positions.

🛠 Improvements

  • Add a warning when trying to use a "treeshaken" component in development mode. This should protect against issues like #59 in the future.

v3.0.0-beta.2

24 Jan 15:10
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

🐞 Bug fixes

  • Fix event handling for polyline components. Fixes #86.
  • Fix rendering issue for info windows with block content.

v3.0.0-beta.1

10 Jan 23:54
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

🐞 Bug fixes

  • Fix info window rendering when attached to markers.

🛠 Improvements

  • Improve info window tests.

Almost Octane...

10 Jan 23:49
Compare
Choose a tag to compare
Almost Octane... Pre-release
Pre-release

Major preparation for Ember Octane.

This release lays the foundation to moving the addon to Octane components. The main expected benefit is performance, especially when rendering hundreds of markers on less performant devices.

🛠 Improvements

  • Refactor options and event parsing. This removes all class mixins from the addon. Components now have an new _createOptions hook that can be overriden to modify the options before passing them to the map component.

  • Improve map component lifecycle control.

  • Simplify public API creation.

  • Update the Overlay component as discussed in #55.