Skip to content

Latest commit

 

History

History
194 lines (103 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

194 lines (103 loc) · 10.1 KB

7.0.0 (2024-10-09)

⚠ BREAKING CHANGES

  • opacity will no longer be set to 1 on text symbolizer if opacity was not explicitly set.

Bug Fixes

6.1.2 (2024-08-26)

Bug Fixes

  • updates fast-xml-parser (511e02f)

6.1.1 (2024-07-09)

Bug Fixes

  • fix reading CDATA values from SLD (3afb066)

6.1.0 (2024-07-04)

Features

6.0.0 (2024-06-25)

⚠ BREAKING CHANGES

  • You may need to adapt your imports. Also the location of the browser build has changed.

Features

  • update package versions and switch to esm build (42e6a2c)

Bug Fixes

  • fix commitlint config (c1db90d)
  • update commitlint (390e668)
  • update geostyler-style & cleanup package.json (4183cb2)
  • update geostyler-style version (fe34f47)
  • update null checks for number values (299b6c3)
  • update semantic release (809698c)
  • use bundler module resolution (79eebaf)
  • use node 20 (aa0cdcd)
  • use preserve module strategy (40ffc9c)

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

⚠ BREAKING CHANGES

  • You may need to adapt your imports. Also the location of the browser build has changed.

Features

  • update package versions and switch to esm build (42e6a2c)

Bug Fixes

  • fix commitlint config (c1db90d)
  • update commitlint (390e668)
  • update geostyler-style & cleanup package.json (4183cb2)
  • update geostyler-style version (fe34f47)
  • update null checks for number values (299b6c3)
  • update semantic release (809698c)
  • use bundler module resolution (79eebaf)
  • use node 20 (aa0cdcd)
  • use preserve module strategy (40ffc9c)

Bug Fixes

6.0.0-next.7 (2024-06-19)

Bug Fixes

6.0.0-next.6 (2024-06-19)

Bug Fixes

  • use preserve module strategy (6934882)

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

Bug Fixes

  • use bundler module resolution (05f3055)

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

Bug Fixes

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

Bug Fixes

  • update semantic release (3897a2c)

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

Bug Fixes

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

⚠ BREAKING CHANGES

  • You may need to adapt your imports. Also the location of the browser build has changed.

Features

  • update package versions and switch to esm build (3284c97)

5.4.0 (2024-06-21)

Features

5.3.1 (2024-02-13)

Bug Fixes

  • actually set xmlns on filter (bc12246)

5.3.0 (2024-02-13)

Features

  • read/write labelplacement (260c80d)

Bug Fixes

  • omit setting style title for sld 1.1.0 (2f24602)
  • remove unintended se namespace prefix from filter (389b010)
  • remove unnecessary ogc: prefix from filter (450ee8f)

5.2.0 (2023-12-04)

Features

  • deps: updates geostyler-style to v8 (7200e79)

Bug Fixes

  • deps: update dependency fast-xml-parser to v4.2.4 [security] (cba8616)
  • deps: update dependency fast-xml-parser to v4.2.5 [security] (72e5b96)
  • deps: update dependency fast-xml-parser to v4.2.7 (aeee571)
  • update semantic-release configs (fa147d9)

Version 5.0.0

  • prettyOutput constructor option was removed
    • use format in builderOptions instead
  • forceCasting constructor option was removed
    • TagValues will be cast to their respective types by default
    • use parseTagValue option of parserOptions to change behaviour
  • Labels with leading or dangling whitespaces have to use <![CDATA[]]> compare point_styledLabel_literalPlaceholder.sld in data/slds