Releases: geostyler/geostyler-openlayers-parser
Releases · geostyler/geostyler-openlayers-parser
v5.0.0-next.4
v5.0.0-next.3
v5.0.0-next.2
v5.0.0-next.1
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
Bug Fixes
v4.3.0
Version 4.2.1
Version 4.2.0
What's Changed
- Configure Renovate by @renovate in #697
- Handle RegEx with flags by @geographika in #702
- Use vite for browser build by @hwbllmnn in #703
- Add funding information by @marcjansen in #711
- Add funding field to package.json by @marcjansen in #712
- Use Node.js versions 18.x and 20.x for workflows by @marcjansen in #715
- Support symbolizer visibility by @miccoh1994 in #723
- Clone style to avoid manipulation by @KaiVolland in #741
- Add support for more geostyler-functions by @KaiVolland in #752
- Use
fillOpacityinstead ofopacityforFillSymbolizerby @KaiVolland in #757
New Contributors
- @miccoh1994 made their first contribution in #723
Full Changelog: v4.1.2...v4.2.0
Release 4.1.2
- Merge pull request #682 from geostyler/parsefontstring 339093f
- address review comments b6bdd70
- add declaration file 4a948dc
- Fix parsing of css font strings 08389c7
- Merge pull request #660 from geostyler/dependabot/npm_and_yarn/babel/plugin-proposal-object-rest-spread-7.20.7 53b20b1
- Merge pull request #665 from geostyler/dependabot/npm_and_yarn/types/jest-29.2.6 47382c9
- Merge pull request #666 from geostyler/dependabot/npm_and_yarn/http-cache-semantics-4.1.1 3b7ae76
- Merge pull request #678 from geostyler/dependabot/npm_and_yarn/babel/core-7.21.3 a6e03be
- Merge pull request #679 from geostyler/dependabot/npm_and_yarn/types/node-18.15.3 5440923
- Merge pull request #680 from geostyler/dependabot/npm_and_yarn/webpack-5.76.2 ce03768
- Bump webpack from 5.75.0 to 5.76.2 eea8eae
- Bump @types/node from 18.11.17 to 18.15.3 0c4959d
- Bump @babel/core from 7.20.5 to 7.21.3 51cafd7
- Bump http-cache-semantics from 4.1.0 to 4.1.1 7510b45
- Bump @types/jest from 29.2.4 to 29.2.6 073b77d
- Bump @babel/plugin-proposal-object-rest-spread from 7.20.2 to 7.20.7 0faa43e
Release 4.1.1
Version 4.1.0
What's Changed
- Updates openlayers to v7 and geostyler-style to v7 by @KaiVolland in #595
- fontWeight and fontStyle from textSymbolizer by @pragmaeuge in #615
- Update geostyler-style by @hwbllmnn in #647
- fillOpacity support for the markSymbolizer geostyler object by @pragmaeuge in #621
- Drop support for IconSymbolizer.size by @KaiVolland in #648
- Remove
graphicFillfrom unsupportedProperties by @KaiVolland in #656 - Updates dependencies (ol to v7.2) and readd size parsing by @KaiVolland in #657
New Contributors
- @pragmaeuge made their first contribution in #615
Full Changelog: v3.2.0...v4.1.0