Skip to content

v5.0.0-pre.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 10:27
· 37 commits to main since this release
9a05cb2

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v5.0.0-pre.9:

✨ Features and improvements

  • Add support for projection type expression as part of a refactoring of the transfrom and projection classes (#5139)
  • ⚠️ Support setting WebGL context options on map creation (#5196). Previously supported WebGL context options like antialias, preserveDrawingBuffer and failIfMajorPerformanceCaveat must now be defined inside the canvasContextAttributes object on MapOptions.
  • Dual-Stack WebGL Runtime with WebGL2 to WebGL1 Fallback (#5198)

🐞 Bug fixes

  • Fix globe custom layers being supplied incorrect matrices after projection transition to mercator (#5150)
  • Fix custom 3D models disappearing during projection transition (#5150)
  • Fix regression in NavigationControl compass on Firefox and Safari browsers (#5205)

Pre-release version