@wenle_2523097/agri-map 2.0.9 → 2.0.10

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.
package/README.md CHANGED
@@ -4,6 +4,16 @@
4
4
 
5
5
  ## 更新日志
6
6
 
7
+ ### v2.0.10 (2026-06-12)
8
+ #### 新增
9
+ - **Loading open 属性**:新增 `open` 属性控制显示/隐藏,支持 `<Loading open={loading} />` 用法
10
+
11
+ ### v2.0.9 (2026-06-12)
12
+ #### 新增
13
+ - **PlotLayer 坐标格式自动检测**:支持 `[lng, lat]`(经度在前)和 `[lat, lng]`(纬度在前)两种坐标格式自动检测
14
+ - **输出格式保持一致**:编辑回调返回的坐标格式与输入保持一致
15
+ - **coordinate-format 示例页面**:新增坐标格式演示页面
16
+
7
17
  ### v2.0.8 (2026-06-01)
8
18
  #### 新增
9
19
  - **TrackPlayer 时间轴功能**:新增 `onTimelineUpdate` 回调,暴露完整时间轴数据