v0.12.0: opt_stylize produces striped rows and borders
Breaking changes
opt_stylize()
now produces stripes by default. Setadd_row_striping=False
to remove. (#461)opt_stylize()
now adds borders to certain styles (which was the original intention; #463)
Features
- add
google_font()
helper, implement inopt_table_font()
andstyle.text()
by @rich-iannone in #423 - implement row striping options by @rich-iannone (#461, #463)
Fixes
Docs
Full Changelog: v0.11.1...v0.12.0