https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v4.0.2:
✨ Features and improvements
- Add option to position popup at subpixel coordinates to allow for smooth animations (#3710)
- Constrain horizontal panning when renderWorldCopies is set to false (3738)
🐞 Bug fixes
- Fix popup appearing far from marker that was moved to a side globe (3712)
- Set text color to ensure contrast in the attribution pill (3737)
- Fix memory leak in Worker when map is removed (3734)
- Fix issue with
FullscreenControl
when MapLibre is within a ShadowRoot (#3573)