Skip to content

Commit

Permalink
release: 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/geojson-render@1.0.4...@cesium-extends/geojson-render@1.0.5) (2024-08-12)

### Bug Fixes

* change load to static function ([ba1a6ca](ba1a6ca))
* **drawer:** fix the destroy function does not correctly mark  _status as 'DESTROY' ([d053b93](d053b93))
* **drawer:** sameStyle的配置没有正确生效 ([b9c6160](b9c6160))
* **geojsn-render:** fix icon label render ([fa083a0](fa083a0))
* icons options dont working ([50bec0c](50bec0c))
* ts error MouseTooltip without enabled ([741a80d](741a80d))

### Features

* add icons option ([e01f250](e01f250))
  • Loading branch information
semantic-release-bot committed Aug 12, 2024
1 parent 1592a11 commit 27d576d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/geojson-render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @cesium-extends/geojson-render [1.0.5](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/geojson-render@1.0.4...@cesium-extends/geojson-render@1.0.5) (2024-08-12)


### Bug Fixes

* **geojsn-render:** fix icon label render ([fa083a0](https://github.com/hongfaqiu/cesium-extends/commit/fa083a051494caa9f1cb20fe5ca8f797cef52d35))

## @cesium-extends/geojson-render [1.0.4](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/geojson-render@1.0.3...@cesium-extends/geojson-render@1.0.4) (2024-01-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/geojson-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesium-extends/geojson-render",
"version": "1.0.4",
"version": "1.0.5",
"description": "Load geojson on cesium with deep custom style",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 27d576d

Please sign in to comment.