Skip to content

v6.0.0-13

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jun 08:18
· 11 commits to main since this release
Immutable release. Only release title and notes can be modified.
33e1422

✨ Features and improvements

  • Improve ProjectionData matrix backing types for renderer and custom layer projection matrices (#6316) (by @cat0825)

🐞 Bug fixes

  • Fix camera jump on dragend with globe + terrain at low pitch (#7736) (by @kodeezabdullah)
  • Fix web font rendering by awaiting document.fonts.load() before TinySDF instantiation (#7735) (by @kodeezabdullah)
  • Remove the framebuffer completeness check that threw an unhandled Framebuffer is not complete error on transient GPU resource loss (e.g. when a tab wakes from sleep); incomplete framebuffers now self-heal on the next frame instead (#7303) (by @johanrd)
  • ⚠️ Disable icon scaling with offset, this is a render breaking change which we have decided to incorporate in both maplibre-gl-js and maplibre-native (#7742) (by @springmeyer and @HarelM)