Skip to content

Commit 77f0e83

Browse files
Merge 81f0afe into 8193864
2 parents 8193864 + 81f0afe commit 77f0e83

27 files changed

+119
-27
lines changed

.changeset/curly-ligers-tap.md

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

.changeset/eighty-oranges-search.md

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

.changeset/grumpy-tables-dream.md

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

packages/component/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.21.9
4+
5+
### Patch Changes
6+
7+
- [#2457](https://github.com/antvis/L7/pull/2457) [`2d65e05`](https://github.com/antvis/L7/commit/2d65e05863454f3ac3b366d9f0a979a3da810d45) Thanks [@heiyexing](https://github.com/heiyexing)! - popup 更新支持 className 和 style
8+
9+
- [#2460](https://github.com/antvis/L7/pull/2460) [`8193864`](https://github.com/antvis/L7/commit/8193864e44acf05d92677b2cabb25211ffd628cb) Thanks [@lvisei](https://github.com/lvisei)! - fix: 修复 LayerPopup followCursor 默认值问题
10+
11+
- Updated dependencies [[`8193864`](https://github.com/antvis/L7/commit/8193864e44acf05d92677b2cabb25211ffd628cb)]:
12+
- @antv/l7-layers@2.21.9
13+
- @antv/l7-core@2.21.9
14+
- @antv/l7-utils@2.21.9
15+
316
## 2.21.8
417

518
### 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.21.8",
3+
"version": "2.21.9",
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.21.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @antv/l7-utils@2.21.9
9+
310
## 2.21.8
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.21.8",
3+
"version": "2.21.9",
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.21.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2d65e05`](https://github.com/antvis/L7/commit/2d65e05863454f3ac3b366d9f0a979a3da810d45), [`8193864`](https://github.com/antvis/L7/commit/8193864e44acf05d92677b2cabb25211ffd628cb), [`8193864`](https://github.com/antvis/L7/commit/8193864e44acf05d92677b2cabb25211ffd628cb)]:
8+
- @antv/l7-component@2.21.9
9+
- @antv/l7-layers@2.21.9
10+
- @antv/l7-scene@2.21.9
11+
- @antv/l7-core@2.21.9
12+
- @antv/l7-maps@2.21.9
13+
- @antv/l7-source@2.21.9
14+
- @antv/l7-utils@2.21.9
15+
316
## 2.21.8
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.21.8",
3+
"version": "2.21.9",
44
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
55
"repository": "git@github.com:antvis/L7.git",
66
"license": "MIT",

packages/layers/CHANGELOG.md

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

3+
## 2.21.9
4+
5+
### Patch Changes
6+
7+
- [#2460](https://github.com/antvis/L7/pull/2460) [`8193864`](https://github.com/antvis/L7/commit/8193864e44acf05d92677b2cabb25211ffd628cb) Thanks [@lvisei](https://github.com/lvisei)! - fix: device 渲染模式下 setData 时不生效
8+
9+
- Updated dependencies []:
10+
- @antv/l7-core@2.21.9
11+
- @antv/l7-maps@2.21.9
12+
- @antv/l7-source@2.21.9
13+
- @antv/l7-utils@2.21.9
14+
315
## 2.21.8
416

517
### Patch Changes

0 commit comments

Comments
 (0)