@summeruse/ol 0.1.1-beta.1 → 0.1.2-beta.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 CHANGED
@@ -1,5 +1,31 @@
1
1
  # @summeruse/ol
2
2
 
3
+ ## 0.1.2-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 007fa24: n-ol-pointermove 的 createOptions 添加 `followTarget` 参数
8
+
9
+ ## 0.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - c26ae5a: 重构 useGraticule 以支持更灵活的样式配置
14
+ - e651b52: 添加经纬度标签样式支持
15
+ - b0985c6: 添加 useOlMap 函数以简化地图实例的注入
16
+ - 9b9aeed: 移除`T_MAP_TYPE`类型的定义,改为从`@summeruse/common`导入
17
+ - Updated dependencies [8619680]
18
+ - @summeruse/common@0.0.1
19
+
20
+ ## 0.1.1-beta.2
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [8619680]
25
+ - @summeruse/common@0.0.1-beta.0
26
+ - b0985c6: 添加 useOlMap 函数以简化地图实例的注入
27
+ - 9b9aeed: 移除`T_MAP_TYPE`类型的定义,改为从`@summeruse/common`导入
28
+
3
29
  ## 0.1.1-beta.1
4
30
 
5
31
  ### Patch Changes