Skip to content

Releases: prawnpdf/prawn-table

0.2.1

31 Oct 13:58
Compare
Choose a tag to compare

Allow the use of any Prawn 2.x release, as it should not break table behavior.

0.2.0

28 Sep 15:36
Compare
Choose a tag to compare

Allow the use of any Prawn 1.x release from 1.3 onwards.

0.1.2

19 Sep 11:49
Compare
Choose a tag to compare
  • fixed unnecessary page breaks with centered tables (#22, #23, #24)
  • fixed undefined method `y' for nil:NilClass error (#20, #21, #25)

0.1.1

29 Aug 11:22
Compare
Choose a tag to compare
  • refactored table.rb to increase readability and lower overall code complexity (#15)
  • Fixed multi line table headers that involve cells that span multiple columns (#8)
  • respect an explicit set table width, given an header with rowspan across all cells (#6)