| Hao Zhu | 5353dc0 | 2017-05-30 11:30:38 -0400 | [diff] [blame] | 1 | kableExtra 0.2.1.9000 (not released) | 
 | 2 | -------------------------------------------------------------------------------- | 
 | 3 | * Improved the look of HTML grouped header row (again) by adding spaces between | 
 | 4 | groups | 
 | 5 |  | 
 | 6 | * Fixed a bug in grouped header row. | 
 | 7 |  | 
| Hao Zhu | e5bfbf1 | 2017-06-06 00:24:49 -0400 | [diff] [blame] | 8 | * Fixed a bug in grouped rows: https://stackoverflow.com/questions/44360040/group-rows-function-in-kableextra-package-not-grouping-rows | 
 | 9 |  | 
| Hao Zhu | 2727271 | 2017-06-07 14:02:26 -0400 | [diff] [blame] | 10 | * Fixed a bug in grouped rows with ()[]. | 
| Hao Zhu | 5353dc0 | 2017-05-30 11:30:38 -0400 | [diff] [blame] | 11 |  | 
| Hao Zhu | 44682e2 | 2017-06-16 14:38:22 -0400 | [diff] [blame] | 12 | * Added a new LaTeX option `repeat_header` in `kable_styling` for repeating | 
| Hao Zhu | 971d89f | 2017-06-07 19:22:47 -0400 | [diff] [blame] | 13 | header rows in a longtable environment. | 
 | 14 |  | 
| Hao Zhu | 2ce42b9 | 2017-06-15 17:15:33 -0400 | [diff] [blame] | 15 | * Fixed a bug in add_header_above to allow special symbol in extra header rows. | 
 | 16 |  | 
| Hao Zhu | 44682e2 | 2017-06-16 14:38:22 -0400 | [diff] [blame] | 17 | * Added add_header_left() feature so people can insert heading columns as they | 
 | 18 | do for heading rows. | 
 | 19 |  | 
| Hao Zhu | 32f43f7 | 2017-06-20 18:24:54 -0400 | [diff] [blame] | 20 | * Added alignment feature to column_spec when width is specified. | 
 | 21 |  | 
| Hao Zhu | 916c366 | 2017-06-21 15:55:05 -0400 | [diff] [blame] | 22 | * Added bold/italic options to add_header_above. | 
 | 23 |  | 
| Hao Zhu | bff0191 | 2017-05-23 18:05:00 -0400 | [diff] [blame] | 24 | kableExtra 0.2.1 | 
 | 25 | -------------------------------------------------------------------------------- | 
 | 26 |  | 
 | 27 | * Added `column_spec()` to customize the look of the selected column. | 
 | 28 |  | 
| Hao Zhu | 6d2faa1 | 2017-05-24 02:16:45 -0400 | [diff] [blame] | 29 | * Improved the look of HTML grouped header row. | 
 | 30 |  | 
 | 31 | * Fixed an error in a documentation. | 
| Hao Zhu | bff0191 | 2017-05-23 18:05:00 -0400 | [diff] [blame] | 32 |  | 
| Hao Zhu | 5353dc0 | 2017-05-30 11:30:38 -0400 | [diff] [blame] | 33 |  | 
| Hao Zhu | f9aa4c4 | 2017-05-22 15:53:35 -0400 | [diff] [blame] | 34 | kableExtra 0.2.0 | 
 | 35 | -------------------------------------------------------------------------------- | 
 | 36 |  | 
 | 37 | * Added `add_indent()` feature to add indentations to rows in HTML and LaTeX. | 
 | 38 |  | 
 | 39 | * Added `group_rows()` feature to group rows together in HTML and LaTeX. | 
 | 40 |  | 
 | 41 | * Changing `font_size` in `kable_styling` won't affect table caption any more. | 
 | 42 |  | 
 | 43 | * Fixed a bug in `scale_down` in `kable_styling` on landscape page in LaTeX. | 
 | 44 |  | 
 | 45 | * Changed `stop` to `message` on format checking. | 
 | 46 |  | 
| Hao Zhu | bd95bb2 | 2017-05-22 16:08:49 -0400 | [diff] [blame] | 47 | * Added an example for how to use it in Shiny. | 
 | 48 |  | 
 | 49 | * Fixed a few errors in the LaTeX vignette file. | 
| Hao Zhu | f9aa4c4 | 2017-05-22 15:53:35 -0400 | [diff] [blame] | 50 |  | 
 | 51 |  | 
 | 52 | kableExtra 0.1.0 | 
 | 53 | -------------------------------------------------------------------------------- | 
 | 54 |  | 
 | 55 | * Initial Release |