Skip to content

Latest commit

 

History

History
98 lines (54 loc) · 5 KB

CHANGELOG.md

File metadata and controls

98 lines (54 loc) · 5 KB

5.0.0 (2024-06-25)

⚠ BREAKING CHANGES

  • You may need to adapt your imports, your bundler config or other configs when using this module to make sure your tooling knows this is now an esm module.
  • you may need to adjust your imports as some of the paths have been changed

Features

  • switch to esm build (71502fb)
  • use esm build & update geostyler-style (4da7581)

Bug Fixes

  • add module, update node (299acb8)
  • cleanup imports (605ccc7)
  • fix imports & exports (f906dc1)
  • move variable declaration (6837cf8)
  • parsing of property functions in filter args (484bb8c)
  • update geostyler-style & cleanup package.json (48b7386)
  • update node versions [skip ci] (32f4f84)
  • use preserve module strategy (cd83ecc)

5.0.0-next.6 (2024-06-20)

Bug Fixes

  • update geostyler-style & cleanup package.json (48b7386)
  • update node versions [skip ci] (32f4f84)

5.0.0-next.5 (2024-06-19)

Bug Fixes

  • add module, update node (299acb8)

5.0.0-next.4 (2024-06-19)

Bug Fixes

  • use preserve module strategy (cd83ecc)

5.0.0-next.3 (2024-06-19)

Bug Fixes

5.0.0-next.2 (2024-06-19)

Bug Fixes

5.0.0-next.1 (2024-06-19)

⚠ BREAKING CHANGES

  • You may need to adapt your imports, your bundler config or other configs when using this module to make sure your tooling knows this is now an esm module.
  • you may need to adjust your imports as some of the paths have been changed

Features

  • switch to esm build (71502fb)
  • use esm build & update geostyler-style (4da7581)

Bug Fixes

  • move variable declaration (6837cf8)
  • parsing of property functions in filter args (484bb8c)

4.3.0 (2023-12-04)

Features

  • add support for Sprite (785aee9)
  • parse placement of TextSymbolizer (59944a7)

Bug Fixes