Version 0.0.4: Saturday 19 August 2023
- Breaking changes
- The
"content"
value for themode
region option has been renamed to"markup"
to align with theeval
element function in Typst 0.7.0. The former is now an undocumented alias for the latter which will be removed in the next release. - The
macros
region option has been renamed toscope
to reflect the expansion in its use. The former is now an undocumented alias for the latter which will be removed in the next release.
- The
- Bugs fixed
- A division-by-zero crash is now fixed.
- The
x
column modifier now overrides the width calculation for text blocks. (GH-7)
- Improvements
- As mentioned above, it is now possible to scope arbitrary Typst objects for use within table data entries using the
scope
region option (GH-9). - For cells that are spanned or contain horizontal lines, an empty table data entry is no longer required (but may still be provided).
- The dependency on
tablex
has been updated to 0.0.5.
- As mentioned above, it is now possible to scope arbitrary Typst objects for use within table data entries using the