Skip to content

v3.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 16:52
· 1523 commits to main since this release
88818bc

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v3.2.0:

✨ Features and improvements

  • Remove cooperative gesture screen from the accessibility tree since screenreaders cannot interact with the map using gestures
  • Add cooperated gestures example to the doc.(#2860)

🐞 Bug fixes

  • Incorrect distance field of view calculation for negative elevation, fixed by storing min elevation for the tile in view (#1655, #2858)
  • Fix reloadCallback not firing on VectorTileWorkerSource.reloadTile (#1874)
  • Fix RasterDEMTileSource not serializing its options correctly (#2895)
  • Remove node and jest from dist type checking, fix map event and other typing problems (#2898)