Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit d11b746

Browse files
author
Jeshurun Hembd
committedMay 31, 2023
Updates for 1.106 release

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed
 

‎CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
##### Fixes :wrench:
88

9-
- Fixed tracked entity camera controls. [#11286](https://github.com/CesiumGS/cesium/issues/11286)
9+
- Fixed label background rendering. [#11293](https://github.com/CesiumGS/cesium/pull/11293)
1010
- Fixed color creation from CSS color string with modern "space-separated" syntax. [#11271](https://github.com/CesiumGS/cesium/pull/11271)
11+
- Fixed tracked entity camera controls. [#11286](https://github.com/CesiumGS/cesium/issues/11286)
1112
- Fixed a race condition when loading cut-out terrain. [#11296](https://github.com/CesiumGS/cesium/pull/11296)
1213
- Fixed async behavior for custom terrain and imagery providers. [#11274](https://github.com/CesiumGS/cesium/issues/11274)
13-
- Fixed label background rendering. [#11293](https://github.com/CesiumGS/cesium/pull/11293)
1414

1515
### 1.105.2 - 2023-05-15
1616

‎ThirdParty.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"license": [
3737
"Apache-2.0"
3838
],
39-
"version": "3.0.2",
39+
"version": "3.0.3",
4040
"url": "https://www.npmjs.com/package/dompurify",
4141
"notes": "dompurify is available as both MPL-2.0 OR Apache-2.0"
4242
},
@@ -125,7 +125,7 @@
125125
"license": [
126126
"MIT"
127127
],
128-
"version": "0.18.1",
128+
"version": "0.19.0",
129129
"url": "https://www.npmjs.com/package/meshoptimizer"
130130
},
131131
{

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.105.2",
3+
"version": "1.106.0",
44
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"homepage": "http://cesium.com/cesiumjs/",
66
"license": "Apache-2.0",
@@ -51,7 +51,7 @@
5151
"./Specs/**/*"
5252
],
5353
"dependencies": {
54-
"@cesium/engine": "2.4.0",
54+
"@cesium/engine": "2.4.1",
5555
"@cesium/widgets": "2.3.0"
5656
},
5757
"devDependencies": {

‎packages/engine/Source/Core/GoogleMaps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import defined from "./defined.js";
33
import Resource from "./Resource.js";
44

55
let defaultKeyCredit;
6-
const defaultKey = "AIzaSyBESBYnp1EcqtlAcjMTJ65GjUsJtaCWVXA";
6+
const defaultKey = "AIzaSyBqCv5lozjjhtIQ_pZuj2obyAL9bTJdY28";
77

88
/**
99
* Default settings for accessing the Google Maps API.

‎packages/engine/Source/Core/Ion.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import Resource from "./Resource.js";
44

55
let defaultTokenCredit;
66
const defaultAccessToken =
7-
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIwZWQ3OWFlZC1kOTg3LTRlZjctYTAyYy0xNjFmODE1MWE2NGUiLCJpZCI6MjU5LCJpYXQiOjE2ODI5NDYzODh9.DEH4GpqliH-xsDE7h-ZCICtHgnGu32wdSjt4hFqw7lU";
7+
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJmYmE2YWEzOS1lZDUyLTQ0YWMtOTlkNS0wN2VhZWI3NTc4MmEiLCJpZCI6MjU5LCJpYXQiOjE2ODU2MzQ0Njl9.AswCMxsN03WYwuZL-r183OZicN64Ks9aPExWhA3fuLY";
8+
89
/**
910
* Default settings for accessing the Cesium ion API.
1011
*

‎packages/engine/Source/Scene/ArcGisMapService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Resource from "../Core/Resource.js";
44

55
let defaultTokenCredit;
66
const defaultAccessToken =
7-
"AAPKd815e334cb774973b7245e23a67f4d08Js7A8e8xvfBpgnZIzp1jbL3FWJTmx7AKG8wa87OwDcWEu4CxQCNiydpPbGpALiTf";
7+
"AAPKac82a6d80f1340a4aa9587f789d07e96a_Jj1a4fbA59cggYHArDizxxA2U4QDofLUm36VivpUsSRyK7O1JjRPwy916Y-7ld";
88
/**
99
* Default options for accessing the ArcGIS image tile service.
1010
*

‎packages/engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesium/engine",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"keywords": [
66
"3D",

‎packages/widgets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"node": ">=14.0.0"
2929
},
3030
"dependencies": {
31-
"@cesium/engine": "2.4.0",
31+
"@cesium/engine": "2.4.1",
3232
"nosleep.js": "^0.12.0"
3333
},
3434
"type": "module",

0 commit comments

Comments
 (0)
This repository has been archived.