Skip to content

Releases: geostyler/geostyler-style

Version 3.1.1

29 Mar 12:34
Compare
Choose a tag to compare

v3.1.0...v3.1.1

Version 3.1.0

29 Mar 09:07
d19e7f4
Compare
Choose a tag to compare
  • Introduces TypeGuards cccbbf5
  • Updates unsupportedProperties for Symbolizers 4ba2b3c

v3.0.0...v3.1.0

Version 3.0.0

24 Mar 08:00
798ae68
Compare
Choose a tag to compare

Breaking changes:

  • Refactors unsupported properties cc091af
  • Transform typing of Filter 61e851a

v2.2.0...v3.0.0

Version 2.2.0

16 Mar 10:13
4565b0b
Compare
Choose a tag to compare

Features

  • Introduces generation of json schema a174298

Dev-Setup

  • Create dependabot.yml 7618e09
  • Adds configuration for github ci 2214bb7

v2.1.0...v2.2.0

Version 2.1.0

03 Mar 12:01
Compare
Choose a tag to compare

DevSetup / MISC

  • Adapt urls to geostyler organization 20503ef
  • Replaces deprecated tslint with eslint setup 829f981

Features

  • Allow ttf:// scheme for well known names in mark symbolizer 66db17d
  • Add an example mark symbolizer using a font glyph aa86bcb

Changes since 2.0.3 v2.0.3...v2.1.0

Version 2.0.3

06 Sep 09:39
ec4cdbb
Compare
Choose a tag to compare
  • Specifies 'files' in package.json 8e02963

v2.0.2...v2.0.3

Version 2.0.1

06 Sep 09:37
ec4cdbb
Compare
Choose a tag to compare

❗ deprecated ❗ Use v2.0.3

Version 2.0.0

03 Sep 07:28
a8c9b2f
Compare
Choose a tag to compare

❗ Breaking Changes ❗

  • Removes type property from LineSymbolizer. Seems to be a copy & paste thing from the first days of GeoStyler. ca8207c
  • Removes ignorePlacement as it is (more or less) a duplicate of allowOverlap. 57a2e63
  • Removes translate as it was a duplicate of offset and moves BaseSymbolizer.translateAnchor to BasePointSymbolizer.offsetAnchor. Replacing all occurences of translate in your parsers with offset should do the trick. 58fff46
  • Adds fillOpacity to MarkerSymbolizer and fillOpacity and outlineOpacity to FillSymbolizer as the general opacity property on the BasePointSymbolizer is not precise enough if you want the fill to have a different opacity then the outline. 9a88908
  • Moves spacing to LineSymbolizer. 5d14249

Docs & Sample

v1.2.1...v2.0.0

Version v1.2.1

08 Jul 08:20
936b8ee
Compare
Choose a tag to compare
  • Introduces code docs for Symbolizer properties cc8e90b
  • Reintroduces package-lock.json 3cba13e
  • Update .travis.yml b76e76e

v1.2.0...v1.2.1

Version 1.2.0

17 May 12:42
41704e1
Compare
Choose a tag to compare
  • Introduces StrMatchesFunctionFilter 1d3c59c

v1.1.0...v1.2.0