Skip to content

Releases: geostyler/geostyler-mapbox-parser

v6.2.0

16 Dec 10:00

Choose a tag to compare

6.2.0 (2025-12-16)

Features

  • add option to replace markers with solid color (7fe7467)
  • add prepare script to allow installing a git reference (10689b8)
  • update dependencies and switch to bun (70e8ade)

Bug Fixes

v6.1.1

12 Mar 10:23

Choose a tag to compare

6.1.1 (2025-03-12)

Bug Fixes

  • deps: update dependency geostyler-style to v10 (7661add)

v6.1.0

02 Dec 09:52

Choose a tag to compare

6.1.0 (2024-12-02)

Features

Bug Fixes

  • deps: update dependency @types/mapbox-gl to v2.7.21 (d7cf5ea)
  • preserve outline dash array (77edffb)

v6.0.1

11 Nov 08:38

Choose a tag to compare

6.0.1 (2024-11-11)

Bug Fixes

  • preserve visibility in line symbolizer during cloning (dfda998)

v6.0.0

25 Jun 10:50

Choose a tag to compare

6.0.0 (2024-06-25)

⚠ BREAKING CHANGES

  • Switches to esm build and to vite. Users possibly
    need to adapt their imports and their bundler.

Features

Bug Fixes

v6.0.0-next.2

25 Jun 10:48

Choose a tag to compare

v6.0.0-next.2 Pre-release
Pre-release

6.0.0-next.2 (2024-06-25)

Bug Fixes

v6.0.0-next.1

21 Jun 08:20

Choose a tag to compare

v6.0.0-next.1 Pre-release
Pre-release

6.0.0-next.1 (2024-06-21)

⚠ BREAKING CHANGES

  • Switches to esm build and to vite. Users possibly
    need to adapt their imports and their bundler.

Features

Bug Fixes

v5.0.1

05 Dec 14:43

Choose a tag to compare

5.0.1 (2023-12-05)

Bug Fixes

  • allow scale to be a GeoStylerFunction (73d2271)
  • treat ison-size as scale (ebc9434)
  • use width and multiply directly (113ef5e)

v5.0.0

04 Dec 15:24

Choose a tag to compare

5.0.0 (2023-12-04)

⚠ BREAKING CHANGES

  • use geostyler-style Sprite instead of string syntax
  • This changes the typing of the MbStyle by making
    the property 'source' required. Through this, we actually follow
    the MapBox Style Specification. MbStyles that previously omitted the
    'source' property, will now have to add it.

Features

  • add sprite support (9d883be)
  • add spriteCache (9043e10)
  • keep track of mapbox sources and source layers in layers (a8f5d7c)
  • parse placement of TextSymbolizer (#292) (9acb43f)

Bug Fixes

  • address comments and add docs (eca7607)
  • lint: remove test util (9a01114)
  • merge icontext symbol from separate symbolizers when needed (a02a565)
  • mutate only clones of arguments (36a76d0)
  • typos (2de63cc)

v4.0.0

30 May 09:26
d2a7a71

Choose a tag to compare

What's Changed

  • feat: add support for expression parsing 4d71bb7
  • feat: introduces metadata to mapboxstyle 7d0621f
  • docs: add funding information a51ec37
  • Add renovate.json 8df5239

New Contributors

Full Changelog: v3.1.1...v4.0.0