Skip to content

Commit 9c22cab

Browse files
pengdevgithub-actions[bot]
authored andcommitted
Update changelogs (#8864)
GitOrigin-RevId: ddaf6340ba7b87db3a192e42e0bb379aef041540
1 parent 70f3d8d commit 9c22cab

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,20 @@ Mapbox welcomes participation and contributions from everyone.
1616
* Add Standard Style color and 3D configuration options: `colorBuildings`, `colorCommercial`, `colorEducation`, `colorIndustrial`, `colorLand`, `colorMedical`, `show3dBuildings`, `show3dFacades`, `show3dLandmarks`, and `show3dTrees`.
1717
* Introduce experimental `AttributionControl` composable function that exposes `AttributionState` programmatically, enabling developers to build custom Attribution UI outside of the map while maintaining compliance with [Mapbox ToS](https://www.mapbox.com/legal/tos) requirements.
1818
* Introduce experimental indoor floor selector plugin. The plugin is disabled by default and requires a style with indoor data and special access to indoor mapping features.
19-
* Add `shadowDrawBeforeLayer` property to directional light to allow specifying the position in the layer stack for drawing shadows on the ground.
19+
* Add experimental `shadowDrawBeforeLayer` property to directional light to allow specifying the position in the layer stack for drawing shadows on the ground.
20+
* [tile_store] Add method to set tilestore path to be used by default.
21+
* Faster polygon triangulation for complex polygons.
22+
* General fixes and performance improvements.
23+
24+
## Bug fixes 🐞
25+
* Fix `userData` payload for `onSourceDataLoaded` event during GeoJSON partial update.
26+
* Fix guard rail placement.
27+
* Fix changes in brightness not always getting applied.
28+
* Fix leaking Vertex Array Objects.
29+
* Reset style fog, snow and rain impl when switching to a new style.
30+
* Fix rendering artefacts when persistent buffer mapping is enabled.
31+
* Fix Coercion expression possibleOutputs result for Array type.
32+
* Fix a crash when jumping between different projections.
2033

2134
## Dependencies
2235
* Update gl-native to [v11.18.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.18.0-beta.1), common to [v24.18.0-beta.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.18.0-beta.1).

0 commit comments

Comments
 (0)