Skip to content

Commit 3345d8f

Browse files
chore(release): 5.2.0 [skip ci]
## [5.2.0](v5.1.2...v5.2.0) (2025-10-01) ### Features * add WellKnownNames to support extra styles from QGIS ([#828](#828)) ([97c9ea1](97c9ea1)) ### Bug Fixes * **OlFlatStyleParser:** set fillOpacity on circle styles ([#905](#905)) ([d343752](d343752))
1 parent d343752 commit 3345d8f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.2.0](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.1.2...v5.2.0) (2025-10-01)
2+
3+
### Features
4+
5+
* add WellKnownNames to support extra styles from QGIS ([#828](https://github.com/geostyler/geostyler-openlayers-parser/issues/828)) ([97c9ea1](https://github.com/geostyler/geostyler-openlayers-parser/commit/97c9ea18c59f28a7d19943b5ee7c0951284d7ce4))
6+
7+
### Bug Fixes
8+
9+
* **OlFlatStyleParser:** set fillOpacity on circle styles ([#905](https://github.com/geostyler/geostyler-openlayers-parser/issues/905)) ([d343752](https://github.com/geostyler/geostyler-openlayers-parser/commit/d34375253732d0baad36d02eb9ac837c7ead167f))
10+
111
## [5.1.2](https://github.com/geostyler/geostyler-openlayers-parser/compare/v5.1.1...v5.1.2) (2025-06-11)
212

313
### Bug Fixes

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.1.2",
3+
"version": "5.2.0",
44
"description": "GeoStyler Style Parser implementation for OpenLayers styles",
55
"type": "module",
66
"main": "dist/OlStyleParser.js",

0 commit comments

Comments
 (0)