Skip to content

Releases: maplibre/maplibre-style-spec

v24.3.1

30 Oct 14:12
45ac05d

Choose a tag to compare

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 glyphs property (#1347)

v24.3.0

15 Oct 07:23
81c1efe

Choose a tag to compare

https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v24.2.0:

✨ Features and improvements

  • Add optional encoding property to vector source to allow for MapLibre Tile vector sources

v24.2.0

27 Sep 11:09
1768c7b

Choose a tag to compare

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

19 Sep 11:17
0f40944

Choose a tag to compare

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

15 Sep 06:30
966f4b9

Choose a tag to compare

https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v24.0.0:

✨ Features and improvements

  • Added global-state parameter to featureFilter function (#1279)

v24.0.0

12 Sep 06:44
c8581e8

Choose a tag to compare

https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.3.0:

✨ Features and improvements

  • ⚠️ Change passing global-state to expression from the evaluate function to the constructor (#1267) - you can add an empty object for global state to overcome this.

🐞 Bug fixes

v23.3.0

17 May 19:06
abd2c68

Choose a tag to compare

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

13 May 20:55
ce16407

Choose a tag to compare

https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.2.2:

✨ Features and improvements

  • Restructure expression syntax documentation (#1112)
  • Add global state ref support (#1120)

v23.2.2

30 Apr 14:09
b4d8978

Choose a tag to compare

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

23 Apr 20:56
478dee0

Choose a tag to compare

https://github.com/maplibre/maplibre-gl-style-spec
Changes since MapLibre Style Spec v23.2.0:

🐞 Bug fixes

  • Validate that numberArray and colorArray values are non-empty (#1094)