summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/layout/grid
AgeCommit message (Expand)Author
2025-06-28detect short lived headers and footers at the table edgesPgBiel
2025-06-28clippy lintsPgBiel
2025-06-28add footer level fieldsPgBiel
2025-06-28use footer.range like header.rangePgBiel
2025-06-28fix last repeating footers not being pushedPgBiel
2025-06-28not using repeatablePgBiel
2025-06-28resolve multiple footersPgBiel
2025-06-28clone footers after sortingPgBiel
2025-06-28footer pre sortingPgBiel
2025-06-28multiple footersPgBiel
2025-06-10Table multiple headers and subheaders (#6168)PgBiel
2025-06-09Pin colspan and rowspan for blank cells (#6401)PgBiel
2025-03-24Refactor grid header and footer resolving (#5919)PgBiel
2025-02-24Bump MSRV to 1.83 and Rust in CI to 1.85 (#5946)Laurenz
2025-02-23Fix HTML export of table with gutter (#5920)PgBiel
2025-01-23HTML tables (#5666)Michael Färber
2025-01-10Don't generate accessors for required fields (#5680)Laurenz
2025-01-06Move `CellGrid` from `typst-layout` to `typst-library` (#5585)Michael Färber