summaryrefslogtreecommitdiff
path: root/crates/typst-library/src
AgeCommit message (Expand)Author
2025-07-09feat: draw round caps on corners with radiusTobias Schmitz
2025-07-09Move math styling to codex and add `math.scr` (#6309)Max
2025-07-09Add `default` argument for `str.first` and `str.last` (#6554)Malo
2025-07-09Ignore spans when checking for RawElem equality (#6560)frozolotl
2025-07-09Use "displayed" instead of "repeated" to avoid ambiguity in numbering docs (#...Robin
2025-07-09Fix typo of Typst domain in quote docs (#6573)Robin
2025-07-09Move `html` module to `typst-html` crate (#6577)Laurenz
2025-07-09Construct library via extension trait instead of default & inherent impl (#6576)Laurenz
2025-07-09Target-specific native show rules (#6569)Laurenz
2025-07-08Rewrite foundations of native elements (#6547)Laurenz
2025-07-07Fix minor typo in function docs (#6542)Robin
2025-07-05Fix nightly warnings (#6558)Laurenz
2025-07-02Use "subs" and "sups" font features for typographic scripts (#5777)Malo
2025-07-01Fix typos in calc module docs (#6535)Robin
2025-07-01Fix minor typo in `array.product` docs (#6532)Robin
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