Releases: mapbox/mapbox-gl-js
Releases · mapbox/mapbox-gl-js
2.14.0-beta.1
v2.14.0-beta.1 Update package version and the CHANGELOG for the 2.14.0-beta.1 releas…
v2.13.0
Features ✨ and improvements 🏁
- Support draping over terrain and globe in CustomLayer API (#12182)
- Improve the rendering performance of terrain slightly by reducing its GPU memory footprint. (#12472)
- Add methods for changing a raster tile source dynamically (e.g.
setTiles
,setUrl
). (#12352)
Bug fixes 🐞
- Fix
line-border-color
when used withline-trim-offset
(#12461) - Fix potential infinite loop when calling
fitBounds
with globe projection (#12488) - Fix
map.getBounds()
returning incorrect bounds with adaptive projections. (#12503) - Introduce skirts for terrain globe mode (#12523)
- Fix blur on draped lines while zoom-in (#12510)
- Fix map pan speed while pinching in (#12543)
- Fix negative-width diacritics handling (#12554)
- Fixes
undefined is not an object
incoalesceChanges
(#12497) (h/t nick-romano)
v2.13.0-beta.1
fix version in package.json (#12561)
v2.12.1
v1.13.3
v2.12.0
Features ✨ and improvements 🏁
- Improve performance of patterns and line dashes and improve their appearance when zooming. (#12326)
- Improve performance of text and icon placement. (#12351)
- Improve performance of loading terrain data (#12397)
- Allow zooming towards terrain at a safe distance without pitching the camera (#12354)
- Allow for pitch override in
cameraForBounds
,fitBounds
andfitScreenCoordinates
camera APIs. (#12367)
Bug fixes 🐞
- Fix
getBounds
when used around the poles with a globe projection. (#12315) - Fix incorrect transition flag in
*-pattern
andline-dasharray
properties (#12372) - Fix symbols filtering when using
center-to-distance
along with terrain. (#12413) - Fix fog rendering artifact on lower resolution terrain tiles (#12423)
- Fix an issue where Geolocate control would throw an error if it's removed before determining geolocation support (#12332) (h/t tmcw)
[email protected]
Bump for final (#12501)
v2.12.0-beta.1
Update changelog and versions for v2.12-beta.1 (#12466) * Update changelog and versions for v2.12 * Update CHANGELOG.md Co-authored-by: Aidan H <[email protected]> * Fix typo * Update CHANGELOG.md Co-authored-by: Aidan H <[email protected]> * Move getBounds improvement to a bugfix * Update CHANGELOG.md Co-authored-by: Aidan H <[email protected]> Co-authored-by: Aidan H <[email protected]>
v2.11.1
v2.11.1-beta.1
v2.11.1-beta.1 (#12403)