Skip to content

Latest commit

 

History

History
193 lines (122 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

193 lines (122 loc) · 12.8 KB

1.8.1 (2024-03-30)

Bug Fixes

  • Map: 修复地图样式设置问题 (12cc946)

1.8.0 (2024-03-20)

Features

  • replace lodash-es debounce (a42d42b)

1.7.1 (2024-03-04)

Bug Fixes

1.7.0 (2024-02-01)

Features

  • 样式应有业务方引入 (b7cd686)

1.6.0 (2024-01-27)

Features

  • Map: 支持绑定 styleimagemissing 事件 (091535d)

1.5.0 (2024-01-26)

Bug Fixes

  • StyleLoadFinish: 解决样式加载完子组件不渲染 (dd28301)

Features

  • rename StyleLoadFinish to StyleLoaded (66bca62)

1.4.1 (2024-01-25)

Bug Fixes

  • 修复 React is not defined (c8e72c9)

1.4.0 (2024-01-25)

Features

1.3.0 (2024-01-24)

Features

1.2.0 (2024-01-22)

Features

1.1.0 (2024-01-21)

Bug Fixes

  • map: 支持传递参数 (9b4e6be)
  • MarkerCluster: 修复点击聚合点异常 (e3ee3da)
  • marker: 修复报错 (ae896d7)
  • Source: 修复 Source 没有创建 (83801a2)

Features

1.0.0 (2022-09-15)

Bug Fixes

  • layer: 修复类型报错 (64a3f1c)
  • source 组件卸载 BUG (879207f)
  • 修复 layer 卸载时解除监听报错 bug (795a777)

Features

  • add MapContext.Provider (a155293)
  • layer: 优化类型 (10e2b32)
  • layer: 支持绑定事件 (be2d098)
  • layer: 简单封装 (1cec2ef)
  • maeker: 优化代码 (9f1283e)
  • map: add projection (daa75fd)
  • map: 优化实现 (5f80172)
  • map: 支持事件绑定 (9847dfc)
  • map: 支持通过 ref 获取地图实例 (4cff4b6)
  • map: 补充缺失的地图创建字段 (a5ff4af)
  • marker: 优化事件绑定 (2c8673f)
  • marker: 标记点基本实现 (0936357)
  • marker 绑定点击事件 (1cbd812)
  • source: add Source Component (687e6be)
  • 优化地图示例创建流程 (89df791)
  • 地图展现实现 (f95e299)

1.0.0-beta.5 (2022-09-02)

Bug Fixes

  • 修复 layer 卸载时解除监听报错 bug (795a777)

1.0.0-beta.4 (2022-09-01)

Features

  • layer: 支持绑定事件 (be2d098)

1.0.0-beta.3 (2022-09-01)

Bug Fixes

  • source 组件卸载 BUG (879207f)

1.0.0-beta.2 (2022-09-01)

Bug Fixes

  • layer: 修复类型报错 (64a3f1c)

Features

1.0.0-beta.1 (2022-08-31)

Features

  • add MapContext.Provider (a155293)
  • maeker: 优化代码 (9f1283e)
  • map: add projection (daa75fd)
  • map: 优化实现 (5f80172)
  • map: 支持事件绑定 (9847dfc)
  • map: 支持通过 ref 获取地图实例 (4cff4b6)
  • map: 补充缺失的地图创建字段 (a5ff4af)
  • marker: 标记点基本实现 (0936357)
  • marker 绑定点击事件 (1cbd812)
  • 优化地图示例创建流程 (89df791)
  • 地图展现实现 (f95e299)