| Hao Zhu | 4b0c51e | 2017-08-01 15:21:07 -0400 | [diff] [blame] | 1 | kableExtra 0.4.0 | 
| Hao Zhu | 938b657 | 2017-07-24 17:34:46 -0400 | [diff] [blame] | 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 |  | 
| Hao Zhu | 4b0c51e | 2017-08-01 15:21:07 -0400 | [diff] [blame] | 9 | * Added monospace to column_spec & row_spec | 
| Hao Zhu | 938b657 | 2017-07-24 17:34:46 -0400 | [diff] [blame] | 10 |  | 
 | 11 | * Lowered R version requirement to R 3.1.0 | 
 | 12 |  | 
| Hao Zhu | fd516ba | 2017-07-28 14:30:25 -0400 | [diff] [blame] | 13 | * Added testthat (#28, thank you @wibeasley) | 
| Hao Zhu | 938b657 | 2017-07-24 17:34:46 -0400 | [diff] [blame] | 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 | 
| Hao Zhu | 6f95ea4 | 2017-07-25 13:12:12 -0400 | [diff] [blame] | 17 | don't fulfill XHTML requirements (#24) | 
| Hao Zhu | 938b657 | 2017-07-24 17:34:46 -0400 | [diff] [blame] | 18 |  | 
 | 19 | * For all HTML table functions, improved exportation method to remove the XML | 
| Hao Zhu | ca211db | 2017-07-25 00:06:43 -0400 | [diff] [blame] | 20 | declaration. (Stackoverflow: https://stackoverflow.com/questions/45262308/knit2wp-adds-text-with-kableextra) | 
 | 21 |  | 
 | 22 | * Add `repeat_header_method` in kable_styling (#25) | 
| Hao Zhu | 938b657 | 2017-07-24 17:34:46 -0400 | [diff] [blame] | 23 |  | 
| Hao Zhu | fd516ba | 2017-07-28 14:30:25 -0400 | [diff] [blame] | 24 | * Fixed a bug in `position` in `kable_styling()` (https://stackoverflow.com/questions/45378664/kableextra-rmarkdown-tables-aligning-grouping-row-labels-and-footnotes) | 
 | 25 |  | 
| Hao Zhu | 4b0c51e | 2017-08-01 15:21:07 -0400 | [diff] [blame] | 26 | * Improve striped line look on tables with multiple layers of header rows. (#31) | 
| Hao Zhu | 938b657 | 2017-07-24 17:34:46 -0400 | [diff] [blame] | 27 |  | 
| Hao Zhu | ac7e70f | 2017-08-02 00:18:36 -0400 | [diff] [blame] | 28 | * Adding escape to `add_header_above` and `group_rows` | 
 | 29 |  | 
| Hao Zhu | 443a71c | 2017-07-03 20:06:29 -0400 | [diff] [blame] | 30 | kableExtra 0.3.0 | 
| Hao Zhu | 5353dc0 | 2017-05-30 11:30:38 -0400 | [diff] [blame] | 31 | -------------------------------------------------------------------------------- | 
 | 32 | * Improved the look of HTML grouped header row (again) by adding spaces between | 
 | 33 | groups | 
 | 34 |  | 
 | 35 | * Fixed a bug in grouped header row. | 
 | 36 |  | 
| Hao Zhu | e5bfbf1 | 2017-06-06 00:24:49 -0400 | [diff] [blame] | 37 | * Fixed a bug in grouped rows: https://stackoverflow.com/questions/44360040/group-rows-function-in-kableextra-package-not-grouping-rows | 
 | 38 |  | 
| Hao Zhu | 2727271 | 2017-06-07 14:02:26 -0400 | [diff] [blame] | 39 | * Fixed a bug in grouped rows with ()[]. | 
| Hao Zhu | 5353dc0 | 2017-05-30 11:30:38 -0400 | [diff] [blame] | 40 |  | 
| Hao Zhu | 44682e2 | 2017-06-16 14:38:22 -0400 | [diff] [blame] | 41 | * Added a new LaTeX option `repeat_header` in `kable_styling` for repeating | 
| Hao Zhu | 971d89f | 2017-06-07 19:22:47 -0400 | [diff] [blame] | 42 | header rows in a longtable environment. | 
 | 43 |  | 
| Hao Zhu | 2ce42b9 | 2017-06-15 17:15:33 -0400 | [diff] [blame] | 44 | * Fixed a bug in add_header_above to allow special symbol in extra header rows. | 
 | 45 |  | 
| Hao Zhu | 76281fe | 2017-07-03 19:33:09 -0400 | [diff] [blame] | 46 | * Allow column_spec automatically align when width is specified. | 
| Hao Zhu | 32f43f7 | 2017-06-20 18:24:54 -0400 | [diff] [blame] | 47 |  | 
| Hao Zhu | 916c366 | 2017-06-21 15:55:05 -0400 | [diff] [blame] | 48 | * Added bold/italic options to add_header_above. | 
 | 49 |  | 
| Hao Zhu | 76281fe | 2017-07-03 19:33:09 -0400 | [diff] [blame] | 50 | * Added `collapse_rows` to collapse repeated rows to multirow cell | 
 | 51 |  | 
 | 52 | * Improve package-level documentation based on @wibeasley's suggestion | 
 | 53 |  | 
| Hao Zhu | bff0191 | 2017-05-23 18:05:00 -0400 | [diff] [blame] | 54 | kableExtra 0.2.1 | 
 | 55 | -------------------------------------------------------------------------------- | 
 | 56 |  | 
 | 57 | * Added `column_spec()` to customize the look of the selected column. | 
 | 58 |  | 
| Hao Zhu | 6d2faa1 | 2017-05-24 02:16:45 -0400 | [diff] [blame] | 59 | * Improved the look of HTML grouped header row. | 
 | 60 |  | 
 | 61 | * Fixed an error in a documentation. | 
| Hao Zhu | bff0191 | 2017-05-23 18:05:00 -0400 | [diff] [blame] | 62 |  | 
| Hao Zhu | 5353dc0 | 2017-05-30 11:30:38 -0400 | [diff] [blame] | 63 |  | 
| Hao Zhu | f9aa4c4 | 2017-05-22 15:53:35 -0400 | [diff] [blame] | 64 | kableExtra 0.2.0 | 
 | 65 | -------------------------------------------------------------------------------- | 
 | 66 |  | 
 | 67 | * Added `add_indent()` feature to add indentations to rows in HTML and LaTeX. | 
 | 68 |  | 
 | 69 | * Added `group_rows()` feature to group rows together in HTML and LaTeX. | 
 | 70 |  | 
 | 71 | * Changing `font_size` in `kable_styling` won't affect table caption any more. | 
 | 72 |  | 
 | 73 | * Fixed a bug in `scale_down` in `kable_styling` on landscape page in LaTeX. | 
 | 74 |  | 
 | 75 | * Changed `stop` to `message` on format checking. | 
 | 76 |  | 
| Hao Zhu | bd95bb2 | 2017-05-22 16:08:49 -0400 | [diff] [blame] | 77 | * Added an example for how to use it in Shiny. | 
 | 78 |  | 
 | 79 | * Fixed a few errors in the LaTeX vignette file. | 
| Hao Zhu | f9aa4c4 | 2017-05-22 15:53:35 -0400 | [diff] [blame] | 80 |  | 
 | 81 |  | 
 | 82 | kableExtra 0.1.0 | 
 | 83 | -------------------------------------------------------------------------------- | 
 | 84 |  | 
 | 85 | * Initial Release |