Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 2.35 KB

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)

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)