Skip to content

v5.12.0

Choose a tag to compare

@github-actions github-actions released this 09 Nov 07:18
· 90 commits to main since this release
Immutable release. Only release title and notes can be modified.
370565b

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

✨ Features and improvements

  • Add support for MapLibre Tiles (MLT) by using encoding: 'mlt' in vector source definition (#6570) (by @Salkin975 and @HarelM)
  • Slice vector tiles to improve over scale vector handling (#6521). It adds the experimentalZoomLevelsToOverscale flag to MapOptions to allow controlling how many zoom levels to slice and how many to scale. It seems to have better performance at high zoom levels. It can prevent Safari crashes in some scenarios by setting it to 4 or less. (by @HarelM)
  • Add reduceMotion option to Map Options (#6661) (by @wayofthefuture)

🐞 Bug fixes

  • Fix missing constrainOverride setter in TransformHelper.apply (#6642) (by @larsmaxfield)
  • Fix blank map after WebGL context restore (#6242) (by @ToHold)