Skip to content

Commit 72881f7

Browse files
committed
Updates for ion prerelease
1 parent d551db9 commit 72881f7

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 1.130.1-ion.0 - 2025-07-17
4+
5+
### @cesium/engine
6+
7+
### Fixes :wrench:
8+
9+
- Fixes an exception when removing a Gaussian splat tileset from the scene primitives when it has more than one tile. [#12726](https://github.com/CesiumGS/cesium/pull/12726)
10+
- Fixes rendering of Gaussian splats when they are scaled by the glTF transform, tileset transform, or model matrix. [#12721](https://github.com/CesiumGS/cesium/issues/12721), [#12718](https://github.com/CesiumGS/cesium/issues/12718)
11+
312
## 1.131 - 2025-07-01
413

514
### @cesium/engine
@@ -9,8 +18,6 @@
918
- Updates use of deprecated options on createImageBitmap. [#12664](https://github.com/CesiumGS/cesium/pull/12664)
1019
- Fixed raymarching step size for cylindrical voxels. [#12681](https://github.com/CesiumGS/cesium/pull/12681)
1120
- Fixes handling of tileset `modelMatrix` changes for translations and rotations in `GaussianSplatPrimitive`. [#12706](https://github.com/CesiumGS/cesium/pull/12706)
12-
- Fixes an exception when removing a Gaussian splat asset from the scene primitives when it has more than one tile.
13-
- Fixes rendering of Gaussian splats when they are scaled by the glTF transform, tileset transform, or model matrix.
1421

1522
#### Additions :tada:
1623

ThirdParty.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": [
1313
"BSD-3-Clause"
1414
],
15-
"version": "2.7.62",
15+
"version": "2.7.63",
1616
"url": "https://www.npmjs.com/package/@zip.js/zip.js"
1717
},
1818
{
@@ -61,7 +61,7 @@
6161
"license": [
6262
"ISC"
6363
],
64-
"version": "3.0.1",
64+
"version": "3.0.2",
6565
"url": "https://www.npmjs.com/package/earcut"
6666
},
6767
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.131.0",
3+
"version": "1.131.1-ion.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,8 +51,8 @@
5151
"./Specs/**/*"
5252
],
5353
"dependencies": {
54-
"@cesium/engine": "^18.3.0",
55-
"@cesium/widgets": "^12.3.0"
54+
"@cesium/engine": "^18.3.1-ion.0",
55+
"@cesium/widgets": "^12.3.1-ion.0"
5656
},
5757
"devDependencies": {
5858
"@cesium/eslint-config": "^12.0.0",
@@ -159,4 +159,4 @@
159159
"packages/engine",
160160
"packages/widgets"
161161
]
162-
}
162+
}

packages/engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesium/engine",
3-
"version": "18.3.0",
3+
"version": "18.3.1-ion.0",
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cesium/widgets",
3-
"version": "12.3.0",
3+
"version": "12.3.1-ion.0",
44
"description": "A widgets library for use with CesiumJS. CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"keywords": [
66
"3D",
@@ -28,7 +28,7 @@
2828
"node": ">=20.19.0"
2929
},
3030
"dependencies": {
31-
"@cesium/engine": "^18.3.0",
31+
"@cesium/engine": "^18.3.1-ion.0",
3232
"nosleep.js": "^0.12.0"
3333
},
3434
"type": "module",

0 commit comments

Comments
 (0)