Releases: maplibre/maplibre-gl-js
Releases · maplibre/maplibre-gl-js
v3.0.0-pre.5
Bump version to 3.0.0-pre.5 (#2418)
v3.0.0-pre.4
Bemp version to 3.0.0-pre.4 (#2153)
v3.0.0-pre.3
Bemp version to 3.0.0-pre.3 (#2028)
v3.0.0-pre.2
Release 3.0.0-pre.2 (#1968)
v3.0.0-pre.1
v3.0.0-pre.1
v3.0.0-pre.0
v3.0.0-pre.0
v2.4.0
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.3.1-pre.2:
✨ Features and improvements
- Added calculateCameraOptionsFromTo to camera (#1427)
- Improve expression types (#1510)
- Improve performance for primitive size selection (#1508)
- Upgrade target from ES2017 to ES2019 (#1499)
- Improve error handling (#1485)
- Removed
_interpolationType
unused field (#264)
🐞 Bug fixes
v2.3.1-pre.2
v2.3.1-pre.2
v2.3.1-pre.1
v2.3.1-pre.1
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
.