You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Change Log
2
2
3
-
### ? - ?
3
+
### v0.53.0 - 2025-11-03
4
4
5
5
##### Breaking Changes :mega:
6
6
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.
8
8
- Removed `refreshTileProviderWithNewKey` from `BingMapsRasterOverlay` and `refreshTileProviderWithNewUrlAndHeaders` from `TileMapServiceRasterOverlay`. These were no longer used after the raster overlay refactor in `v0.52.0`.
9
9
10
10
##### Additions :tada:
@@ -16,7 +16,7 @@
16
16
##### Fixes :wrench:
17
17
18
18
- 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.
20
20
- Polygons with holes should now display correctly.
21
21
- Using a GeoJSON file with data on either side of the antimeridian should now display correctly instead of causing the entire overlay to disappear.
22
22
- Fixed a bug with credits not showing on-screen when `showCreditsOnScreen` was enabled on `GoogleMapTilesRasterOverlay`.
@@ -25,7 +25,7 @@
25
25
26
26
##### Breaking Changes :mega:
27
27
28
-
- Reverted vcpkg update that could interfere with builds on headless MacOS.
28
+
- Reverted vcpkg update that could interfere with builds on headless macOS.
0 commit comments