Changes in version 2.3.0 Misc. cleanup for CRAN release - renamed cbind/rbind functions copied from gtable to cbind_gtable and rbind_gtable to avoid issues with generic method (different signature) - more consistency in gtable-related functions Changes in version 2.2.0 (2016-02-27) NEW FEATURES - added padding argument to table themes - simplified a few theme arguments BUG FIX - recycling logic was flawed for aesthetics in table cells Changes in version 2.1.0 DOCUMENTATION - expanded vignettes - wiki page features a FAQ section NEW FEATURES - added join function from gtable (with fix) - global size and font parameters more accessible in themes - added str.gtable method BUG FIX - str.default was causing issues with gtables Changes in version 2.0.0 (2015-07-14) - removed experimental grobs and functions not widely used (they can be found at https://github.com/baptiste/gridextra if needed) - arrangeGrob/grid.arrange is now based on gtable - tableGrob/grid.table is now based on gtable Changes in version 1.0.0 CLEANUP - several buggy functions removed Changes in version 0.9.1 (2012-08-09) FIX - small compatibility issue of arrangeGrob with new class of ggplot2 Changes in version 0.9 (2012-01-07) FIX - dependencies in examples, imports and exports NEW - multipage output and ggsave support for grid.arrange Changes in version 0.8.5 (2011-10-27) FIX - removed LazyLoad, deprecated in R>=2.14 NEW - stextGrob text with a background