Skip to content

Latest commit

 

History

History
151 lines (90 loc) · 9.21 KB

CHANGELOG.md

File metadata and controls

151 lines (90 loc) · 9.21 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.0 (2024-03-15)

Features

  • 新增覆盖物组件 AMapRectangle (be3b9d8)
  • 替换了高德 jsapi 的类型声明库 (492b909)

0.7.0 (2023-12-09)

Features

  • 新增工具组件 AMapRangingTool (343cdf7)

0.6.0 (2023-11-11)

Features

  • AMapMap: 3D 视图下支持设置 俯仰角度 (de4c4da)
  • AMapMap: 支持设置 3D 视图 (c878854)
  • AMapMap: 自定义地图样式 (2262565)
  • AMapMap: 自定义设置地图上显示的元素种类 (32e87ad)

0.5.0 (2023-10-28)

Features

  • 新增组件 AMapPolygon (ef8dee9)
  • 新增组件 AMapPolyline (dd292de)
  • 新增组件 AMapPolylineEditor (19b442b)

Bug Fixes

  • AMapPolygonEditor: ts 中无法设置 computeAdsorbPolygons 为 null (3285e54)
  • PolylineEditor: 类型错误 (615f627)

0.4.2 (2023-10-14)

Bug Fixes

  • amapPolygonPath2GeoJSONCoords: 传空数组时抛异常 (7be6f83)
  • 传入的 coods 是 line 格式时也会删除最后一个点 (0c01879)
  • 组件 AMapOverlayGroupProps 传入 children 时报类型错误 (7cc8832)
  • 错误的类型声明 (646b654)

0.4.1 (2023-09-23)

Bug Fixes

  • 输出的包里丢失 ts 类型信息 (f420a2e)
  • 输出的包里丢失类型信息 (b553d9a)

0.4.0 (2023-09-21)

Features

  • 新增组件 AMapPolygonEditor (a686580)

Bug Fixes

  • 组件 AMapEllipse 异步加载了错误的插件 (c6edeee)

0.3.0 (2023-07-20)

Features

  • 新增 Marker 组件 (cb19683)
  • 新增控制组件 AMapMapType (63068be)
  • 新增组件 AMapEllipse (710e5f7)
  • 新增组件 AMapOverlayGroup (b565022)
  • 支持隐藏或显示 GeoJSON (be37ac2)
  • 组件 AMapCircle 支持更多回调事件 (20e25d1)

Bug Fixes

  • 修正 AMapMapTypeProps 回调函数类型 (03a381a)
  • 修正回调函数类型 (623a18b)
  • 组件 AMapEllipseProps 错误的类型声明 (2d61188)

0.2.1 (2023-07-04)

Features

Bug Fixes

0.2.0 (2023-06-06)

Features

  • 提供新的 hook, useAMapEventBinder (c6e0e46)
  • 新增 helper 处理 geojson coords 到 amap path 到转换 (0ba0312)
  • 新增组件 AMapCircle (8ccb685)
  • 新增组件 AMapMouseTool (0946959)
  • 组件 AMapGeoJSON 支持设置样式 (c3f01ce)

Bug Fixes

  • 第一打开 storybook 时,缺少 Suspense 的问题 (ae26c24)
  • 类型错误 (ee7b36d)
  • 自动部署 gh-pages 失败 (2d13bf8)

0.1.3 (2023-03-15)

Bug Fixes

0.1.2 (2023-03-14)

Bug Fixes

0.1.1 (2022-11-22)

Bug Fixes

  • 发布的包不带构建结果 (c96e119)

0.1.0 (2022-11-22)

⚠ BREAKING CHANGES

  • 变更 AMapAPIContextValue.__AMAP__ 的类型

Features

  • 创建的 AMapAPIContainer 改为 lazy component (ea83a3f)
  • 支持加载 AMapUI sdk (201d7cf)

Bug Fixes

0.0.1 (2021-05-25)

Features

  • new component createAMapAPIContainer (be725e7)
  • new component AMapGeoJson (fb694a9)
  • new component AMapMap (3645a88)
  • support offical control components (a6e2591)