Releases: maplibre/maplibre-style-spec
v23.3.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.2.3:
✨ Features and improvements
- Add new layer type: `color-relief (#1067)
🐞 Bug fixes
- Add missing
global-state
expression typing (#1130)
v23.2.3
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.2.2:
✨ Features and improvements
v23.2.2
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.2.1:
🐞 Bug fixes
- Fix state validation - no error case (#1109)
v23.2.1
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.2.0:
🐞 Bug fixes
- Validate that
numberArray
andcolorArray
values are non-empty (#1094)
v23.2.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.1.0:
✨ Features and improvements
glyphs
is now optional even if a symbol layer specifiestext-field
; if it is unset,text-font
is interpreted as a fallback font list (#1068)hillshade
layer now supports multiple methods, and themultidirectional
method supports array values for illumination properties (#1088)- Add
global-state
expression andstate
root property (#1044).
🐞 Bug fixes
- Fix RuntimeError class, make it inherited from Error (#983)
- Validate that
layers
array 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_object
crashing when object prototype keys used in style's objects (#1028) - Fix
validate_color
crashing 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-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)