Releases: maplibre/maplibre-style-spec
v24.3.1
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v24.3.0:
🐞 Bug fixes
- The validator no longer fails if the style lacks a
glyphsproperty (#1347)
v24.3.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v24.2.0:
✨ Features and improvements
- Add optional
encodingproperty to vectorsourceto allow for MapLibre Tile vector sources
v24.2.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v24.1.1:
✨ Features and improvements
- Add note regarding visual artifacts that can appear with large width/size/offset values on vector tile layers, highlight remediation options (#4160)
- Implement data-driven styling support for
line-dasharray(#5812)
🐞 Bug fixes
- Replace additional spread operator (
...) due to esbuild limitations (#1297)
v24.1.1
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v24.1.0:
🐞 Bug fixes
- Replace spread operator (
...) due to esbuild limitations (#1286)
v24.1.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v24.0.0:
✨ Features and improvements
- Added
global-stateparameter tofeatureFilterfunction (#1279)
v24.0.0
https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.3.0:
✨ Features and improvements
⚠️ Change passingglobal-stateto expression from theevaluatefunction to the constructor (#1267) - you can add an empty object for global state to overcome this.
🐞 Bug fixes
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-stateexpression 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
numberArrayandcolorArrayvalues are non-empty (#1094)