Skip to content

Commit 6c65d85

Browse files
Merge aae33c4 into c21ea5b
2 parents c21ea5b + aae33c4 commit 6c65d85

25 files changed

+115
-17
lines changed

.changeset/gentle-teachers-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/component/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- [#2592](https://github.com/antvis/L7/pull/2592) [`c21ea5b`](https://github.com/antvis/L7/commit/c21ea5b092cc532f78ae730ad45d741d37895a7b) Thanks [@heiyexing](https://github.com/heiyexing)! - feat: Marker 新增 overflowHIde 属性,支持控制超出屏幕时是否触发隐藏
8+
9+
- Updated dependencies []:
10+
- @antv/l7-layers@2.22.1
11+
- @antv/l7-core@2.22.1
12+
- @antv/l7-utils@2.22.1
13+
314
## 2.22.0
415

516
### Patch Changes

packages/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-component",
3-
"version": "2.22.0",
3+
"version": "2.22.1",
44
"description": "Component for L7",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @antv/l7-utils@2.22.1
9+
310
## 2.22.0
411

512
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-core",
3-
"version": "2.22.0",
3+
"version": "2.22.1",
44
"description": "",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/l7/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c21ea5b`](https://github.com/antvis/L7/commit/c21ea5b092cc532f78ae730ad45d741d37895a7b)]:
8+
- @antv/l7-component@2.22.1
9+
- @antv/l7-scene@2.22.1
10+
- @antv/l7-layers@2.22.1
11+
- @antv/l7-core@2.22.1
12+
- @antv/l7-maps@2.22.1
13+
- @antv/l7-source@2.22.1
14+
- @antv/l7-utils@2.22.1
15+
316
## 2.22.0
417

518
### Patch Changes

packages/l7/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7",
3-
"version": "2.22.0",
3+
"version": "2.22.1",
44
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
55
"repository": "[email protected]:antvis/L7.git",
66
"license": "MIT",

packages/layers/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @antv/l7-core@2.22.1
9+
- @antv/l7-maps@2.22.1
10+
- @antv/l7-source@2.22.1
11+
- @antv/l7-utils@2.22.1
12+
313
## 2.22.0
414

515
### Patch Changes

packages/layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/l7-layers",
3-
"version": "2.22.0",
3+
"version": "2.22.1",
44
"description": "L7's collection of built-in layers",
55
"license": "MIT",
66
"author": "https://github.com/orgs/antvis/people",

packages/map/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @antv/l7-map
22

3+
## 2.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @antv/l7-utils@2.22.1
9+
310
## 2.22.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)