Skip to content

Commit 88801c8

Browse files
release: 1.0.1 [skip ci]
## [1.0.1](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/[email protected]...@cesium-extends/[email protected]) (2024-11-25) ### Bug Fixes * add heightReference error [#1](#1) ([8068c0c](8068c0c)) * area measure inaccurate results [#3](#3) ([d472209](d472209)) * bump deps version ([db7d794](db7d794)) * change load to static function ([ba1a6ca](ba1a6ca)) * defaults no moveDebounce ([d946251](d946251)) * deps ([446a3b8](446a3b8)) * **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:** rectangle drawer returns 4 vertices ([5056397](5056397)) * **drawer:** sameStyle的配置没有正确生效 ([b9c6160](b9c6160)) * export Drawer ([99fe2e7](99fe2e7)) * export Measure ([398806c](398806c)) * export options interface ([5efbb7b](5efbb7b)) * fix continuous drawing no dynamic graphics ([ee91da5](ee91da5)) * 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)) * heatmap destroy ([c6f5ead](c6f5ead)) * 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)) * support [email protected]+ ([c327b74](c327b74)) * trigger publish ([7f0a3dd](7f0a3dd)) * trigger publish ([1e8c2f3](1e8c2f3)) * ts defined ([3be9d5c](3be9d5c)) * ts error MouseTooltip without enabled ([741a80d](741a80d)) * use ^dep [#2](#2) ([663c92c](663c92c)) * use depthTest when render height ([6215682](6215682)) ### Features * add icons option ([e01f250](e01f250)) * **drawer:** enable draw on model ([e23df17](e23df17)) * heatmap ([e0f397a](e0f397a)) * measure tool add locale option ([1ff46ed](1ff46ed)) * **subscriber:** add enable option ([827666d](827666d)) ### Performance Improvements * improve point performance by up to 2x ([6dfdced](6dfdced))
1 parent df897f7 commit 88801c8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/sync-viewer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @cesium-extends/sync-viewer [1.0.1](https://github.com/hongfaqiu/cesium-extends/compare/@cesium-extends/[email protected]...@cesium-extends/[email protected]) (2024-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **release:** import json with { type: "json" } ([5f533a2](https://github.com/hongfaqiu/cesium-extends/commit/5f533a2ea9b3864c2f70a52f6a55a5514440e133))
7+
18
# @cesium-extends/sync-viewer 1.0.0 (2023-04-10)
29

310
### Features

packages/sync-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesium-extends/sync-viewer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)