- Bugfix: Use a cell's custom style over table styles. (PR #143, issue #56)
- Bugfix: Use the cell's specified font to calculate the cell width. (Jesse Doyle, PR #60, issue #42)
- Allow padding of subtables to be configurable. PR #44
- Updated supported ruby versions to match Prawn. PR #47
- All cells in a rowspan use the background color of the master (i.e., first) cell (#45)
- Allow the use of Prawn
2.x
, as it should not break table behavior.
- Allow the use of any Prawn
1.x
release from1.3
onwards.
- fixed unnecessary page breaks with centered tables (#22, #23, #24)
- fixed undefined method `y' for nil:NilClass error (#20, #21, #25)
- 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)
- Fix table wrapping when cells in the last row on a page have a rowpan > 1 (#3,#5)
- First official release after extraction. Based on the table code from Prawn 1.1.0