Releases: sandydoo/ember-google-maps
Releases · sandydoo/ember-google-maps
v3.0.1
v3.0.0
v3.0.0-beta.5
⭐️ 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
v2.2.7
v3.0.0-beta.3
🐞 Bug fixes
v2.2.6
v3.0.0-beta.2
🐞 Bug fixes
- Fix event handling for polyline components. Fixes #86.
- Fix rendering issue for info windows with block content.
v3.0.0-beta.1
🐞 Bug fixes
- Fix info window rendering when attached to markers.
🛠 Improvements
- Improve info window tests.
Almost Octane...
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.
-
BREAKING CHANGE
RemoveinnerContainerStyle
. -
Add
zIndex
option to overlays.
-