Skip to content

Commit 2e0b759

Browse files
authored
Update glnative to v11.11.0-rc.1, common to v24.11.0-rc.1. (#3006)
1 parent ee8eedd commit 2e0b759

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Mapbox welcomes participation and contributions from everyone.
1212
* [compose] Introduce experimental `StyleImportState.styleColorTheme` which allows changing the color theme of the style import.
1313
* Conflate `MapboxMap.mapLoadedEvents`, `MapboxMap.mapLoadingErrorEvents`, `MapboxMap.styleLoadedEvents`, `MapboxMap.styleDataLoadedEvents`, `MapboxMap.cameraChangedEvents`, `MapboxMap.mapIdleEvents`, `MapboxMap.sourceAddedEvents`, `MapboxMap.sourceRemovedEvents`, `MapboxMap.sourceDataLoadedEvents`, `MapboxMap.styleImageMissingEvents`, `MapboxMap.styleImageRemoveUnusedEvents`, `MapboxMap.renderFrameStartedEvents`, `MapboxMap.renderFrameFinishedEvents`, `MapboxMap.resourceRequestEvents` by default to avoid blocking main thread due to slow collectors.
1414

15+
## Bug fixes 🐞
16+
* Fixed incorrect rgba to hsla conversion for white color.
17+
* Fix vector images rasterization.
18+
* Make katakana and CJK symbol rendered correctly in vertical writing mode.
19+
20+
## Dependencies
21+
* Update gl-native to v11.11.0-rc.1 and common to v24.11.0-rc.1.
22+
1523
# 11.11.0-beta.1 March 03, 2025
1624
## Features ✨ and improvements 🏁
1725
* Support expression input for `PromoteId`.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
482482

483483
===========================================================================
484484

485-
### MapboxCoreMaps,11.11.0-beta.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
485+
### MapboxCoreMaps,11.11.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
486486

487487
```
488488
Mapbox Core Maps version 11.0

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ japicmp = "0.4.1"
3535
# Dependencies
3636

3737
# GlNative and Common are used by the convention plugin
38-
mapboxGlNative = "11.11.0-beta.1"
39-
mapboxCommon = "24.11.0-beta.1"
38+
mapboxGlNative = "11.11.0-rc.1"
39+
mapboxCommon = "24.11.0-rc.1"
4040

4141
mapboxBase = "0.11.0"
4242
mapboxGestures = "0.8.0"

0 commit comments

Comments
 (0)