Skip to content

Version 0.0.4

Latest
Compare
Choose a tag to compare
@maxcrees maxcrees released this 19 Aug 18:54
· 11 commits to trunk since this release
v0.0.4
ee165fd

Version 0.0.4: Saturday 19 August 2023

  • Breaking changes
    • The "content" value for the mode region option has been renamed to "markup" to align with the eval 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 to scope 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.
  • 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.