| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-13 | Update to usvg 0.35 (#2113) | Laurenz Stampfl | |
| 2023-09-13 | Fix floating placement within containers | Laurenz | |
| Fixes #1879 | |||
| 2023-09-13 | Bump dependencies | Laurenz | |
| 2023-09-13 | Bump oxipng | Laurenz | |
| The released version of oxipng has a deadlock issue with rayon. So we switch to a git dependency for now. | |||
| 2023-09-13 | Fix newline in text in math | Laurenz | |
| Fixes #1948 | |||
| 2023-09-13 | Fix box in 100% width block | Laurenz | |
| Fixes #2128 | |||
| 2023-09-13 | Add logical numbering support for PDF export (#1933) | Kevin K | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-09-12 | Add figure separator field (#1791) | Dmitrij | |
| 2023-09-12 | Add `figure.caption` element (#1704) | MALO | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-09-12 | Fix newline parsing behaviour in markup | Laurenz | |
| 2023-09-11 | Type compatibility | Laurenz | |
| For now, types can be used like strings in operations to prevent breakage of many packages. Hopefully, we can get rid of this in the future. | |||
| 2023-09-11 | Update tests for type system changes | Laurenz | |
| 2023-09-11 | Forward third-party errors | Laurenz | |
| Better to know something even if it isn't always formatted in the prettiest way | |||
| 2023-09-11 | Wrap into an equation when a Math expr is evaluated (#2081) | LU Jialin | |
| 2023-09-11 | Provide `highlight` function for setting the background color of text (#2076) | LU Jialin | |
| 2023-09-09 | Fix font family mismatch between Typst and usvg | Laurenz | |
| Fixes #2051 | |||
| 2023-09-06 | Fix spacing after number in math | Laurenz | |
| Fixes #1052 | |||
| 2023-09-06 | Don't automatically match fences | Laurenz | |
| Fixes #306 | |||
| 2023-09-06 | Interpret vertical page number alignment differently | Laurenz | |
| 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-05 | Bump hayagriva | Laurenz | |
| 2023-09-04 | Allow packages to specify their minimum compiler version | Laurenz | |
| 2023-09-04 | Fix improper line wrapping in the presence of medial newlines (#2056) | bluebear94 | |
| Fixes #2019. | |||
| 2023-09-01 | Rename test | Laurenz | |
| The name `empty` shall not appear in any test but `empty.typ`. | |||
| 2023-08-31 | Replace tabs with spaces in raw elements. (#2042) | Anton Wetzel | |
| 2023-08-31 | Add regular polygons to visualize (#1215) | Reid Johnson | |
| 2023-08-30 | Add test for ends-with fix | Laurenz | |
| 2023-08-30 | Fix data loading display names | Laurenz | |
| 2023-08-30 | Allow renaming imports with `as` (#1923) | Pg Biel | |
| 2023-08-30 | Make zip variadic (#2041) | Sébastien d'Herbais de Thun | |
| 2023-08-30 | Introduce second variant of Ignorant Behaviour and prevent weak page breaks ↵ | Beiri22 | |
| at basically empty pages (#1929) | |||
| 2023-08-30 | Duration type, simple date-duration-calculations and comparisons (#1843) | Beiri22 | |
| 2023-08-29 | Add a bit more docs to `compile` | Laurenz | |
| 2023-08-29 | More type safety for spans | Laurenz | |
| 2023-08-26 | Fix weak spacing broken in math (#1966) | sitandr | |
| 2023-08-26 | Implement `rev()` method on string (#2013) | Kevin K | |
| 2023-08-26 | Fixed numbering hint (#2012) | Sébastien d'Herbais de Thun | |
| 2023-08-25 | separate decode from string/bytes for all data functions; and encode for ↵ | Beiri22 | |
| json, toml, yaml via serde (#1935) | |||
| 2023-08-25 | Initial support for augmented matrices (#1679) | lolstork | |
| 2023-08-23 | Render opening smart quote after another opening quote of a different type ↵ | bluebear94 | |
| (#1559) | |||
| 2023-08-23 | linebreak_optimized: Handle breakpoints separated only by spaces (#1821) | bluebear94 | |
| 2023-08-22 | Virtual path type | Laurenz | |
| Fixes #1937 | |||
| 2023-08-22 | Support selectors with and/or followed by before/after (#1883) | damaxwell | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-08-21 | Add hint for missing method error for dictionary where a field with a ↵ | Simon Rask | |
| function is present (#1922) | |||
| 2023-08-21 | Check for control flow event before let binding (#1912) | bluebear94 | |
| Fixes #1906 (trying to destructure the result of `continue`). | |||
| 2023-08-21 | Add intersperse() method for arrays (#1897) | Gokul Soumya | |
| 2023-08-21 | Make bytes joinable | Laurenz | |
| 2023-08-21 | Wasm plugin system (#1555) | astrale-sharp | |
| 2023-08-10 | Fix single prime in subscript (#1909) | sitandr | |
| * Fix single prime in subscript (a_' producing wrong result) * Clippy | |||
| 2023-08-08 | Fix crashing on empty regexps (#1870) | sitandr | |
| 2023-08-08 | Refactor SVG export a bit | Laurenz | |
