v0.0.7
版本发布时间: 2023-12-19 21:17:14
PgBiel/typst-tablex最新发布版本:v0.0.8(2024-01-12 23:23:59)
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 (https://github.com/PgBiel/typst-tablex/pull/87)
- Fixed a critical bug where
line
in 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.toml
for better discoverability (https://github.com/PgBiel/typst-tablex/issues/91)
New Contributors
- @dixslyf made their first contribution in https://github.com/PgBiel/typst-tablex/pull/84
Full Changelog: https://github.com/PgBiel/typst-tablex/compare/v0.0.6...v0.0.7
1、 tablex.typ 91.89KB