tg-map-vue3 4.2.11 → 4.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@
9
9
  - feat: talks支持切换内置地图类型和暗色模式
10
10
  - feat: TgMapType.talks支持复写图层内部定义的attribution
11
11
  - feat: [Tg.MouseEvent]新增`pixel`字段
12
+ - feat: talks支持热力图
12
13
 
13
14
  ## 4.1.x
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-map-vue3",
3
- "version": "4.2.11",
3
+ "version": "4.2.12",
4
4
  "author": "ipcjs",
5
5
  "description": "封装 百度地图, Google地图, Here地图(未完成), Maptalks 的Vue3组件库",
6
6
  "keywords": [
@@ -44,9 +44,8 @@
44
44
  "@types/google.maps": "3.64.1",
45
45
  "@types/heremaps": "3.0.14",
46
46
  "maptalks": "^1.7.1",
47
- "maptalks.markercluster": "0.8.8",
48
47
  "tg-commons": "^1.2.12",
49
- "tg-map-core": "4.2.11"
48
+ "tg-map-core": "4.2.12"
50
49
  },
51
50
  "peerDependencies": {
52
51
  "vue": "^3.5.16"