- Allowed
String
s as column identifiers in addition toSymbol
s #63. - Made HTML tables dark mode compatible by reusing foreground color for the lines #62.
- Added extra escape characters to Typst #54.
- Added single-argument method to
table_one
which summarizes all columns in the passed table except those used for grouping #48. - Fixed issue with using
missing
as a group intable_one
. This PR also removes redundant group totals if there's just one subgroup to do a total over #47.
- Breaking Footnotes are by default separated with linebreaks now. This can be changed by setting the new
Table
optionlinebreak_footnotes = false
#34. - Breaking Changed
show_overall
keyword oftable_one
toshow_total
. The name of all total columns was changed from"Overall"
to"Total"
as well but this can be changed using the newtotal_name
keyword. - Added ability to show "Total" statistics for subgroups in
table_one
#30. - Fixed tagging of header rows in docx output, such that the header section is now repeated across pages as expected #32.
- Fixed issue where cells would not merge if they stored a
Multiline
value #29.
- Fixed incorrect order of column group keys in
summarytable
andlistingtable
when some row/col group combinations were missing #25.
- Breaking Changed generated Typst code to use the native table functionality available starting with Typst v0.11. Visual output should not change.