You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,33 @@ Mapbox welcomes participation and contributions from everyone.
9
9
## Features ✨ and improvements 🏁
10
10
* Introduce experimental `queryRenderedRasterValues` API for querying the rendered raster array value at a point on the map.
11
11
12
+
# 11.18.0
13
+
14
+
## Breaking changes ⚠️
15
+
* Remove line-cutout-width and change line-cutout-opacity default to 1.0
16
+
17
+
## Features ✨ and improvements 🏁
18
+
* Add `ModelLayer.modelAllowDensityReduction` property to disable density reduction in model layers.
19
+
* Add Standard Style color and 3D configuration options: `colorBuildings`, `colorCommercial`, `colorEducation`, `colorIndustrial`, `colorLand`, `colorMedical`, `show3dBuildings`, `show3dFacades`, `show3dLandmarks`, and `show3dTrees`.
20
+
* 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.
21
+
* Introduce experimental indoor floor selector plugin. The plugin is not included in the default plugin list and must be explicitly added to `MapInitOptions.plugins`. It requires a style with indoor data and special access to indoor mapping features. To request more information, please use this [form](https://www.mapbox.com/forms/indoor-airport-maps).
22
+
* Add experimental `shadowDrawBeforeLayer` property to directional light to allow specifying the position in the layer stack for drawing shadows on the ground.
23
+
*[tile_store] Add `TileStore.setRootPath()` method to set tilestore path to be used by default.
24
+
* Faster polygon triangulation for complex polygons.
25
+
* Improved handling of occluded symbols with `text-occlusion-opacity` and `icon-occlusion-opacity` properties.
26
+
* General fixes and performance improvements.
27
+
28
+
## Bug fixes 🐞
29
+
* Fix `userData` payload for `onSourceDataLoaded` event during GeoJSON partial update.
30
+
* Fix guard rail placement.
31
+
* Fix changes in brightness not always getting applied.
32
+
* Fix leaking Vertex Array Objects.
33
+
* Reset style fog, snow and rain impl when switching to a new style.
34
+
* Fix rendering artefacts when persistent buffer mapping is enabled.
35
+
* Fix Coercion expression possibleOutputs result for Array type.
36
+
* Fix a crash when jumping between different projections.
37
+
* Fixes for placements with `icon-optional`, `text-optional`, and missing parts.
0 commit comments