What's Changed
- Remove Create All Historical Releases workflow (010cbbc)
- Fix grammar in RELEASE.md (0214dc9)
- Add git reference input field to retroactive release workflow for accurate historical releases (7a8d5ae)
- Move release documentation from README.md to RELEASE.md (4416204)
- Improve historical release workflows with better documentation and retry logic (5bc6dc6)
- Add workflows to create historical releases for 1.7.3, 1.8.0, 1.8.1, 1.8.2 (219a5d2)
- Fix version filtering logic to handle versions like 1.10.x correctly (e4a5a9d)
- Document automated release process in README (a6ba498)
- Add GitHub Actions workflow to auto-create releases for versions after 1.7.0 (c3f7b90)
- Initial plan (3c8b58e)
- Upgrade version to 1.8.2 (2b07a4f)
- Tutorials for wiki (3d82a09)
- Update README and create comprehensive wiki documentation (599e9b4)
- Add Tutorials 09-12 and TutorialRunner - All tutorials working (43e4555)
- Add Tutorials 05-08: Images, Borders, Headers, Data Import (5f8bf0f)
- Add Tutorials 01-04: Basic Table, HTML Formatting, Colors, Alignment (c8f3899)
- Initial plan (75fb3df)
- 1.8.2-RC1 (b76cf22)
- Implement #94 (e390e67)
- unit test for #120 (b0e3271)
- support for and #128 (93fc321)
- close #171 (8eb2e63)
- unit test confirming #135 is already fixed. (a0a1df1)
- code cleanup (f74bef6)
- right alignment (57f5a80)
- Implemented #238 (529e4b4)
- #231 replace freesans with liberation sans (45f7b7f)
- Example for #193 (1be0792)
- correct references #194 (da5411c)
- example for #193 (6542651)
- Change access modifiers to "protected" to allow overriding behavior (ca0a722)
- Additional Example for #213 (dc3f06b)
- avoid double width borders between cells (66f33e2)
- lasl cell background color overflow (e58df92)
- support for background color when not using border (7699c2b)
- Support for h1 - h6 (9aae01b)
- pr review changes (29f0a10)
- fix typo in successfull (9b1d6b3)
- type safety fix (81397be)
- validation of input for innertable. (5d2a15f)
- Make indentation consistent (c33a906)
- fix for issue #208 and unit test to demonstrate and test (51c9e69)
- fix setText and setHeight issue, add logging warning when cell has no inner height (fd5b98b)
- Implemented Table.drawAndGetPosition to get the position of a table after drawing it, including page and Y (1b3f2de)
- Support for setFixedHeight for rows (5208451)
- bump version to 1.8.2-SNAPSHOT (77dc71e)
- implement color and style for drawTitle (a3d891c)
- Handling html characters in inner table (41136ec)
- unit test for #220 (8d0ac0e)
- Add setOuterBorderStyle (31fd758)
- resolve compile deprecation warnings (8bf6ad0)
- removen com.google.guava dependency (6636f37)
Maven Central
This version is available on Maven Central:
<dependency>
<groupId>com.github.dhorions</groupId>
<artifactId>boxable</artifactId>
<version>1.8.2</version>
</dependency>Dependencies
For a complete list of dependencies, see pom.xml
Full Changelog: 1.8.1...1.8.2