@summeruse/ol 0.2.0-alpha.3 → 0.2.0
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @summeruse/ol
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c2ad696: 将 n-ol-pointermove 组件重构为 usePointermove 组合式函数
|
|
8
|
+
- 6fbc681: 重构右键菜单功能为组合式 API
|
|
9
|
+
- f605ee4: 移除对 naive-ui 的依赖并调整相关配置
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fd8d77c: 修复 createFeature 中样式不生效
|
|
14
|
+
- 9275a0b: refactor(utils): 移除计算和格式化工具模块
|
|
15
|
+
- 66a195e: refactor(utils/layer): 移除 T_MAP_TYPE 的外部依赖并内联定义
|
|
16
|
+
- 93d2746: refactor(usePointermove): 重构指针移动逻辑并添加新配置选项
|
|
17
|
+
- 3317ecf: feat(utils): 添加角度和旋转格式化函数
|
|
18
|
+
- c466dde: build(ol): 清理 package.json 中未使用的依赖项
|
|
19
|
+
- 03fc086: feat(ol-map): 添加地图事件监听和 emit 功能
|
|
20
|
+
- ba32d77: refactor(utils/layer): 重构地图图层工具函数,优化类型定义和参数结构
|
|
21
|
+
|
|
3
22
|
## 0.2.0-alpha.3
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|