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