Releases: sandydoo/ember-google-maps
Releases · sandydoo/ember-google-maps
v2.2.5
🐞 Bug fixes
- Fix info window rendering when attached to markers.
🛠 Improvements
- Improve info window tests.
v2.2.4
🐞 Bug fixes
- #79 Unpin ember-concurrency that was accidentally version-pinned.
v2.2.3
🐞 Bug fixes
- #75 Update ember-concurrency to fix runtime error.
- #68 Add support for "splatributes" in newer Ember versions.
🛠 Improvements
- Improve tests for map canvas elements.
v2.2.2
🐞 Bug fixes
- #67 Fix setting
class
on a map canvas.
- Fix canvas rendering in FastBoot.
- Fix runtime errors for apps without FastBoot.
v2.2.1
🛠 Improvements
- Upgrade dependencies.
- Add support for newer Ember versions.
v2.2.0
⭐️ Features
- #57 Allow runtime configuration of the Google Maps API url.
🛠 Improvements
- #49 Fix treeshaking bugs.
- #65 Remove in-repo addon from consuming app builds.
- #45 Fix event listener deprecation warnings.
- #64 Fix event listeners for directions.
v2.1.0
⭐️ Features
- #41 Allow setting
class
on a map control.
- #38 Support loading in-repo g-map addons.
🛠 Improvements
- Upgrade dependencies.
- #30 Add guards to scheduled functions.
- #40 Fix lifecycle order bug with the publicAPI class.
Addons for addons
This release consists of largely internal improvements and features. There are a few minor changes to the publicAPI
– the public properties and actions returned when an event/action is triggered.
❗️ Breaking changes
- Expose a consistent public API object. The changes here should be minor.
- Action hooks like
onLoad
no longer return a map
as a separate argument. They always return the publicAPI
object. Check your actions!
- Drop node 4 support. ☠️
⭐️ Features
- Expose test helpers. A
setupMapTest
hook that ensures tests wait for the map to render and a trigger
helper to trigger map events.
- Introduce an addon system.
🛠 Improvements
- Refactor the internals to make it simpler to extend and create custom components.
- Improve performance of overlays and info windows.
- Improve IE support.
- Upgrade Ember.
- Improve docs site.