@summeruse/ol 0.2.0-alpha.1 → 0.2.0-alpha.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @summeruse/ol
2
2
 
3
+ ## 0.2.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 93d2746: refactor(usePointermove): 重构指针移动逻辑并添加新配置选项
8
+ - 03fc086: feat(ol-map): 添加地图事件监听和 emit 功能
9
+
10
+ ## 0.2.0-alpha.2
11
+
12
+ ### Patch Changes
13
+
14
+ - 3317ecf: feat(utils): 添加角度和旋转格式化函数
15
+ - ba32d77: refactor(utils/layer): 重构地图图层工具函数,优化类型定义和参数结构
16
+
3
17
  ## 0.2.0-alpha.1
4
18
 
5
19
  ### Patch Changes