| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-24 | Merge `typst` and `typst-library` | Laurenz | |
| 2023-11-19 | Streamline imports | Laurenz | |
| 2023-11-06 | Content rework 2 - Electric Boogaloo (#2504) | Sébastien d'Herbais de Thun | |
| 2023-10-05 | Fix crashes with infinite lengths (part 2) (#2298) | bluebear94 | |
| 2023-10-03 | Gradient Part 2 - Linear gradients (#2279) | Sébastien d'Herbais de Thun | |
| 2023-09-18 | Fix duplicate state manipulation | Laurenz | |
| The flow layouts footnotes twice in some cases, which messed up the Vt's locator state. Typically, we use `thing.measure` instead of `thing.layout` to prevent side effects, but in this case it was simpler to just undo the modification. A future layout engine rewrite should try to make this kind of error harder to make. Fixes #1597 | |||
| 2023-09-13 | Fix floating placement within containers | Laurenz | |
| Fixes #1879 | |||
| 2023-09-11 | First-class types | Laurenz | |
| Makes types first-class values. | |||
| 2023-07-19 | Resolve `place` deltas relative to real container size | Laurenz | |
| 2023-07-19 | Positions placed elements relative to real container size (#1745) | Laurenz | |
| This positions placed elements relative to the real container size instead of relative to the base size of the region. This makes its usage more versatile. Fixes #82 Fixes #685 Fixes #1705 | |||
| 2023-07-10 | Basic floating placement | Laurenz | |
| 2023-07-02 | Move everything into `crates/` directory | Laurenz | |
