Skip to content

Releases: geostyler/geostyler-openlayers-parser

v4.0.0

06 Sep 08:43

Choose a tag to compare

Breaking

  • Updates openlayers to v7 and geostyler-style to v7 by @KaiVolland in #595

Full Changelog: v3.2.0...v4.0.0

Version 3.2.0

05 Aug 11:54

Choose a tag to compare

Updates the geostyler style version to 6.0.0 to handle expression aware style objects.

PRs

  • Merge pull request #582 from geostyler/expressions 6455253
  • Fix tests 7845bcb
  • Update to geostyler-style 6.0.0 57d1284
  • Merge pull request #560 from geostyler/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.29.0 9cd3790
  • Merge pull request #561 from geostyler/dependabot/npm_and_yarn/typescript-eslint/parser-5.29.0 8c4d9c6
  • Merge pull request #563 from LukasLohoff/named-colors-follow-up d17ce07
  • docs: fix getHexCode docs cf1c61d
  • Bump @typescript-eslint/eslint-plugin-tslint from 5.28.0 to 5.29.0 a58c06e
  • Bump @typescript-eslint/parser from 5.28.0 to 5.29.0 e643fab

v3.1.0...v3.2.0

Version 3.1.0

21 Jun 16:27

Choose a tag to compare

Features

  • adds unsupportedProperties to WriteStyleResult 663f450
  • feat: support parsing named colors bd89894

Bugfixes

  • fix parsing of simple fill styles d0ecfa0
  • fixes checkForUnsupportedProperties 3717014

Misc

  • Update browser example and add note 0435cbc
  • updates several packages c634e4b
  • update packages 0695e75
  • updates several dependencies
  • Update README.md 88546be

v3.0.2...v3.1.0

Version 3.0.2

17 Mar 13:53
fdfcdd7

Choose a tag to compare

Misc

v3.0.1...v3.0.2

Version 3.0.1

19 Jan 09:46
be5b02e

Choose a tag to compare

  • Fix missing source file warnings #450

v3.0.0...v3.0.1

Version 3.0.0

04 Oct 12:32

Choose a tag to compare

Breaking

Migration-Guide:
The output of the readStyle and writeStyle methods has changed from the pure style to the ReadStyleResult/WriteStyleResult.

Version <3:

// read
const geostylerStyle = await olParser.readStyle(someOlStyle);
// write
const olStyle = await olParser.writeStyle(geostylerStyle);

Version >=3:

// read
const { output: geostylerStyle } = await olParser.readStyle(someOlStyle);
// write
const { output: olStyle }  = await olParser.writeStyle(geostylerStyle);

v2.5.0...v3.0.0

Version 2.5.0

04 Oct 10:48

Choose a tag to compare

Features

  • Use ol typings and @terrestris/eslint-config-typescript #404
  • Add support for allowOverlap in TextSymbolizer #412
  • Add unsupportedProperties info object #420
  • Add support for offSet for IconSymbolizer and MarkSymbolizer #432
  • Write GraphicFill for PolygonSymbolizer #388

v2.4.0...v2.5.0

Version 2.4.0

14 Sep 12:21

Choose a tag to compare

Features

  • Support dynamic attribute based point icons #364 (thx @raitisbe)
  • Cache dynamic icon styles to fix flickering #368 (thx @raitisbe)

Updates

Several dependency (security) updates

v2.3.0...v2.4.0

Version 2.3.1

11 Jun 09:25

Choose a tag to compare

  • make browser build es5 compatible 04c4021

v2.3.0...v2.3.1

Version 2.3.0

14 Apr 14:11

Choose a tag to compare

  • Updates geostyler-style and ol 2654085
  • Updates several other dependencies

v2.2.0...v2.3.0