Releases: dhorions/boxable
Releases · dhorions/boxable
Boxable version 1.7.0
Changes/Issues:
- fix: #233 - Bump pdfbox from 2.0.21 to 2.0.24
- fix: #236 - Remove Guava as a compile dependency
- fix: #239 - Bump jsoup from 1.9.2 to 1.14.2
- fix: #241 - Dependency org.apache.pdfbox:pdfbox, leading to CVE problem
- fix: #246 - Remove guava dependency
Dependencies:
org.apache.pdfbox:pdfbox
:2.0.21
->2.0.26
org.slf4j:slf4j-api
:1.7.10
->1.7.36
org.apache.commons:commons-csv
:1.2.0
->1.9.0
org.jsoup:jsoup
:1.9.2
->1.15.1
- removed
com.google.guava:guava
Boxable version 1.6
What is new in version 1.6?
- performance optimizations by @Vobarian
- reduced pdf file output size by @Vobarian and @Giboow
- fix for infinite loop when header rows were below page bottom margin. @Ogmios-Voice
- added COPYING file @zaqpiotr
- Updated pdfbox library to 2.0.21
- Updated guava library to 29-android
Boxable version 1.5
What is new in version 1.5?
- several HTML ordered lists bugfixes
- having possibility to make inner tables with TableCell (check
SampleTest10()
JUnit test) - using FreeSans as default font to avoid multiple charachter decoding problems
- added support for drawing "borderless" table (check
SampleTest11()
for that) - javadocs bugfix
Boxable version 1.4
This versions includes contributions from Frulenzo and dobluth.
For details, refer to the following pull requests :
Important new features
DataTable
Allows quickly creating tables from csv data or Lists of Lists of objects.
See https://github.com/dhorions/boxable/blob/master/src/test/java/be/quodlibet/boxable/DataTableTest.java for examples
HTML Tags
Allows you to format text inside cells with html tags.
Supported tags :
- Bold,italic, bold-italic (
<b>, </b>, <i>, </i>, <b><i></i></b>
) - Paragraph (
<p></p>
) - Line break
<br>, <br />
- Ordered/Unordered lists (
<ol><li></li></ol>, <ul><li></li></ul>
)
Boxable version 1.3
Compatibility with Pdfbox 2.0.0-RC3
This release references Pdfbox 2.0.0-RC3 in the pom.xml.
Compatibility with Pdfbox 2.0.0-RC1
This release references Pdfbox 2.0.0-RC1 in the pom.xml.
Boxable version 1.2
Mavenized and issues fixed.
Multi-Line rows feature added
Merge pull request #1 from dhorions/multi-line-rows Multi-Line table rows and bookmarks