blob: ecad9ef5e5831e6f4a88b30c63166bf424ca5af4 [file] [log] [blame]
Hao Zhu5353dc02017-05-30 11:30:38 -04001kableExtra 0.2.1.9000 (not released)
2--------------------------------------------------------------------------------
3* Improved the look of HTML grouped header row (again) by adding spaces between
4groups
5
6* Fixed a bug in grouped header row.
7
Hao Zhue5bfbf12017-06-06 00:24:49 -04008* Fixed a bug in grouped rows: https://stackoverflow.com/questions/44360040/group-rows-function-in-kableextra-package-not-grouping-rows
9
Hao Zhu27272712017-06-07 14:02:26 -040010* Fixed a bug in grouped rows with ()[].
Hao Zhu5353dc02017-05-30 11:30:38 -040011
Hao Zhu44682e22017-06-16 14:38:22 -040012* Added a new LaTeX option `repeat_header` in `kable_styling` for repeating
Hao Zhu971d89f2017-06-07 19:22:47 -040013header rows in a longtable environment.
14
Hao Zhu2ce42b92017-06-15 17:15:33 -040015* Fixed a bug in add_header_above to allow special symbol in extra header rows.
16
Hao Zhu44682e22017-06-16 14:38:22 -040017* Added add_header_left() feature so people can insert heading columns as they
18do for heading rows.
19
Hao Zhu32f43f72017-06-20 18:24:54 -040020* Added alignment feature to column_spec when width is specified.
21
Hao Zhubff01912017-05-23 18:05:00 -040022kableExtra 0.2.1
23--------------------------------------------------------------------------------
24
25* Added `column_spec()` to customize the look of the selected column.
26
Hao Zhu6d2faa12017-05-24 02:16:45 -040027* Improved the look of HTML grouped header row.
28
29* Fixed an error in a documentation.
Hao Zhubff01912017-05-23 18:05:00 -040030
Hao Zhu5353dc02017-05-30 11:30:38 -040031
Hao Zhuf9aa4c42017-05-22 15:53:35 -040032kableExtra 0.2.0
33--------------------------------------------------------------------------------
34
35* Added `add_indent()` feature to add indentations to rows in HTML and LaTeX.
36
37* Added `group_rows()` feature to group rows together in HTML and LaTeX.
38
39* Changing `font_size` in `kable_styling` won't affect table caption any more.
40
41* Fixed a bug in `scale_down` in `kable_styling` on landscape page in LaTeX.
42
43* Changed `stop` to `message` on format checking.
44
Hao Zhubd95bb22017-05-22 16:08:49 -040045* Added an example for how to use it in Shiny.
46
47* Fixed a few errors in the LaTeX vignette file.
Hao Zhuf9aa4c42017-05-22 15:53:35 -040048
49
50kableExtra 0.1.0
51--------------------------------------------------------------------------------
52
53* Initial Release