-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @pansy/[email protected] - @pansy/[email protected] - @pansy/[email protected]
- Loading branch information
1 parent
a323818
commit 0fe3440
Showing
6 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.1.10](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-16) | ||
|
||
**Note:** Version bump only for package @pansy/react-amap-ui | ||
|
||
|
||
|
||
|
||
|
||
## [2.1.9](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-08-24) | ||
|
||
**Note:** Version bump only for package @pansy/react-amap-ui | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,25 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.14.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* 修复类型报错 ([143aba9](https://github.com/pansyjs/react-amap/commit/143aba93dabfc9e5c97d0b9634291d45ba5e853a)) | ||
* **Map:** 修复 react18 严格模式下渲染问题 ([a323818](https://github.com/pansyjs/react-amap/commit/a3238183c4878db5aa2aff249586540b1185362e)) | ||
|
||
|
||
### Features | ||
|
||
* **HeatMap:** add zIndex setterMap ([dc14c76](https://github.com/pansyjs/react-amap/commit/dc14c761610cada775e799dc2cbc232a27304a75)) | ||
* **InfoWindow:** 优化实现 ([9e66cfb](https://github.com/pansyjs/react-amap/commit/9e66cfbb3ddfe43fdd0a776e2fb2e1ade9136c65)) | ||
* **Marker:** 优化实现 ([ccc3eb3](https://github.com/pansyjs/react-amap/commit/ccc3eb346b8ccb20f9debe90cb0aae6b7abcf630)) | ||
|
||
|
||
|
||
|
||
|
||
## [2.13.1](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-08-24) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.3.3](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **Map:** 修复 react18 严格模式下渲染问题 ([a323818](https://github.com/pansyjs/react-amap/commit/a3238183c4878db5aa2aff249586540b1185362e)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.3.2](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-08-24) | ||
|
||
**Note:** Version bump only for package @pansy/react-amap-core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pansy/react-amap-core", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"files": [ | ||
"es", | ||
"lib" | ||
|