### 2.0.34

- `TyMapContainer`组件图层增加自定义是否开启点位聚合、聚合点样式功能

  - 默认使用服务端聚合

  - 自定义图层使用本地聚合功能

- 修复`TyMapContainer`组件获取资源时未获取到 zoom 值问题

### 2.0.33

- `TyMapContainer`组件支持按(像素)距离聚合

  - 默认使用服务端聚合

  - 自定义图层使用本地聚合功能

- 修复`TyMapContainer`组件获取资源时未获取到 zoom 值问题

### 2.0.29

- `TyMapContainer`组件静态资源地址兼容相对路径

### 2.0.28

- 修复`TyMapContainer`组件资源图层无法获取标签指定样式问题

### 2.0.27

- 修复`TyMapContainer`组件`getResourceLayer`方法类型定义 bug

### 2.0.26

- `TyMapContainer`组件增加资源图层功能

  - 增加`createResourceLayer`、`updateResourceLayer`、`removeResourceLayer`、`showResourceLayer`、`hideResourceLayer`、`addResourceToLayer`、`removeResourceFromLayer`、`getResourceLayer`方法

### 2.0.25

- `TyMapContainer`组件增加`addWithTag`方法

### 2.0.24

- `TyMapContainer`组件资源方法调整

  - `setDomain`、`addByTag`、`removeByTag`、`addByExternalIds`方法等待资源刷新完成

### 2.0.23

- `TyMapContainer`组件增加`panToSource`方法

### 2.0.21

- `TyMapContainer`组件`addByExternalIds`方法增加 options.tag_ids 配置

### 2.0.20

- `TyMapContainer`组件添加`addByExternalIds`、`removeByExternalIds`方法

### 2.0.18

- 修复`TyMapContainer`组件`setStyleByTag`方法 bug

  - 查找无法查找样式

  - icon 路径补全

### 2.0.16

- `TyMapContainer`组件增加`setStyleByTag`方法

- `TyMapContainer`组件`setStyle`方法支持 marker 资源

### 2.0.14

- `TyMapContainer`组件初始化时增加项目边界`boundary`配置

- `TyMapContainer`添加多边形资源支持`holes`属性

- `TyMapContainer`添加内置几何资源

  - `removeByType`不删除内置几何资源

  - `removeAll`不删除内置几何资源

### 2.0.13

- `TyMapContainer`组件添加线、面资源时增加 label 配置

### 2.0.12

- `TyMapContainer`组件修复聚合点渲染、销毁逻辑 bug

### 2.0.4

- `TyMapContainer`组件修复`useGeometrySourceHook`兼容 icon 地址 bug

### 2.0.3

- `TyMapContainer`组件新增 props `options`

  - 新增`options.staticUrl`属性适配图标地址

### 2.0.2

- 新增`install`、`initGateway`、`useMapClass`方法

- 新增`TyMapContainer`组件

  - 新增`init`方法

  - 代理地图引擎`panTo`、`setCenter`、`getCenter`、`setZoom`、`getZoom`、`getViewBounds`、`getCamera`、`openHeatmap`、`closeHeatmap`、`createMoveAnimation`、`updateMoveAnimation`、`removeMoveAnimation`、`setMoveAnimationInstanceState`方法

  - 新增资源方法`add`、`remove`、`removeByType`、`removeAll`、`get`、`getByType`、`getAll`、`setName`、`setVisible`、`setData`、`getData`、`setFitView`

  - 新增 Marker 方法`setPosition`、`setIcon`、`bounce`、`flash`、`openInfoWindow`、`closeInfoWindow`

  - 新增 Polyline/Polygon 方法`setPath`、`setStyle`

  - 新增地图管理平台资源方法`setDomain`、`addByTag`、`removeByTag`

  - 新增事件方法`on`、`once`、`off`

  - 新增导航方法`getNavigationPlan`、`drawNavigationRoute`、`removeNavigationRoute`
