Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## v0.1.0 (unreleased)
Initial release.
- `~PDF` templates (HEEx-style, Phoenix.Component-compatible) rendered to PDF
natively — no browser or external binaries.
- Flexbox layout via Taffy; PDF output via krilla (subsetting, links,
bookmarks, metadata).
- Pagination: orphans/widows, `break-before: avoid`, keep-with-next,
repeating table headers, page header/footer chrome with page counters.
- Text: parley shaping (BiDi, complex scripts, dictionary line breaking for
Thai/Lao/Khmer/Burmese/Japanese), font fallback chains, lazy per-script
fallback pool, `.ttc` face selection.
- Elements: text/spans, boxes, tables, images (PNG/JPEG/GIF/WebP), SVG,
barcodes/QR.
- Bundled Liberation Sans default fonts (OFL) for out-of-the-box rendering.
- Precompiled NIF binaries; `MEAD_BUILD=1` forces a local source build.