Skip to content

v5.0.0

Choose a tag to compare

@dnlkoch dnlkoch released this 04 Dec 15:24

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)