summaryrefslogtreecommitdiff
path: root/crates/typst-library/src
AgeCommit message (Collapse)Author
2024-11-29Fix paragraph spacing in Rust 1.82+0.8Laurenz
2023-09-13Fix floating placement within containersLaurenz
Fixes #1879
2023-09-13Bump dependenciesLaurenz
2023-09-13Fix newline in text in mathLaurenz
Fixes #1948
2023-09-13Fix box in 100% width blockLaurenz
Fixes #2128
2023-09-13Add logical numbering support for PDF export (#1933)Kevin K
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-09-12Add figure separator field (#1791)Dmitrij
2023-09-12Add `figure.caption` element (#1704)MALO
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-09-11First-class typesLaurenz
Makes types first-class values.
2023-09-11Forward third-party errorsLaurenz
Better to know something even if it isn't always formatted in the prettiest way
2023-09-11Provide `highlight` function for setting the background color of text (#2076)LU Jialin
2023-09-09Fix font family mismatch between Typst and usvgLaurenz
Fixes #2051
2023-09-07Add note: footnote show/set rules at document start (#2078)raphCode
2023-09-06Fix arguments for hyberbolic functions (#2072)klMse
2023-09-06Fix spacing after number in mathLaurenz
Fixes #1052
2023-09-06Interpret vertical page number alignment differentlyLaurenz
The vertical alignment of `number-align` now selects header or footer instead of aligning within the footer. This is a minor breaking change because - top behaves differently now - horizon is now forbidden - bottom (the new default) behaves differently, too Typical number-align usage will likely not use the vertical component at all, though. Fixes #645
2023-09-05fix typo in the to-bytes conversion (#2067)LU Jialin
2023-09-04Docs fixesLaurenz
Fixes #2059 Fixes #1946 Fixes #1936 Fixes #1862 Fixes #1820 Fixes #1383
2023-09-04Fix improper line wrapping in the presence of medial newlines (#2056)bluebear94
Fixes #2019.
2023-09-04Add a page setup guide (#1911)Martin Haug
2023-08-31Replace tabs with spaces in raw elements. (#2042)Anton Wetzel
2023-08-31Modify sqrt example (#2028)Szymon Bęczkowski
2023-08-31Add regular polygons to visualize (#1215)Reid Johnson
2023-08-30Fix typo in docs of `decode` method for image (#2046)Kevin K
2023-08-30Fix data loading display namesLaurenz
2023-08-30Support CBOR binary serialization / deserialization (#2000)Beiri22
2023-08-30Introduce second variant of Ignorant Behaviour and prevent weak page breaks ↵Beiri22
at basically empty pages (#1929)
2023-08-30Duration type, simple date-duration-calculations and comparisons (#1843)Beiri22
2023-08-30Add tau (#2033)Matt Fellenz
2023-08-29More type safety for spansLaurenz
2023-08-26Fix weak spacing broken in math (#1966)sitandr
2023-08-26Fixed numbering hint (#2012)Sébastien d'Herbais de Thun
2023-08-25Fixed counter's "Time travel" doc example (#2002)Andrew Voynov
2023-08-25Add Finnish translations (#1996)Kivi Kaitaniemi
2023-08-25separate decode from string/bytes for all data functions; and encode for ↵Beiri22
json, toml, yaml via serde (#1935)
2023-08-25calm down clippy even more (#1997)Beiri22
2023-08-25Initial support for augmented matrices (#1679)lolstork
2023-08-23Render opening smart quote after another opening quote of a different type ↵bluebear94
(#1559)
2023-08-23linebreak_optimized: Handle breakpoints separated only by spaces (#1821)bluebear94
2023-08-21Improve clarity regarding location parameter in counter.final() (#1962)Lukas Löring
2023-08-21Fix documentation on when raw text is a block. (#1953)Clemens Koza
2023-08-21Fix a few typosLaurenz
2023-08-21Wasm plugin system (#1555)astrale-sharp
2023-08-20Local names for Chinese and Traditional Chinese (#1919)Kingfree
2023-08-08Penalize runts (#1858)Matt Fellenz
2023-08-07Add hint for "access denied" messageLaurenz
2023-08-07Touch up docsLaurenz
2023-08-07Remove outdated docs about toml() not supporting datetimes (#1874)Gokul Soumya
2023-08-06Query-System for metadata (#1812)Beiri22
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-08-05Decode image (#1810)Beiri22