Releases: terrestris/mapfish-print-manager
Releases · terrestris/mapfish-print-manager
Version 6.5.0
Features, bugfixes and dependency updates
- fix: update canvas 861bfde
- feat: make failOnError configurable 9e522c3
- fix: use matrixSize prop when provided 7dba62e
- Bump cross-fetch from 3.0.6 to 3.1.5 fd12ffe
- Bump async from 2.6.3 to 2.6.4 003b594
- use typescript to typecheck and create declarations 1bec52c
- fix: upgrade url-parse from 1.5.9 to 1.5.10 487a1e1
- fix: package.json & package-lock.json to reduce vulnerabilities 5e4e37c
- fix: upgrade url-parse from 1.5.6 to 1.5.7 6c5720e
- fix: upgrade url-parse from 1.5.4 to 1.5.6 cfb5cfd
- Bump follow-redirects from 1.14.7 to 1.14.8 3925024
- Bump simple-get from 3.1.0 to 3.1.1 c68ce59
- Bump ajv from 6.10.2 to 6.12.6 3f166c9
- Bump cached-path-relative from 1.0.2 to 1.1.0 73f68cc
- Bump follow-redirects from 1.13.0 to 1.14.7 2961b43
Full Changelog: v6.4.3...v6.5.0
Version 1.0.1-ol5
What's Changed
- Use query-string and url-parse for basepath detection - V5.x.x by @ahennr in #296
- Determine the graphicName of a RegularShape by @mholthausen in #360
- Fix triangle rotation by @hwbllmnn in #369
- Enable passig of custom print scales (v2) by @annarieger in #374
- Merge OpenLayers v5 branches together by @annarieger in #375
- introduce github workflow on pull request by @annarieger in #378
- Fix for OL5 branch by @Unraveler in #381
New Contributors
Full Changelog: v5.1.0...v1.0.1-ol5
Version 2.0.0-3
What's Changed
- Enable passig of custom print scales (v2) by @annarieger in #374
Full Changelog: v2.0.0-2...v2.0.0-3
Version 2.0.0-2
Version 6.4.3
Version 2.0.0-1
Version 6.4.2
Version 6.4.1
Bugfixes
- Fixed issue with illegal
lineDash
value being given to mapfish print. (#339) - Fixed typo in `lineDashOffset both for V2 and V3. (#339)
- Polygons with defined strokes line dashes were not rendered unless a polygon fill was given. Added a fallback (completely transparent black filling) in case a fill value is not given to a polygon. (#339)