Skip to content

Commit 40dd496

Browse files
JIghtusegithub-actions[bot]
authored andcommitted
Add bug fix note for 11.16.0-beta.1
GitOrigin-RevId: 9fd79510d07d192a2c95b32d62bb91ee6a501ea8
1 parent a4a0894 commit 40dd496

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ Mapbox welcomes participation and contributions from everyone.
99

1010
## 11.16.0-beta.1 - 23 September, 2025
1111

12+
### Features ✨ and improvements 🏁
1213
* Added experimental `scaleFactor` param to `MapOptions`, `MapSnapshotOptions` for scaling icons and texts.
1314
* Added support for `LandmarkIcons` featureset in Mapbox Standard Style. The `LandmarkIcons` featureset allows querying and configuring landmark building icons that appear on the map. Access landmark properties including landmarkId, name, type, and localized names through the `StandardLandmarkIconsFeature` class.
1415
* Enhanced `MapStyle.standard()` and `MapStyle.standardSatellite()` with new configuration parameters for color customization, landmark icons visibility, point-of-interest styling, road appearance, and administrative boundaries.
1516
* Expose `LineLayer.lineCutoutFadeWidth` to control route line cutout fade width.
1617
* Expanded Expression DSL capabilities with support for control flow constructs in `ExpressionArgumentBuilder`. Now supports `if/else` conditions, `for` loops, optionals, and `#available` checks within expression builders. This allows more natural and readable expression construction, reducing boilerplate code when building complex map styling expressions.
1718

19+
### Bug fixes 🐞
20+
* Fix incorrect color rendering for gradients and interpolations with zero alpha channel.
21+
1822
## 11.15.0 - 11 September, 2025
1923

2024
## 11.15.0-rc.1 - 28 August, 2025

0 commit comments

Comments
 (0)