Skip to content

Commit ab8de59

Browse files
committed
Bump to v0.53.0, update changelog.
1 parent f24824b commit ab8de59

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Change Log
22

3-
### ? - ?
3+
### v0.53.0 - 2025-11-03
44

55
##### Breaking Changes :mega:
66

7-
- Restored vcpkg commit update to `2025.09.17`.
7+
- Upgraded vcpkg to `2025.09.17`. This was previously done in v0.52.0 and reverted in v0.52.1.
88
- Removed `refreshTileProviderWithNewKey` from `BingMapsRasterOverlay` and `refreshTileProviderWithNewUrlAndHeaders` from `TileMapServiceRasterOverlay`. These were no longer used after the raster overlay refactor in `v0.52.0`.
99

1010
##### Additions :tada:
@@ -16,7 +16,7 @@
1616
##### Fixes :wrench:
1717

1818
- Fixed a bug in `GoogleMapTilesRasterOverlay` that tried to parse credits from an erroneous viewport service response.
19-
- Fixed issues with GeoJsonRasterOverlay with certain types of data.
19+
- Fixed issues with `GeoJsonRasterOverlay` with certain types of data.
2020
- Polygons with holes should now display correctly.
2121
- Using a GeoJSON file with data on either side of the antimeridian should now display correctly instead of causing the entire overlay to disappear.
2222
- Fixed a bug with credits not showing on-screen when `showCreditsOnScreen` was enabled on `GoogleMapTilesRasterOverlay`.
@@ -25,7 +25,7 @@
2525

2626
##### Breaking Changes :mega:
2727

28-
- Reverted vcpkg update that could interfere with builds on headless MacOS.
28+
- Reverted vcpkg update that could interfere with builds on headless macOS.
2929

3030
### v0.52.0 - 2025-10-01
3131

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ endif()
145145
include("cmake/defaults.cmake")
146146

147147
project(cesium-native
148-
VERSION 0.52.0
148+
VERSION 0.53.0
149149
LANGUAGES CXX C
150150
)
151151

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium-native",
3-
"version": "0.52.0",
3+
"version": "0.53.0",
44
"description": "Cesium 3D Geospatial for C++",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)