Releases: prawnpdf/prawn-table
Releases · prawnpdf/prawn-table
0.2.1
Allow the use of any Prawn 2.x release, as it should not break table behavior.
0.2.0
Allow the use of any Prawn 1.x release from 1.3 onwards.
0.1.2
- fixed unnecessary page breaks with centered tables (#22, #23, #24)
- fixed undefined method `y' for nil:NilClass error (#20, #21, #25)
0.1.1
- 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)