Hey all, new tablex update inbound! (v0.0.7)
Tablex is a library that adds cool features to tables, like combining cells, customizing each line and each cell, and so on.
This new version is already available through the package manager (with #import "@preview/tablex:0.0.7")!
Note: I have begun work on bringing many tablex improvements to built-in Typst tables! In that regard, you can now sponsor my work on tablex and improving Typst tables via GitHub Sponsors! Consider taking a look 🙂
Changes in v0.0.7:
- Allow gradients and patterns in fills (https://github.com/PgBiel/typst-tablex/pull/87)
- Fixed a critical bug where
linein tablex cells would misbehave (https://github.com/PgBiel/typst-tablex/issues/80)- CeTZ and drawing in general should now work properly within tablex cells (see https://github.com/johannes-wolf/cetz/issues/345).
- Also fixes a problem with nested tables (https://github.com/PgBiel/typst-tablex/issues/34)
- Fixed negative line expansion within a single cell (https://github.com/PgBiel/typst-tablex/pull/84)
- Negative line expansion across multiple cells isn't yet supported.
- Thanks GitHub user @dixslyf for the great work on fixing and testing this!
- Made internal length calculation procedures more robust (https://github.com/PgBiel/typst-tablex/issues/92, https://github.com/PgBiel/typst-tablex/issues/94)
- Fixes a potential incompatibility with (currently unreleased) Typst 0.11.0
- Added missing support for boolean types in Typst 0.8.0+ (https://github.com/PgBiel/typst-tablex/issues/73)
- Added some keywords to tablex's
typst.tomlfor better discoverability (https://github.com/PgBiel/typst-tablex/issues/91)
Thanks to everyone who submitted issues and pull requests to the GitHub repository!
See more at https://github.com/PgBiel/typst-tablex/tree/v0.0.7
More powerful and customizable tables in Typst. Contribute to PgBiel/typst-tablex development by creating an account on GitHub.