blob: 4c6ed764a1d663948fcf17d8e4e16c19055c9633 [file] [log] [blame]
Hao Zhubff01912017-05-23 18:05:00 -04001kableExtra 0.2.1
2--------------------------------------------------------------------------------
3
4* Added `column_spec()` to customize the look of the selected column.
5
6* Improve language in docs.
7
Hao Zhuf9aa4c42017-05-22 15:53:35 -04008kableExtra 0.2.0
9--------------------------------------------------------------------------------
10
11* Added `add_indent()` feature to add indentations to rows in HTML and LaTeX.
12
13* Added `group_rows()` feature to group rows together in HTML and LaTeX.
14
15* Changing `font_size` in `kable_styling` won't affect table caption any more.
16
17* Fixed a bug in `scale_down` in `kable_styling` on landscape page in LaTeX.
18
19* Changed `stop` to `message` on format checking.
20
Hao Zhubd95bb22017-05-22 16:08:49 -040021* Added an example for how to use it in Shiny.
22
23* Fixed a few errors in the LaTeX vignette file.
Hao Zhuf9aa4c42017-05-22 15:53:35 -040024
25
26kableExtra 0.1.0
27--------------------------------------------------------------------------------
28
29* Initial Release