blob: 66f09fb3a9402d0745fe78e4bdabc85486f47cce [file] [log] [blame]
Hao Zhu4b0c51e2017-08-01 15:21:07 -04001kableExtra 0.4.0
Hao Zhu938b6572017-07-24 17:34:46 -04002--------------------------------------------------------------------------------
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
Hao Zhu4b0c51e2017-08-01 15:21:07 -04009* Added monospace to column_spec & row_spec
Hao Zhu938b6572017-07-24 17:34:46 -040010
11* Lowered R version requirement to R 3.1.0
12
Hao Zhufd516ba2017-07-28 14:30:25 -040013* Added testthat (#28, thank you @wibeasley)
Hao Zhu938b6572017-07-24 17:34:46 -040014
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
Hao Zhu6f95ea42017-07-25 13:12:12 -040017don't fulfill XHTML requirements (#24)
Hao Zhu938b6572017-07-24 17:34:46 -040018
19* For all HTML table functions, improved exportation method to remove the XML
Hao Zhuca211db2017-07-25 00:06:43 -040020declaration. (Stackoverflow: https://stackoverflow.com/questions/45262308/knit2wp-adds-text-with-kableextra)
21
22* Add `repeat_header_method` in kable_styling (#25)
Hao Zhu938b6572017-07-24 17:34:46 -040023
Hao Zhufd516ba2017-07-28 14:30:25 -040024* Fixed a bug in `position` in `kable_styling()` (https://stackoverflow.com/questions/45378664/kableextra-rmarkdown-tables-aligning-grouping-row-labels-and-footnotes)
25
Hao Zhu4b0c51e2017-08-01 15:21:07 -040026* Improve striped line look on tables with multiple layers of header rows. (#31)
Hao Zhu938b6572017-07-24 17:34:46 -040027
Hao Zhu443a71c2017-07-03 20:06:29 -040028kableExtra 0.3.0
Hao Zhu5353dc02017-05-30 11:30:38 -040029--------------------------------------------------------------------------------
30* Improved the look of HTML grouped header row (again) by adding spaces between
31groups
32
33* Fixed a bug in grouped header row.
34
Hao Zhue5bfbf12017-06-06 00:24:49 -040035* Fixed a bug in grouped rows: https://stackoverflow.com/questions/44360040/group-rows-function-in-kableextra-package-not-grouping-rows
36
Hao Zhu27272712017-06-07 14:02:26 -040037* Fixed a bug in grouped rows with ()[].
Hao Zhu5353dc02017-05-30 11:30:38 -040038
Hao Zhu44682e22017-06-16 14:38:22 -040039* Added a new LaTeX option `repeat_header` in `kable_styling` for repeating
Hao Zhu971d89f2017-06-07 19:22:47 -040040header rows in a longtable environment.
41
Hao Zhu2ce42b92017-06-15 17:15:33 -040042* Fixed a bug in add_header_above to allow special symbol in extra header rows.
43
Hao Zhu76281fe2017-07-03 19:33:09 -040044* Allow column_spec automatically align when width is specified.
Hao Zhu32f43f72017-06-20 18:24:54 -040045
Hao Zhu916c3662017-06-21 15:55:05 -040046* Added bold/italic options to add_header_above.
47
Hao Zhu76281fe2017-07-03 19:33:09 -040048* Added `collapse_rows` to collapse repeated rows to multirow cell
49
50* Improve package-level documentation based on @wibeasley's suggestion
51
Hao Zhubff01912017-05-23 18:05:00 -040052kableExtra 0.2.1
53--------------------------------------------------------------------------------
54
55* Added `column_spec()` to customize the look of the selected column.
56
Hao Zhu6d2faa12017-05-24 02:16:45 -040057* Improved the look of HTML grouped header row.
58
59* Fixed an error in a documentation.
Hao Zhubff01912017-05-23 18:05:00 -040060
Hao Zhu5353dc02017-05-30 11:30:38 -040061
Hao Zhuf9aa4c42017-05-22 15:53:35 -040062kableExtra 0.2.0
63--------------------------------------------------------------------------------
64
65* Added `add_indent()` feature to add indentations to rows in HTML and LaTeX.
66
67* Added `group_rows()` feature to group rows together in HTML and LaTeX.
68
69* Changing `font_size` in `kable_styling` won't affect table caption any more.
70
71* Fixed a bug in `scale_down` in `kable_styling` on landscape page in LaTeX.
72
73* Changed `stop` to `message` on format checking.
74
Hao Zhubd95bb22017-05-22 16:08:49 -040075* Added an example for how to use it in Shiny.
76
77* Fixed a few errors in the LaTeX vignette file.
Hao Zhuf9aa4c42017-05-22 15:53:35 -040078
79
80kableExtra 0.1.0
81--------------------------------------------------------------------------------
82
83* Initial Release