Skip to content

Commit 524baf3

Browse files
committed
add table rotation bug (#52) to changelog
1 parent 6a94934 commit 524baf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ Another example (summing columns):
605605
- Fixes tables with fractional columns not displaying properly in blocks with `auto` width (https://github.com/PgBiel/typst-tablex/issues/44; https://github.com/PgBiel/typst-tablex/issues/39)
606606
- Fixes some nested tables overflowing the page width (https://github.com/PgBiel/typst-tablex/issues/41)
607607
- Fixes nested tables with fractional columns not displaying properly (https://github.com/PgBiel/typst-tablex/issues/28)
608+
- Fixes table rotation messing up table size calculation (https://github.com/PgBiel/typst-tablex/issues/52)
609+
- Probably fixes other issues not listed here as well.
608610
- Added some guards for infinite lengths and `auto`-sized pages (https://github.com/PgBiel/typst-tablex/issues/47).
609611
- Fixed tablex crashes/improper behavior with `em` strokes and other types of strokes (https://github.com/PgBiel/typst-tablex/issues/49).
610612
- Added the tablex version number as a comment in the source file (as requested in https://github.com/PgBiel/typst-tablex/issues/25).

0 commit comments

Comments
 (0)