v2.1.0
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.0.5:
✨ Features and improvements
- Add
icon-overlapandtext-overlapsymbol layout properties #347 - Deprecate
icon-allow-overlapandtext-allow-overlapsymbol layout properties.icon-overlapandtext-overlapare their replacements. - Remove node package chalk from devDependencies (#789).
- Allow setting a custom pixel ratio by adding a
MapOptions#pixelRatioproperty and aMap#setPixelRatiomethod. Since a highdevicePixelRatiovalue can lead to performance and display problems, it is done at your own risk. (#769)