Releases: flyingsaucerproject/flyingsaucer
Releases Β· flyingsaucerproject/flyingsaucer
v9.11.2
What's Changed
- Restore class
XHTMLPrintable
by @asolntsev in #451 - Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 by @dependabot in #453
- Bump org.jsoup:jsoup from 1.18.1 to 1.18.2 by @dependabot in #452
- Bump org.jsoup:jsoup from 1.18.2 to 1.18.3 by @dependabot in #454
Full Changelog: v9.11.1...v9.11.2
v9.11.1
What's Changed
- #447 fix parsing CSS head rules by @asolntsev in #450
Dependency updates
- Bump org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.2 by @dependabot in #448
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot in #446
- Bump error_prone.version from 2.35.1 to 2.36.0 by @dependabot in #445
Full Changelog: v9.11.0...v9.11.1
v9.11.0
What's Changed
- Add support for word-break:break-all CSS property. by @kdastephens in #438
- Fix relative background image by @asolntsev in #441
- Fix PDFAsImage scaling and uses of FSImage.scale for immutability changes by @JamesScrase-PortSwigger in #442
- annotate all methods in package
org.xhtmlrenderer.pdf
with@CheckReturnValue
by @asolntsev in #443 - remove setters by @asolntsev in #434
- Fix code warnings by @asolntsev in #435
New Contributors
- @kdastephens made their first contribution in #438
- @JamesScrase-PortSwigger made their first contribution in #442
Full Changelog: v9.10.2...v9.11.0
v9.10.2
What's Changed
- add overloaded method
addFontDirectory(... String encoding ...)
- Fix borders by @asolntsev in #432
- Fix NPE in blocking formatting contexts by @asolntsev in #433
- Bump error_prone.version from 2.34.0 to 2.35.1 by @dependabot in #430
Full Changelog: v9.10.1...v9.10.2
v9.10.1
What's Changed
- Fix pdf formatting by @asolntsev in #428
- #425 restore method
ITestRenderer.getWriter()
by @asolntsev in #427
Full Changelog: v9.10.0...v9.10.1
v9.10.0
What's Changed
- #411 fix center li items with margin or padding by Harald Amon @haramon (#420)
- #404 Replace obsolete "jsr305" annotation library by JSpecify by @asolntsev (#407)
- add @NullMarked, @nullable and @CheckReturnValue annotations to many methods/classes/packages by @asolntsev (#407) (#413) (#414)
- make multiple classes and fields final by @asolntsev (#398) (#407) (#419) (#421)
- #409 remove many unused methods by @asolntsev (#418) (#421) (#424)
- convert many constants to enums by @asolntsev (#416)
- fix multiple warning reported by Google library "error-prone" by @asolntsev (#421)
- #403 don't embed slf4j-api in flying-saucer-pdf-osgi (#410) - thanks to Konrad Windszus
- #412 Remove unused java sources from folders "src" and "flying-saucer-examples/nomaven" by @asolntsev (#417)
- #409 remove unneeded module "flying-saucer-swt-examples" by @asolntsev (#418)
- Bump org.apache.xmlgraphics:fop from 2.9 to 2.10 (#408)
- Bump commons-io:commons-io from 2.11.0 to 2.17.0
Full Changelog: v9.9.5...v9.10.0
v9.9.5
What's Changed
- Fix transparent background of resized base64 encoded images by @OpenHelios in #393
- dispose Graphics object after using it by @asolntsev in #397
- #392 refactor code for html2image conversion by @asolntsev in #396
- Bump org.apache.logging.log4j:log4j-core from 2.24.0 to 2.24.1 by @dependabot in #399
- Bump com.codeborne:pdf-test from 1.9.0 to 1.9.1 by @dependabot in #395
Full Changelog: v9.9.4...v9.9.5
v9.9.4
What's Changed
- Set "Page only" as default initial view in PDF viewer by @andreasrosdal (#390)
- #379 Revert "Overcoming Table Cell and Line Splitting Challenges (#358)"
Full Changelog: v9.9.3...v9.9.4
v9.9.3
What's Changed
- Avoid using memory-mapped files for loading fonts by @asolntsev (#388)
- #385 expose a public method
ITextFontResolver.addFont(BaseFont,...)
by @asolntsev (#386) - Page size 3value fix by @jelinj8 (#383)
Dependency updates
- Bump org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.0 by @dependabot in #384
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #387
New Contributors
Full Changelog: v9.9.2...v9.9.3
v9.9.2
- Add automatic module name to MANIFEST.MF in flying-saucer-core by @OpenHelios in #378
New Contributors
- @OpenHelios made their first contribution in #378
Full Changelog: v9.9.1...v9.9.2