Releases: maplibre/maplibre-style-spec
v23.1.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.0.0:
✨ Features and improvements
- Add
vertical-align
option toformat
expression (#832)
v23.0.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v22.0.1:
✨ Features and improvements
- Adjust
geometry-type
expression specification and MapLibre GL JS implementation to the historic behavior of only returningPoint
,LineString
orPolygon
, not theMulti...
variants of these. This reverts a recent change to the implementation, which was causing issues in a large number of styles.
v22.0.1
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v22.0.0:
🐞 Bug fixes
- Fix issue with
geomtry-type
filter (#924)
v22.0.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v21.2.0:
✨ Features and improvements
v21.2.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v21.1.0:
✨ Features and improvements
Add vertical-perspective
projection (#890)
v21.1.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v21.0.0:
✨ Features and improvements
- Added
centerAltitude
property to stylesheet (#851)
v21.0.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v20.4.0:
✨ Features and improvements
v20.4.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v20.3.1:
✨ Features and improvements
- Added
roll
property to stylesheet (#850)
v20.3.1
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v20.3.0:
🐞 Bug fixes
- The
index-of
,length
, andslice
expression operators count a UTF-16 surrogate pair as a single character. (#779)
v20.3.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v20.2.0:
✨ Features and improvements
- Added
Projection
specifications #687 - Updated
Sky
specifications to support atmosphere and other required features #686
🐞 Bug fixes
- Change
assert
towith
in JSON modules. Requires Node.js 18.20.0 or later, and supports Node.js 22.0.0 or later - #675