Skip to content

Commit f9d4168

Browse files
authored
Bump GL-Native and Common to 11.10.0-beta.2 (#2917)
1 parent 9cda66a commit f9d4168

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,24 @@ Mapbox welcomes participation and contributions from everyone.
1414
* Update the default value of experimental properties: default `Snow.density` is updated to `["interpolate",["linear"],["zoom"],11,0,13,0.85]`; default `Snow.opacity` is updated to `1.0`; default `Snow.vignette` is updated to `["interpolate",["linear"],["zoom"],11,0,13,0.3]`; default `Snow.centerThinning` is updated to `0.4`, default `Snow.direction` is updated to `listOf(0.0, 50.0)`; default `Snow.flakeSize` is updated to `0.71`; default `Rain.density` is updated to `["interpolate",["linear"],["zoom"],11,0,13,0.85]`; default `Rain.color` is updated to `["interpolate",["linear"],["measure-light","brightness"],0,"#03113d",0.3,"#a8adbc"]`; default `Rain.opacity` is updated to `["interpolate",["linear"],["measure-light","brightness"],0,0.88,1,0.7]`; default `Rain.vignette` is updated to `["interpolate",["linear"],["zoom"],11,0,13,0.3]`; default `Rain.vignetteColor` is updated to `["interpolate",["linear"],["measure-light","brightness"],0,"#001736",0.3,"#464646"]`; default `Rain.centerThinning` is updated to `0.57`; default `Rain.dropletSize` is updated to `listOf(2.6, 18.2)`; default `Rain.distortionStrength` is updated to `0.7`.
1515
* Introduce experimental `ModelLayer.modelElevationReference` property.
1616
* Introduce experimental `LocationPuck3D.modelElevationReference` property.
17+
* Remove `<profileable android:shell=true/>` flag in release manifest.
18+
* Remove `libandroid-tests-support-code.so` from release AAR.
1719

1820
## Bug fixes 🐞
1921
* Mark `BackgroundLayer.backgroundPitchAlignment` as experimental.
2022
* Skip any map scroll (panning) if shove gesture is already in progress preventing camera flying away.
23+
* Fix crash on style reload if a config referenced in the expression was missing.
24+
* Fix high cpu usage when map goes to background.
25+
* Fix missing on style loaded call if sprite is absent in cache and there is no network connection.
26+
* Fix background layers which used images from a mapbox-hosted style.
27+
* Fix images being displayed incorrectly in some cases with line patterns and `LineJoin.NONE`.
28+
* Fix too early sources loaded event.
2129

30+
## Known issues ⚠️
31+
* Disappearing tiles in some rare conditions. Fix will be available in the next release.
32+
33+
## Dependencies
34+
* Update gl-native to v11.10.0-beta.2 and common to v24.10.0-beta.2.
2235

2336
# 11.9.1 January 20, 2025
2437
## Bug fixes 🐞
@@ -32,7 +45,6 @@ Mapbox welcomes participation and contributions from everyone.
3245
## Dependencies
3346
* Update gl-native to v11.9.2.
3447

35-
3648
# 11.9.0 December 18, 2024
3749
## Known issues 🛑
3850
We do not recommend using this version. Please use [11.9.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.9.1) or newer.

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.10.0-beta.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
485+
### MapboxCoreMaps,11.10.0-beta.2,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.10.0-SNAPSHOT-01-13--04-28.git-f2431a9"
39-
mapboxCommon = "24.10.0-SNAPSHOT-01-13--04-28.git-f2431a9"
38+
mapboxGlNative = "11.10.0-beta.2"
39+
mapboxCommon = "24.10.0-beta.2"
4040

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

0 commit comments

Comments
 (0)