https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v5.9.0:
✨ Features and improvements
- Add time control API (
setNow,restoreNow,isTimeFrozen) for deterministic rendering, enabling frame-by-frame video export and deterministic testing (6544) - Use styles
isHiddenlogic in the worker by adding a new optionalroundMinZoomparameter (#6547) - Add
transformConstraincallback to theMapoptions to override the transform'sconstrainwith new typeTransformConstrainFunction; refactor transform constructor options to aTransformOptionsobject (#6484) - Use timeControl.now() instead of browser.now() (6573)
🐞 Bug fixes
- Contextmenu events not blocked by scrolling (#5683
- Mousemove events are not blocked by scrolling (#6302)
- Dashed lines have blurry rounded caps (#6554)
- Preserve flyTo padding when prefers-reduced-motion is enabled (#6576)
- Fix setClusterOptions not triggering recluster when no data changes are pending (#6603)