Skip to content

Commit 8d5dd38

Browse files
chore(release): 5.3.0 [skip ci]
## [5.3.0](v5.2.0...v5.3.0) (2025-11-12) ### Features * **OlFlatStyleParser:** support reading icon-width ([#908](#908)) ([787821e](787821e))
1 parent 787821e commit 8d5dd38

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.3.0](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.2.0...v5.3.0) (2025-11-12)
2+
3+
### Features
4+
5+
* **OlFlatStyleParser:** support reading icon-width ([#908](https://github.com/geostyler/geostyler-openlayers-parser/issues/908)) ([787821e](https://github.com/geostyler/geostyler-openlayers-parser/commit/787821ed3e8504f0d6a6abd3af228dacfa89ccfb))
6+
17
## [5.2.0](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.1.2...v5.2.0) (2025-10-01)
28

39
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geostyler-openlayers-parser",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "GeoStyler Style Parser implementation for OpenLayers styles",
55
"type": "module",
66
"main": "dist/OlStyleParser.js",

0 commit comments

Comments
 (0)