Skip to content

Commit 819446e

Browse files
authored
Update glnative to 11.12.0-beta.1, common to 24.12.0-beta.1 (#3049)
1 parent 1b06d09 commit 819446e

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,32 @@ Mapbox welcomes participation and contributions from everyone.
44

55
# main
66

7+
# 11.12.0-beta.1
78
## Features ✨ and improvements 🏁
89
* Introduce experimental `colorUseTheme` API for `AmbientLight`, `DirectionalLight`, and `FlatLight` to override color theme of light.
910
* [compose] Introduce experimental `colorUseTheme` API for `AmbientLightState`, `DirectionalLightState`, and `FlatLightState` to override color theme of light.
1011
* [compose] Introduce experimental `vignetteColorUseTheme` and `colorUseTheme` for `RainState` and `SnowState` which allows overriding color theme of precipitations.
1112
* [compose] Annotate `rememberGeoJsonSourceState` as delicate API due to performance implications when used with large GeoJsonData.
12-
13+
* Avoid dynamic view annotation overlapping given symbol layers.
14+
* Vector icons can now also be retrieved via `getStyleImage` API.
15+
* Revert changes to `at` expression and add new `at-interpolated` expression.
16+
* Enable tile pack v2 format by default.
17+
18+
## Bug fixes 🐞
19+
* Fix semi transparent landmark icons.
20+
* Return null for config expression if requested config option is missing.
21+
* Fix clipPath and mask rendering for vector icon rasterization.
22+
* Fix dotted lines on tile borders.
23+
* Fix pattern not found when using imports.
24+
* Fix line layer not rendering if using `line-pattern` inside an imported style.
25+
* Fix ground effect gradient not working with multiple polygons.
26+
* Add simple bounds check to avoid crash during centroid computation.
27+
* Fix invisible line when interpolating line-width from 0 to 1 using line-progress.
28+
* Tile loading speedup.
29+
* Fix URL migration to DB v10.
30+
31+
## Dependencies
32+
* Update gl-native to v11.12.0-beta.1 and common to v24.12.0-beta.1.
1333

1434
# 11.11.0 March 26, 2025
1535
## Features ✨ and improvements 🏁

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,Mapbox ToS,Mapbox,https://www.mapbox.com/
485+
### MapboxCoreMaps,11.12.0-beta.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"
39-
mapboxCommon = "24.11.0"
38+
mapboxGlNative = "11.12.0-beta.1"
39+
mapboxCommon = "24.12.0-beta.1"
4040

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

0 commit comments

Comments
 (0)