Releases: inocan-group/vue3-google-map
Releases · inocan-group/vue3-google-map
v0.24.1
What's Changed
Bug Fixes
- fix(InfoWindow): resolve timing issue with nested InfoWindow in markers by @HusamElbashir in #348
Full Changelog: v0.24.0...v0.24.1
v0.24.0
v0.23.1
What's Changed
Bug Fixes
- fix(AdvancedMarker): resolve race condition with slot content rendering by @HusamElbashir in #342
- fix(CustomControl): ensure control index is set correctly
Full Changelog: v0.23.0...v0.23.1
v0.23.0
What's Changed
⚠ BREAKING CHANGES
- AdvancedMarker: Custom content now requires explicit
#content
slot instead of default slot. If you were using custom HTML content in AdvancedMarker in v0.22.0, wrap it in<template #content>
. InfoWindow components are unaffected and continue using the default slot.
Features
- feat(AdvancedMarker): content slot for custom content by @devleesch001 in #326
Bug Fixes
- fix(HeatmapLayer): support reactive data updates by @HusamElbashir in #341
New Contributors
- @devleesch001 made their first contribution in #326
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
Features
- Support CameraControl by @BenJChen in #311
- Update types and add missing colorScheme prop by @mikewrosey in #307
- feat(AdvancedMarker): Support slot custom content by @coderwyd in #308
New Contributors
- @BenJChen made their first contribution in #311
- @mikewrosey made their first contribution in #307
- @coderwyd made their first contribution in #308
Full Changelog: v0.21.1...v0.22.0
v0.21.1
What's Changed
- Optimize CustomMarkerClass draw Method by @radiantstatic in #281
New Contributors
- @hdrodel made their first contribution in #278
- @radiantstatic made their first contribution in #281
Full Changelog: v0.21.0...v0.21.1
v0.21.0
What's Changed
Features
- add AdvancedMarker component by @VictorBalbo in #263
New Contributors
- @VictorBalbo made their first contribution in #263
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
Features
- Add support for nonce to be used to pass to js-api-loader by @Diogomrol in #204
Bug Fixes
- fix: use with SSR by @HusamElbashir in #206
New Contributors
- @Diogomrol made their first contribution in #204
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
Features
- feat: add missing map props and events by @JoseGoncalves in #179
Bug Fixes
- fix: v-show with custom controls by @HusamElbashir in #173
Full Changelog: v0.18.0...v0.19.0