blob: 7554c8c5567fd1d1a27744d0f9ce5e6c781cc702 [file] [log] [blame]
Hao Zhu938b6572017-07-24 17:34:46 -04001kableExtra 0.3.0.9000
2--------------------------------------------------------------------------------
3* Add scroll_box for HTML table for extremely long/wide tables
4
5* Fixed a bug in collapse_row on removing addlinespace
6
7* Removed addlinespace from group_rows
8
9* Added monospace to column_spec
10
11* Lowered R version requirement to R 3.1.0
12
13* Added testthat
14
15* For all HTML table functions, changed reading method from `xml2::read_xml` to
16`xml2::read_html` plus some extra steps to avoid errors when HTML contents
17don't fulfill XHTML requirements
18
19* For all HTML table functions, improved exportation method to remove the XML
20declaration.
21
22
Hao Zhu443a71c2017-07-03 20:06:29 -040023kableExtra 0.3.0
Hao Zhu5353dc02017-05-30 11:30:38 -040024--------------------------------------------------------------------------------
25* Improved the look of HTML grouped header row (again) by adding spaces between
26groups
27
28* Fixed a bug in grouped header row.
29
Hao Zhue5bfbf12017-06-06 00:24:49 -040030* Fixed a bug in grouped rows: https://stackoverflow.com/questions/44360040/group-rows-function-in-kableextra-package-not-grouping-rows
31
Hao Zhu27272712017-06-07 14:02:26 -040032* Fixed a bug in grouped rows with ()[].
Hao Zhu5353dc02017-05-30 11:30:38 -040033
Hao Zhu44682e22017-06-16 14:38:22 -040034* Added a new LaTeX option `repeat_header` in `kable_styling` for repeating
Hao Zhu971d89f2017-06-07 19:22:47 -040035header rows in a longtable environment.
36
Hao Zhu2ce42b92017-06-15 17:15:33 -040037* Fixed a bug in add_header_above to allow special symbol in extra header rows.
38
Hao Zhu76281fe2017-07-03 19:33:09 -040039* Allow column_spec automatically align when width is specified.
Hao Zhu32f43f72017-06-20 18:24:54 -040040
Hao Zhu916c3662017-06-21 15:55:05 -040041* Added bold/italic options to add_header_above.
42
Hao Zhu76281fe2017-07-03 19:33:09 -040043* Added `collapse_rows` to collapse repeated rows to multirow cell
44
45* Improve package-level documentation based on @wibeasley's suggestion
46
Hao Zhubff01912017-05-23 18:05:00 -040047kableExtra 0.2.1
48--------------------------------------------------------------------------------
49
50* Added `column_spec()` to customize the look of the selected column.
51
Hao Zhu6d2faa12017-05-24 02:16:45 -040052* Improved the look of HTML grouped header row.
53
54* Fixed an error in a documentation.
Hao Zhubff01912017-05-23 18:05:00 -040055
Hao Zhu5353dc02017-05-30 11:30:38 -040056
Hao Zhuf9aa4c42017-05-22 15:53:35 -040057kableExtra 0.2.0
58--------------------------------------------------------------------------------
59
60* Added `add_indent()` feature to add indentations to rows in HTML and LaTeX.
61
62* Added `group_rows()` feature to group rows together in HTML and LaTeX.
63
64* Changing `font_size` in `kable_styling` won't affect table caption any more.
65
66* Fixed a bug in `scale_down` in `kable_styling` on landscape page in LaTeX.
67
68* Changed `stop` to `message` on format checking.
69
Hao Zhubd95bb22017-05-22 16:08:49 -040070* Added an example for how to use it in Shiny.
71
72* Fixed a few errors in the LaTeX vignette file.
Hao Zhuf9aa4c42017-05-22 15:53:35 -040073
74
75kableExtra 0.1.0
76--------------------------------------------------------------------------------
77
78* Initial Release