Releases: geostyler/geostyler-openlayers-parser
Releases · geostyler/geostyler-openlayers-parser
Version 2.2.0
- Updates geostyler-style to v3 fba47d9
- Rename depdendabot.yml to dependabot.yml 673b0b2
- Create depdendabot.yml 8cf48bb
- Fix type in PR template 64218e6
- Enhancements to typing and linting 263b8c1
- Add pull_request_template.md 182310a
- Update tests to reflect new capabilities 9b7c94e
- Add read/write support for fill line dashes and read support for stroke-opacity fe74b58
- Add write support for outlineOpacity in fill symbolizer 8cb34c6
Version 2.1.0
- Modify the parser to handle font-based mark symbolizers 0a36b77
- Add several utilities for handling font-based mark symbolizers 0880dc2
- Add fixtures and test cases for font-based mark symbolizers a1fa4bb
- Fix typo in configfile 9f79612
- Include node v14 in CI 3087cdf
- Replace tslint with eslint cdbae4a
- Fix browser example 119b599
Version 2.0.1
- Merge pull request #218 from KaiVolland/package-updates 37b36ae
- Updates several packages f018417
- Merge pull request #215 from geostyler/greenkeeper/monorepo.babel7-20200114023814 dacbd1a
- chore(package): update lockfile package-lock.json 6a299b9
- chore(package): update @babel/preset-typescript to version 7.7.7 eb94c53
- chore(package): update @babel/preset-env to version 7.8.2 dd76784
- chore(package): update @babel/polyfill to version 7.8.3 c28d677
- chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.8.3 d9345a8
- chore(package): update @babel/plugin-proposal-class-properties to version 7.8.0 79c5658
- chore(package): update @babel/core to version 7.8.0 256364d
- Merge pull request #213 from geostyler/dependabot/npm_and_yarn/handlebars-4.5.3 8bfb5fc
- Bump handlebars from 4.1.2 to 4.5.3 366957b
- Merge pull request #210 from jansule/linedash-fix b163c17
- parse lineDash null as undefined 283509f
- Merge pull request #209 from geostyler/greenkeeper/@terrestris/ol-util-4.0.0 193593c
- chore(package): update lockfile package-lock.json ceb2790
- fix(package): update @terrestris/ol-util to version 4.0.0 32deccf
- Merge pull request #208 from jansule/remove-issue-reference b3c6b06
- remove deprecated issue info a62a779
- Merge pull request #207 from geostyler/jansule-patch-1 028a4ad
- Update issue templates 786e337
- Merge pull request #203 from KaiVolland/update-realease-script f1fdb06
- Updates the release script in the package.json bfaaec2
- 2.0.0 7ed5aee
Version 2.0.0
Breaking changes:
- peerDependency
olhas to be upgraded to v6
Version 1.1.4
v1.1.3
Version 1.1.2
- Updates geostyler-style to v1.1.0
- Updates other packages
Version 1.1.0
Bugfixes:
- check if HEX color is valid and is not already an rgba color string #119
Dependency updates:
- updates of several dependencies
Version 1.0.0
BREAKING CHANGE
- Upgrade to OpenLayers 5 (#77)
Note:
Due to this upgrade your parent package/application must use ol in version 5. If you need to upgrade please refer to the official upgrade guide.
Version 0.21.0
Dependency updates
- @babel/polyfill v7.2.5 (#85)
- @types/jest v23.3.11 (#88)
- @types/node v10.12.18 (#81)
- @types/ol v4.6.3 (#91)
- np v3.1.0 (#76)
- uglifyjs-webpack-plugin v2.1.1 (#90)
- webpack v4.28.3 (#89 )
- webpack-cli v3.2.0 (#92)
Note:
This one is the last release compatible with ol4 library. The next released versions will operate with currently avaliable OpenLayers version 5 (https://github.com/openlayers/openlayers)