Skip to content

Releases: techprimate/TPPDF

2.4.1

28 Mar 06:46
1955ebb
Compare
Choose a tag to compare
  • Fixed crash due to force-unwrapping if not possible to instatiate URL from string (#325 by @neobeppe)
  • Added conditional scaling of images in table only if larger than cell width (#299 by @brendand)

2.4.0

17 Dec 11:04
Compare
Choose a tag to compare

2.3.5

11 Apr 09:39
Compare
Choose a tag to compare

Fixed bugs:

  • Fixed PDFList not calculating available content height correctly (#267)
  • Removed PDFTable initializer size defaults (#269)

Closed issues:

Merged pull requests:

  • PR #268 (by philprime)

2.3.4

15 Mar 13:02
Compare
Choose a tag to compare

Fixed bugs:

  • Fixed table header position when activating showHeaderOnEveryPage (#222)

Closed issues:

Merged pull requests:

  • PR #264 (by Sgkhour)

2.3.3

06 Jan 20:52
f6cc251
Compare
Choose a tag to compare

Fixed bugs:

  • Fixed empty pages between external documents (#247)
  • Fixed total page count calculations (#248)

Closed issues:

Merged pull requests:

2.3.2

05 Dec 19:11
8f55b0a
Compare
Choose a tag to compare

Implemented enhancements:

  • Added optional table cell splicing disabling (#205)

Fixed bugs:

  • Fixed carthage version missing (#236)

Closed issues:

Merged pull requests:

2.3.1

23 Sep 08:26
c82c75c
Compare
Choose a tag to compare

Fixed bugs:

  • Fixed invalid US page formats (#225)

Closed issues:

Merged pull requests:

2.3.0

16 Jul 21:00
Compare
Choose a tag to compare

Implemented enhancements:

  • Removed deprecated functions
  • Added CaseIterable to PDFPageFormat

2.2.0

16 Jul 21:00
6324f64
Compare
Choose a tag to compare

Implemented enhancements:

  • macOS Support!

Closed issues:

Merged pull requests:

2.1.2

27 Jun 10:15
af2648e
Compare
Choose a tag to compare

Fixed bugs:

  • Height of image captions are now calcuated correctly (Issue #208)

Closed issues:

Merged pull requests:

  • PR #214 [by chrisgonzgonz]