All Versions
39
Latest Version
Avg Release Cycle
40 days
Latest Release
1312 days ago

Changelog History
Page 1

  • v2.3.5 Changes

    April 11, 2021

    Full Changelog

    🛠 Fixed bugs:

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

    Closed issues:

    • Issue #267
    • Issue #269

    🔀 Merged pull requests:

    • PR #268 (by philprime)
  • v2.3.4 Changes

    March 15, 2021

    Full Changelog

    🛠 Fixed bugs:

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

    Closed issues:

    • Issue #222

    🔀 Merged pull requests:

    • PR #264 (by Sgkhour)
  • v2.3.3 Changes

    January 06, 2021

    Full Changelog

    🛠 Fixed bugs:

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

    Closed issues:

    • Issue #247
    • Issue #248

    🔀 Merged pull requests:

    • PR #258
  • v2.3.2 Changes

    December 05, 2020

    Implemented enhancements:

    • ➕ Added optional table cell splicing disabling (#205)

    🛠 Fixed bugs:

    • 🛠 Fixed carthage version missing (#236)

    Closed issues:

    🔀 Merged pull requests:

  • v2.3.1 Changes

    September 23, 2020

    Fixed bugs:

    • 🛠 Fixed invalid US page formats (#225)

    Closed issues:

    🔀 Merged pull requests:

  • v2.3.0 Changes

    July 16, 2020

    Full Changelog

    Implemented enhancements:

    • ✂ Removed deprecated functions
    • ➕ Added CaseIterable to PDFPageFormat
  • v2.2.0 Changes

    June 27, 2020

    Implemented enhancements:

    • 🍎 macOS Support!

    Closed issues:

    🔀 Merged pull requests:

  • v2.1.2 Changes

    June 23, 2020

    Fixed bugs:

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

    Closed issues:

    🔀 Merged pull requests:

    • PR #214 [by chrisgonzgonz]
  • v2.1.1 Changes

    June 17, 2020

    Full Changelog

    Implemented enhancements:

    • ➕ Added raw representable to PDFTableCellAlignment
    • ➕ Added support for groups inside section columns

    🛠 Fixed bugs:

    • 🛠 Fixed indentations inside sections
  • v2.1.0 Changes

    June 15, 2020

    Full Changelog

    Implemented enhancements:

    • ➕ Added raw representable values to PDFPageFormat
    • ➕ Added raw representable type to PDFLineType
    • ➕ Added constant none to PDFTableCellStyle and PDFTableCellBorders
    • ➕ Added background color to PDFSectionColumn (Issue #122)

    🛠 Fixed bugs:

    • ➕ Added note to documentation about not reusing PDFSection instances (Issue #122)
    • ➕ Added missing font and text color reset to generator

    Closed issues:

    • Issue #73
    • Issue #122
    • Issue #204
    • Issue #197
    • Issue #189
    • Issue #186
    • Issue #184
    • Issue #183

    🔀 Merged pull requests:

    • Issue #211