diff --git a/CHANGES.md b/CHANGES.md index 102247f3bd68..61d4f0d2f5a1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,11 +6,11 @@ ##### Fixes :wrench: -- Fixed tracked entity camera controls. [#11286](https://github.com/CesiumGS/cesium/issues/11286) +- Fixed label background rendering. [#11293](https://github.com/CesiumGS/cesium/pull/11293) - Fixed color creation from CSS color string with modern "space-separated" syntax. [#11271](https://github.com/CesiumGS/cesium/pull/11271) +- Fixed tracked entity camera controls. [#11286](https://github.com/CesiumGS/cesium/issues/11286) - Fixed a race condition when loading cut-out terrain. [#11296](https://github.com/CesiumGS/cesium/pull/11296) - Fixed async behavior for custom terrain and imagery providers. [#11274](https://github.com/CesiumGS/cesium/issues/11274) -- Fixed label background rendering. [#11293](https://github.com/CesiumGS/cesium/pull/11293) ### 1.105.2 - 2023-05-15 diff --git a/ThirdParty.json b/ThirdParty.json index a3c3deaacb03..b24426296e44 100644 --- a/ThirdParty.json +++ b/ThirdParty.json @@ -36,7 +36,7 @@ "license": [ "Apache-2.0" ], - "version": "3.0.2", + "version": "3.0.3", "url": "https://www.npmjs.com/package/dompurify", "notes": "dompurify is available as both MPL-2.0 OR Apache-2.0" }, @@ -125,7 +125,7 @@ "license": [ "MIT" ], - "version": "0.18.1", + "version": "0.19.0", "url": "https://www.npmjs.com/package/meshoptimizer" }, { diff --git a/package.json b/package.json index b9f2d3bc0710..cff8250c9926 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.105.2", + "version": "1.106.0", "description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.", "homepage": "http://cesium.com/cesiumjs/", "license": "Apache-2.0", @@ -51,7 +51,7 @@ "./Specs/**/*" ], "dependencies": { - "@cesium/engine": "2.4.0", + "@cesium/engine": "2.4.1", "@cesium/widgets": "2.3.0" }, "devDependencies": { diff --git a/packages/engine/Source/Core/GoogleMaps.js b/packages/engine/Source/Core/GoogleMaps.js index e5ae75f2068d..4e4258ef5110 100644 --- a/packages/engine/Source/Core/GoogleMaps.js +++ b/packages/engine/Source/Core/GoogleMaps.js @@ -3,7 +3,7 @@ import defined from "./defined.js"; import Resource from "./Resource.js"; let defaultKeyCredit; -const defaultKey = "AIzaSyBESBYnp1EcqtlAcjMTJ65GjUsJtaCWVXA"; +const defaultKey = "AIzaSyBqCv5lozjjhtIQ_pZuj2obyAL9bTJdY28"; /** * Default settings for accessing the Google Maps API. diff --git a/packages/engine/Source/Core/Ion.js b/packages/engine/Source/Core/Ion.js index db3e3ff4b967..27af813acfb3 100644 --- a/packages/engine/Source/Core/Ion.js +++ b/packages/engine/Source/Core/Ion.js @@ -4,7 +4,8 @@ import Resource from "./Resource.js"; let defaultTokenCredit; const defaultAccessToken = - "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIwZWQ3OWFlZC1kOTg3LTRlZjctYTAyYy0xNjFmODE1MWE2NGUiLCJpZCI6MjU5LCJpYXQiOjE2ODI5NDYzODh9.DEH4GpqliH-xsDE7h-ZCICtHgnGu32wdSjt4hFqw7lU"; + "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJmYmE2YWEzOS1lZDUyLTQ0YWMtOTlkNS0wN2VhZWI3NTc4MmEiLCJpZCI6MjU5LCJpYXQiOjE2ODU2MzQ0Njl9.AswCMxsN03WYwuZL-r183OZicN64Ks9aPExWhA3fuLY"; + /** * Default settings for accessing the Cesium ion API. * diff --git a/packages/engine/Source/Scene/ArcGisMapService.js b/packages/engine/Source/Scene/ArcGisMapService.js index 8beb63a0a6c7..de42dcb11b11 100644 --- a/packages/engine/Source/Scene/ArcGisMapService.js +++ b/packages/engine/Source/Scene/ArcGisMapService.js @@ -4,7 +4,7 @@ import Resource from "../Core/Resource.js"; let defaultTokenCredit; const defaultAccessToken = - "AAPKd815e334cb774973b7245e23a67f4d08Js7A8e8xvfBpgnZIzp1jbL3FWJTmx7AKG8wa87OwDcWEu4CxQCNiydpPbGpALiTf"; + "AAPKac82a6d80f1340a4aa9587f789d07e96a_Jj1a4fbA59cggYHArDizxxA2U4QDofLUm36VivpUsSRyK7O1JjRPwy916Y-7ld"; /** * Default options for accessing the ArcGIS image tile service. * diff --git a/packages/engine/package.json b/packages/engine/package.json index 83cd4178fe73..9b2228e14eff 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@cesium/engine", - "version": "2.4.0", + "version": "2.4.1", "description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.", "keywords": [ "3D", diff --git a/packages/widgets/package.json b/packages/widgets/package.json index afe58b13172d..74b125559b95 100644 --- a/packages/widgets/package.json +++ b/packages/widgets/package.json @@ -28,7 +28,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@cesium/engine": "2.4.0", + "@cesium/engine": "2.4.1", "nosleep.js": "^0.12.0" }, "type": "module",