The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
**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)
**Fixed bugs:**
- Fixed table header position when activating `showHeaderOnEveryPage` (#222)
**Closed issues:**
- Issue #222
**Merged pull requests:**
- PR #264 (by Sgkhour)
**Fixed bugs:**
- Fixed empty pages between external documents (#247)
- Fixed total page count calculations (#248)
**Closed issues:**
- Issue #247
- Issue #248
**Merged pull requests:**
- Issue #258
**Implemented enhancements:**
- Added optional table cell splicing disabling (#205)
**Fixed bugs:**
- Fixed carthage version missing (#236)
**Closed issues:**
- Issue #205
- Issue #222
- Issue #236
- Issue #243
- Issue #249
- Issue #233
**Merged pull requests:**
- PR #223
- PR #252 [by lpeancovschi]
- PR #255
**Fixed bugs:**
- Fixed invalid US page formats (#225)
**Closed issues:**
- Issue #225
**Merged pull requests:**
- PR #226
**Implemented enhancements:**
- Removed deprecated functions
- Added `CaseIterable` to `PDFPageFormat`
**Implemented enhancements:**
- macOS Support!
**Closed issues:**
- Issue #193
**Merged pull requests:**
- PR #217
**Fixed bugs:**
- Height of image captions are now calcuated correctly (Issue #208)
**Closed issues:**
- Issue #208
**Merged pull requests:**
- PR #214 [by chrisgonzgonz]
**Implemented enhancements:**
- Added raw representable to `PDFTableCellAlignment`
- Added support for groups inside section columns
**Fixed bugs:**
- Fixed indentations inside sections
**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:**
- #73
- #122
- #204
- #197
- #189
- #186
- #184
- #183
**Merged pull requests:**
- #211