Skip to content

Commit

Permalink
release: 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/[email protected]...@cesium-extends/[email protected]) (2024-11-25)

### Bug Fixes

* change load to static function ([ba1a6ca](ba1a6ca))
* **doc:** add california_heat.geojson ([6d79c68](6d79c68))
* dont show shape on terrain when use model mode [#10](#10) ([e14f175](e14f175))
* **drawer:** fix the destroy function does not correctly mark  _status as 'DESTROY' ([d053b93](d053b93))
* **drawer:** incorrect drawing of circles and rectangles ([9ff29f1](9ff29f1))
* **drawer:** sameStyle的配置没有正确生效 ([b9c6160](b9c6160))
* export options interface ([5efbb7b](5efbb7b))
* fix line drawing becoming a curve ([37ac972](37ac972))
* fix the bug that use defaultstyle when value is 0 ([a73f339](a73f339))
* **geojsn-render:** fix icon label render ([fa083a0](fa083a0))
* heatmap Cannot assign to read only property ([f1b8f22](f1b8f22))
* icons options dont working ([50bec0c](50bec0c))
* polygon overlap render error ([61614b4](61614b4))
* **primitive-geojson:** 修复挖孔 ([41a552f](41a552f))
* **release:** import json with { type: "json" } ([5f533a2](5f533a2))
* replace wgs84ToWindowCoordinates [#27](#27) ([0d7b68a](0d7b68a))
* some ts error ([f9b33f6](f9b33f6))
* trigger publish ([7f0a3dd](7f0a3dd))
* trigger publish ([1e8c2f3](1e8c2f3))
* ts defined ([3be9d5c](3be9d5c))
* ts error MouseTooltip without enabled ([741a80d](741a80d))
* use depthTest when render height ([6215682](6215682))

### Features

* add icons option ([e01f250](e01f250))

### Performance Improvements

* improve point performance by up to 2x ([6dfdced](6dfdced))
  • Loading branch information
semantic-release-bot committed Nov 25, 2024
1 parent af88f20 commit df897f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/subscriber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @cesium-extends/subscriber [1.1.1](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/[email protected]...@cesium-extends/[email protected]) (2024-11-25)


### Bug Fixes

* **release:** import json with { type: "json" } ([5f533a2](https://github.com/hongfaqiu/cesium-extends/commit/5f533a2ea9b3864c2f70a52f6a55a5514440e133))

# @cesium-extends/subscriber [1.1.0](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/[email protected]...@cesium-extends/[email protected]) (2023-08-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/subscriber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesium-extends/subscriber",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit df897f7

Please sign in to comment.