v0.0.7
What's Changed
I have begun work on bringing many tablex improvements to built-in Typst tables (see the tracking issue)! In that regard, you can now sponsor my work on tablex and improving Typst tables via GitHub Sponsors! Consider taking a look :)
- Allow gradients and patterns in fills (#87)
- Fixed a critical bug where
line
in tablex cells would misbehave (#80)- CeTZ and drawing in general should now work properly within tablex cells (see cetz-package/cetz#345).
- Also fixes a problem with nested tables (#34)
- Fixed negative line expansion within a single cell (#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 (#92, #94)
- Fixes a potential incompatibility with (currently unreleased) Typst 0.11.0
- Added missing support for boolean types in Typst 0.8.0+ (#73)
- Added some keywords to tablex's
typst.toml
for better discoverability (#91)
New Contributors
Full Changelog: v0.0.6...v0.0.7