Releases: maplibre/maplibre-style-spec
v23.2.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.1.0:
✨ Features and improvements
glyphsis now optional even if a symbol layer specifiestext-field; if it is unset,text-fontis interpreted as a fallback font list (#1068)hillshadelayer now supports multiple methods, and themultidirectionalmethod supports array values for illumination properties (#1088)- Add
global-stateexpression andstateroot property (#1044).
🐞 Bug fixes
- Fix RuntimeError class, make it inherited from Error (#983)
- Validate that
layersarray items are objects instead of throwing an error if not (#1026) - Multiple fixes related to validating and parsing of strings containing object prototype keys
- Fix
validate_objectcrashing when object prototype keys used in style's objects (#1028) - Fix
validate_colorcrashing when object prototype keys used as color strings (#1036) - Fix color coercion in expressions (e.g.
to_color) producing invalid colors when object prototype keys used as color strings (#1036)
- Fix
v23.1.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.0.0:
✨ Features and improvements
- Add
vertical-alignoption toformatexpression (#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-typeexpression specification and MapLibre GL JS implementation to the historic behavior of only returningPoint,LineStringorPolygon, 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-typefilter (#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
centerAltitudeproperty 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
rollproperty 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, andsliceexpression operators count a UTF-16 surrogate pair as a single character. (#779)