Breaking changes ⚠️
- Rename
featureset
property totarget
inaddInteraction
andqueryRenderedFetures
options.
Features and improvements ✨
- Add experimental features for interactive indoor maps.
- Add experimental vector icons support.
- Add experimental precipitation support through
snow
andrain
style properties. - Add
to-hsla
expression. - Add
*-use-theme
property to override the color theme for specific layers. - Add support for
color-theme
overrides in imports. - Add per-feature
mouseenter
,mouseover
,mouseleave
, andmouseout
events foraddInteraction
. - Enable mixing
featuresets
andlayers
in theMap#queryRenderedFeatures
. - Improve landmark rendering performance.
Bug fixes 🐞
- Fix crash on devices with PowerVR GPUs.
- Fix dark shade of fill-extrusion buildings caused by specific light directions.
- Fix double shadowing on lines at ground level.
- Fix shadow acne from 3D structures close to the ground.
- Fix update of state-dependent features during brightness changes.