summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-23Typed HTML API (#6476)Laurenz
2025-06-20Support for generating native functions at runtimeLaurenz
2025-06-20Add `typst_utils::display`Laurenz
2025-06-20More type-safe color conversionsLaurenz
2025-06-20Generic casting for `Axes<T>`Laurenz
2025-06-20Add `Duration::decompose`Laurenz
2025-06-20Encode empty attributes with shorthand syntaxLaurenz
2025-06-20Fix param autocompletion false positive (#6475)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-12Better error message for compile time string interning failure (#6439)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 ↵Ilia
newline (#6424) Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-11Warn when using variable fonts (#6425)cAttte
2025-06-11Fix untidy Cargo.lockLaurenz
2025-06-11Warning when watching stdin (#6381)Y.D.X.
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-11Render `#super` as `<sup>`, `#sub` as `<sub>` in HTML (#6422)Lachlan Kermode
2025-06-11Use `codex::ModifierSet` (#6159)T0mstone
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-11Fix panic when test source is not found in world (#6428)Tobias Schmitz
2025-06-11List both YAML file extensions in bibliography docs (#6426)Andrew Voynov
2025-06-11Do not force `math.mid` elements to have the Large math class (#5980)Malo
2025-06-10Adjust source file API surface (#6423)Laurenz
2025-06-10Specify which CSL style is not suitable for bibliographies (#6306)Andrew Voynov
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-10Make a more descriptive definition of `module` (#6380)Andrew Voynov
2025-06-10Standardize trailing slashes in docs route paths (#6420)3w36zj6
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-10Improve number lexing (#5969)Ian Wrzesinski
2025-06-09Document how to escape lr delimiter auto-scaling (#6410)Andrew Voynov
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-09Update docs for gradient.repeat (#6385)Andrew Voynov
2025-06-09Autocomplete fixes for math mode (#6415)cAttte
2025-06-09Clean up some parser comments (#6398)Ian Wrzesinski
2025-06-09Pin colspan and rowspan for blank cells (#6401)PgBiel
2025-06-04Numbering implementation refactor (#6122)Sam Ireson
2025-06-04Apply short fall consistently in math when stretching (#6377)Max
2025-06-04Add support for WebP images (#6311)Linus Unnebäck
2025-06-04Bump New CM fonts to version 7.0.2 (#6376)Max
2025-06-04Apply script-style to numbers consistently in math (#6320)Max
2025-06-04Fix Ukrainian secondary smart quotes (#6372)Nazar Serhiichuk
2025-06-03Change Russian secondary smart quotes & remove alternatives (#6331)Andrew Voynov
2025-06-03Fix bottom accent positioning in math (#6187)Max
2025-06-03Bump crossbeam-channel from 0.5.14 to 0.5.15 (#6369)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03Add Latvian translations (#6348)Kristofers Solo
2025-06-02Be a bit lazier in function call evaluation (#6368)Laurenz
2025-06-02Bump Rust to 1.87 in CI (#6367)Laurenz
2025-06-02Add `typst-html` to architecture crates list (#6364)Lachlan Kermode