Skip to content

v0.2.5.2 Beta

Latest
Compare
Choose a tag to compare
@dkyowell dkyowell released this 22 May 22:04
c1bc9a4
  • Breaking Change: In VStack, VGrid, and Columns the wrapping: parameter is renamed to wrap:.
  • Added .none and .wrap to truncationMode(:).
  • Changed Text: will not truncate unless truncationMode .tail is set.
  • Changed Text: will not wrap unless truncationMode .wrap is set.
  • Changed Table: removed page number from pageHeader and pageFooter blocks
  • Enhanced PageNumberReader with ability to report total pages
  • Fixed Text wrap in VStack
  • Fixes various layout issues