summaryrefslogtreecommitdiff
path: root/crates/typst-library/src
AgeCommit message (Collapse)Author
2025-01-09Better math argument parsing (#5008)Max
2025-01-09Revamp data loading and deprecate `decode` functions (#5671)Laurenz
2025-01-08More flexible and efficient `Bytes` representation (#5670)Laurenz
2025-01-08Embed files associated with the document as a whole (#5221)Niklas Eicker
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-01-06Allow adding and joining `arguments` (#5651)Malo
2025-01-06Move `CellGrid` from `typst-layout` to `typst-library` (#5585)Michael Färber
2025-01-06Avoid stripping url prefixes multiple times or multiple prefixes (#5659)bbb651 🇮🇱
2025-01-06Added precise definition for "character" in the docs for `str.split` (#5616)Andrew Voynov
2025-01-06Improve `repr` for `arguments` (#5652)Malo
2024-12-20Fix math size resolving (#5596)Max
2024-12-20Error on duplicate symbol variant with modifiers in different orders (#5587)Malo
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-20Document result of splitting string with empty string as separator (#5572)Joshua Gawley
2024-12-20Fix arbitrarily nested equations in the base of `math.attach` (#5613)Max
2024-12-18Change error when accessing non-existant label (#5571)Joshua Gawley
2024-12-18New `curve` element that supersedes `path` (#5323)Emmanuel Lesueur
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-18Mention the `calc` module in the operator list (#5595)Malo
2024-12-17Support for defining which charset should be covered by a font (#5305)Peng Guanwen
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-17Rename `pattern` to `tiling` (#5590)Laurenz
2024-12-17Remove deprecated things and compatibility behaviours (#5591)Laurenz
2024-12-16Get numbering of page counter from style chain (#5589)Eric Biedert
2024-12-16Transform high level headings to HTML (#5525)Johann Birnick
2024-12-16Improve `symbol` `repr` (#5505)Malo
2024-12-16Add reversed numbering (#5563)+merlan #flirora
2024-12-13Document new counting symbols (#5568)Joshua Gawley
2024-12-10Basic HTML pretty-printing (#5533)Michael Färber
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-09Forbid footnote migration in pending floats (#5497)PgBiel
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-08Fix language-dependant figure caption separator in outline (#5550)Laurenz
2024-12-08Add support for converting text in SVGs to paths (#5390)Laurenz Stampfl
2024-12-08Document integer literal parsing (#5462)Jakob Peters
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-08Add missing functions to the gradient object. (#5528)Tetragramm
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-08Add support for Croatian quotes (#5539)Borna Punda
2024-12-05Bump Rust to 1.83 (#5534)Laurenz
2024-12-04Prepend section numbers to headings in HTML output. (#5522)Michael Färber
2024-12-04Add HTML export formatLaurenz
2024-12-04A few basic HTML show rulesLaurenz
These are very incomplete and ignore various properties. They are just to get things started.
2024-12-04HTML DOM typesLaurenz
2024-12-04Add `document.description` fieldLaurenz
2024-12-04Add contextual `target` functionLaurenz
2024-12-04Add HTML feature flagLaurenz
2024-12-04Add some more spansLaurenz
2024-12-04Rename `Document` to `PagedDocument`Laurenz
2024-11-30Add documentation example to `array.sorted()` (#5475)Nikolai Neff-Sarnow
Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com>
2024-11-29Compile-time `PicoStr` interning (#5491)Laurenz
2024-11-27Let decimal constructor accept decimal values (#5481)+merlan #flirora
2024-11-27Add missing full stop to documentation of `ImageElem` struct (#5484)3w36zj6
2024-11-27Add Bulgarian translation entries (#5476)Deyan Ginev
2024-11-27Add support for interpreting f32 in float.{from-bytes, to-bytes} (#5480)+merlan #flirora
2024-11-26Added warning when explicit return in code (not markup) discards joined ↵Sébastien d'Herbais de Thun
content (#5413) Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-11-26Update NewCM fonts to version 7.0.0 (#5465)Max
2024-11-26Docs: note `par.linebreaks` in `text.costs` (#5434)Johann Birnick