Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

79 lines (45 loc) · 4.42 KB

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

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

Bug Fixes

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

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)