Features and improvements ✨
- Add experimental support for rendering 3D road intersections.
- Add shadow rendering support for elevated lines.
- Slightly improve JS bundle sizes.
- Various TypeScript types improvements.
Bug fixes 🐞
- Fixed an issue where calling
setData
on symbol layers could cause flickering. - Expose the
CustomSourceInterface
TypeScript type that is missing from the public interface. - Fix some edge cases related to the rendering of elevated structures.
- Relax
line-gradient
validation to work not only on GeoJSON, but also on vector tile sources if they havemapbox_clip_start
andmapbox_clip_end
properties precomputed.