Skip to content

Commit 3130c3d

Browse files
committed
chore(release): 0.23.0
1 parent 18d2fa7 commit 3130c3d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.23.0](https://github.com/inocan-group/vue3-google-maps/compare/v0.22.0...v0.23.0) (2025-07-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **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.
11+
12+
13+
### Features
14+
15+
* **AdvancedMarker:** content slot for custom content ([db0515f](https://github.com/inocan-group/vue3-google-maps/commit/db0515f94fec6ebf0133f29c74ce2c79dfbc6020))
16+
17+
18+
### Bug Fixes
19+
20+
* **HeatmapLayer:** support reactive data updates ([52816cf](https://github.com/inocan-group/vue3-google-maps/commit/52816cfc6875f187abed92efccbe1e418b402afa)), closes [#318](https://github.com/inocan-group/vue3-google-maps/issues/318) [#269](https://github.com/inocan-group/vue3-google-maps/issues/269)
21+
522
### [0.22.0](https://github.com/inocan-group/vue3-google-maps/compare/v0.21.1...v0.22.0) (2025-04-28)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-google-map",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)