Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-17 | 1.8 kB | |
v3.13.0 source code.tar.gz | 2025-06-17 | 245.1 MB | |
v3.13.0 source code.zip | 2025-06-17 | 249.5 MB | |
Totals: 3 Items | 494.6 MB | 0 |
Breaking changes ⚠️
interpolate
expression will interpolate between non-alpha-premultiplied colors. The change might affectraster-particle-color
,line-gradient
, andheatmap-color
.rgb
expression will return non-premultiplied-alpha color.
Features and improvements ✨
- Add the
["worldview"]
expression, which returns the currentworldview
of the map. - Add
model-translation
support for batched model layers. - Improve indoor level interaction.
- Add support of gradient transforms in the fill style of vector icons.
Bug fixes 🐞
- Fix querying and styling issues with multiple model layers referencing the same source.
- Fix
mapbox-gl-rtl-text
v0.3.0 plugin not loading in certain configurations. - Fix icons with
text-variable-anchor
disappearing. - Fix minor distortions on vector icons in some cases.
- Fix zooming over terrain with negative altitude values.
- Fix interactions to not throw on
mouseleave
withoutmouseenter
. - Fix shadow rendering issues on underground structures.
- Fix striping artifacts when rendering shadows on some GPU configurations.
- Fix errors when viewing a style with filtered model layers.
- Fix parsing of
color-use-theme
property of 3D lights. - Fix feature-dependent
config
expressions (h/t @brncsk) #13453. - Fix reset of the indoor floorplan selection after moving the camera.
- Fix excessive rerendering of the map after
setStyle
with the same URL of an import. - Fix source reloading during mercator-globe transition with terrain.
- Fix color of semi-transparent vector icons.
Workflow 🛠️
- Switched from CircleCI to GitHub Actions for continuous integration tests.