Releases: xyy94813/amap-react-components
Releases · xyy94813/amap-react-components
v0.8.0
0.8.0 (2024-03-15)
Features
Breaking
TS 用户需要改用 amap-jsapi-v2-types
替代官方的类型声明
v0.7.0
0.7.0 (2023-12-09)
Features
v0.6.0
0.6.0 (2023-11-11)
Features
v0.5.0
0.5.0 (2023-10-28)
Features
Bug Fixes
- AMapPolygonEditor: ts 中无法设置 computeAdsorbPolygons 为 null (3285e54)
v0.4.2
0.4.2 (2023-10-14)
Bug Fixes
- amapPolygonPath2GeoJSONCoords: 传空数组时抛异常 (7be6f83)
- coordsOfGeoJSON2AMapPolygonPath: 传入的 coods 是 line 格式时也会删除最后一个点 (0c01879)
- 组件 AMapOverlayGroupProps 传入 children 时报类型错误 (7cc8832)
- 错误的类型声明 (646b654)
V0.4.1
0.4.1 (2023-09-23)
Bug Fixes
Release v0.3.0
Features
Bug Fixes
- 修正 AMapMapTypeProps 回调函数类型 (03a381a)
Release v0.2.0
Features
- 提供新的 hook,
useAMapEventBinder
(c6e0e46)
- 新增 helper 处理 geojson coords 到 amap path 到转换 (0ba0312)
- 新增组件 AMapCircle (8ccb685)
- 新增组件 AMapMouseTool (0946959)
- 组件 AMapGeoJSON 支持设置样式 (c3f01ce)
Bug Fixes