v2.3.0
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.2.1:
✨ Features and improvements
- Re-enable method to get library version. Either with
import {version} from 'maplibre-gl'
, or on a Map instance asmap.version
.
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.2.1:
import {version} from 'maplibre-gl'
, or on a Map instance as map.version
.