blob: 6a418aa416771f0ab08ddbba591b4ef43fa53c7a [file] [log] [blame]
Hao Zhuf9aa4c42017-05-22 15:53:35 -04001kableExtra 0.2.0
2--------------------------------------------------------------------------------
3
4* Added `add_indent()` feature to add indentations to rows in HTML and LaTeX.
5
6* Added `group_rows()` feature to group rows together in HTML and LaTeX.
7
8* Changing `font_size` in `kable_styling` won't affect table caption any more.
9
10* Fixed a bug in `scale_down` in `kable_styling` on landscape page in LaTeX.
11
12* Changed `stop` to `message` on format checking.
13
Hao Zhubd95bb22017-05-22 16:08:49 -040014* Added an example for how to use it in Shiny.
15
16* Fixed a few errors in the LaTeX vignette file.
Hao Zhuf9aa4c42017-05-22 15:53:35 -040017
18
19kableExtra 0.1.0
20--------------------------------------------------------------------------------
21
22* Initial Release