summaryrefslogtreecommitdiff
path: root/crates/typst-library
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-28fix tfoot in table htmlPgBiel
2025-06-28clone footers after sortingPgBiel
2025-06-28footer pre sortingPgBiel
2025-06-28update html code for multiple footersPgBiel
2025-06-28multiple footersPgBiel
2025-06-27Fix panic when sampling across two coincident gradient stops (#6166)+merlan #flirora
2025-06-26Basic support for text decoration functions in HTML (#6510)Laurenz
2025-06-26Disallow empty labels and references (#5776) (#6332)Said A.
2025-06-26Allow deprecating symbol variants (#6441)Malo
2025-06-26Consistent sizing for `html.frame` (#6505)Laurenz
2025-06-26Support `in` operator on strings and modules (#6498)Laurenz
2025-06-25Minor fixes to doc comments (#6500)+merlan #flirora
2025-06-24Add page reference customization example (#6480)Andrew Voynov
2025-06-24Improve equation reference example (#6481)Andrew Voynov
2025-06-24Add docs for `std` module (#6407)Andrew Voynov
2025-06-24Use ICU data to check if accent is bottom (#6393)Max
2025-06-24Rewrite `outline.indent` example (#6383)Andrew Voynov
2025-06-23Adding Croatian translations entries (#6413)Ivica Nakić
2025-06-23Typed HTML API (#6476)Laurenz
2025-06-20Support for generating native functions at runtimeLaurenz
2025-06-20More type-safe color conversionsLaurenz
2025-06-20Generic casting for `Axes<T>`Laurenz
2025-06-20Add `Duration::decompose`Laurenz
2025-06-19Fix align link in layout documentation (#6451)Noam Zaks
2025-06-19Prefer `.yaml` over `.yml` in the docs (#6436)Andrew Voynov
2025-06-19Hint for label in both document and bibliography (#6457)Laurenz
2025-06-19Ensure that label repr is syntactically valid (#6456)Laurenz
2025-06-12Consume `data` argument in `pdf.embed()` (#6435)cAttte
2025-06-12Unify `EvalMode` and `LexMode` into `SyntaxMode` (#6432)cAttte
2025-06-12Check that all translation files are added to TRANSLATIONS and ends with newl...Ilia
2025-06-11Warn when using variable fonts (#6425)cAttte
2025-06-11Render `#super` as `<sup>`, `#sub` as `<sub>` in HTML (#6422)Lachlan Kermode
2025-06-11Use `codex::ModifierSet` (#6159)T0mstone
2025-06-11List both YAML file extensions in bibliography docs (#6426)Andrew Voynov
2025-06-10Specify which CSL style is not suitable for bibliographies (#6306)Andrew Voynov
2025-06-10Make a more descriptive definition of `module` (#6380)Andrew Voynov
2025-06-10Use the shaper in math (#6336)Max
2025-06-10Table multiple headers and subheaders (#6168)PgBiel
2025-06-10Report errors in external files (#6308)Tobias Schmitz
2025-06-09Update docs for gradient.repeat (#6385)Andrew Voynov
2025-06-09Pin colspan and rowspan for blank cells (#6401)PgBiel
2025-06-04Numbering implementation refactor (#6122)Sam Ireson
2025-06-04Add support for WebP images (#6311)Linus Unnebäck