1. 3465b50 #156 add align to add_header_above by Hao Zhu · 7 years ago
  2. e4c4b11 Fix #158 by Hao Zhu · 7 years ago
  3. 1aff734 added linebreak support to all kableExtra functions by Hao Zhu · 7 years ago
  4. 248bbef add linebreak by Hao Zhu · 7 years ago
  5. c786513 improve escape in add_header_above by Hao Zhu · 7 years ago
  6. eaeb0cd Add a new layout and other features for collapse_rows for LaTeX by georgegui · 7 years ago
  7. 23bde3a extra changes for footnote with threeparttable by Hao Zhu · 7 years ago
  8. e809c56 Fixed #135 by Hao Zhu · 7 years ago
  9. 5776154 typo by Hao Zhu · 7 years ago
  10. 5b71b2d adding some checks to disable the real-time display when RStudio is not running by Hao Zhu · 7 years ago
  11. 27c7c85 Improve footnote by Hao Zhu · 7 years ago
  12. 2345676 replace threeparttable with threeparttablex; Fixed #119 by Hao Zhu · 7 years ago
  13. 2223ece Fixed #116 by Hao Zhu · 7 years ago
  14. 68b5bbf add knitr::kable to export by Hao Zhu · 7 years ago
  15. d463087 Fixed #115 by Hao Zhu · 7 years ago
  16. 164c48d Fix #153 by Hao Zhu · 7 years ago
  17. a3f43ad add in the option for a horizontal line before the grouped row label by Brian Salzer · 7 years ago
  18. 6191e74 Update group_rows.R by Hao Zhu · 7 years ago
  19. 4cc925b Add options for group_rows by georgegui · 7 years ago
  20. c53f0cd move row label justification from latex_options to its own parameter so that it can be used in html tables by Salzer · 7 years ago
  21. 8669213 Update kable_styling.R by bsalzer · 7 years ago
  22. 8f49eb6 change parmeter from align to latex_align to match existing parameter in function by Salzer · 7 years ago
  23. 1555085 and align feature for group_row function by Salzer · 7 years ago
  24. 8593327 Greater control for row grouping by bsalzer · 7 years ago
  25. 74e2e22 Allow adjustment on row label orientation in latex by bsalzer · 7 years ago
  26. 27eb90b add option to keep latex file for debugging by Salzer · 7 years ago
  27. 6bc84f8 add option to have line underneath headers. by Salzer · 7 years ago
  28. 35032e3 fix centering when using threeparttable by bsalzer · 7 years ago
  29. c81c1fe changed `"indentLevel"` to `"identlevel"` in `add_indent_html()` by Alan Butler · 7 years ago
  30. 8c8ac8b Fix the stackoverflow issue by Hao Zhu · 7 years ago
  31. 5ece06e Fix a typo in Doc by Hao Zhu · 7 years ago
  32. b9da01c Final fixes for 0.7.0 release by Hao Zhu · 7 years ago
  33. 401ebd8 Improve warning message by Hao Zhu · 7 years ago
  34. 53454f0 #101 by Hao Zhu · 7 years ago
  35. 12b0ade add hline options to collapse_rows by Hao Zhu · 7 years ago
  36. 01b15b8 Fix #109 by Hao Zhu · 7 years ago
  37. b49bddf Fix #107 by Hao Zhu · 7 years ago
  38. d9fc3d4 fix text_spec by Hao Zhu · 7 years ago
  39. ef0c830 add strikeout and underline to spec functions by Hao Zhu · 7 years ago
  40. f210083 Apply class kableExtra to all HTML functions by Hao Zhu · 7 years ago
  41. c830679 bug fix by Hao Zhu · 7 years ago
  42. 3b7e29d remove widget for now by Hao Zhu · 7 years ago
  43. 7cb0e37 move kePrint by Hao Zhu · 7 years ago
  44. 8a69ad1 add js to enable popover and hover message by Hao Zhu · 7 years ago
  45. eaef431 add custom print & knit_print method to display HTML table on the run by Hao Zhu · 7 years ago
  46. 2502807 bug fix by Hao Zhu · 7 years ago
  47. 17814c7 Add threeparttable to footnote by Hao Zhu · 7 years ago
  48. bab692d add kableExtra and Word by Hao Zhu · 7 years ago
  49. d57ba6d remove special case for longtable. The pagewise footnote is not feasible. by Hao Zhu · 7 years ago
  50. 5ed52cd typo by Hao Zhu · 7 years ago
  51. b1e2e3d fix example by Hao Zhu · 7 years ago
  52. 593f57e update footnote doc; fix a bug in row_spec by Hao Zhu · 7 years ago
  53. e0782ab add escape to footnote; add function documentation by Hao Zhu · 7 years ago
  54. 19c4fa5 add footnote for latex by Hao Zhu · 7 years ago
  55. 9f91748 Fix #88 by Hao Zhu · 7 years ago
  56. b1de967 Add extra_css to spec family by Hao Zhu · 7 years ago
  57. 1ac13ad Fix #105 by Hao Zhu · 7 years ago
  58. cdd7f92 change add_footnote_adv to footnote by Hao Zhu · 7 years ago
  59. 8dd65a9 add add_footnote_adv (temp name) for html table by Hao Zhu · 7 years ago
  60. 0a98df0 remove "NOBLANK" for read_html by Hao Zhu · 7 years ago
  61. 3edc85a bug fix by Hao Zhu · 7 years ago
  62. 93167fb Merge branch 'master' of https://github.com/haozhu233/kableExtra by Hao Zhu · 7 years ago
  63. 4e557c2 add scale_from to spec tools by Hao Zhu · 7 years ago
  64. 994fc56 Add \leavevmode to \color specification to preserve vertical alignment in columns. (https://tex.stackexchange.com/questions/328043/changing-the-text-color-for-a-cell-does-change-alignment) by Stefanie LaZerte · 7 years ago
  65. 915b1b2 add HTML color support to background color by Hao Zhu · 7 years ago
  66. 6a14e88 remove display inline-block in column width by Hao Zhu · 7 years ago
  67. 7f7293e Fix #89 by Hao Zhu · 7 years ago
  68. 8b32b19 update docs by Hao Zhu · 7 years ago
  69. 5883428 remove sparkline by Hao Zhu · 7 years ago
  70. 6290fdd fix checks & update vignette by Hao Zhu · 7 years ago
  71. 6f362bb Add spec_tooltip & spec_popover; Update documentation by Hao Zhu · 7 years ago
  72. ce5ee41 update documentation by Hao Zhu · 7 years ago
  73. 44f6c49 Re-fix #34 by Hao Zhu · 7 years ago
  74. 16c2f9e Improve method so it's 200% faster when there are many many rows by Hao Zhu · 7 years ago
  75. 064990d Fix the duplicated row bug in LaTeX table. Fix a bug introduced in #73. Change back to div for cell_spec by Hao Zhu · 7 years ago
  76. f6be00b change from div to span for background color in cell_spec by Hao Zhu · 7 years ago
  77. 7d09334 Merge branch 'master' of https://github.com/haozhu233/kableExtra by Hao Zhu · 7 years ago
  78. 457acb4 improve color code setting by Hao Zhu · 7 years ago
  79. 35f01b1 escape also special regex character ? by energien · 7 years ago
  80. 9ce317e Add spec_color and family by Hao Zhu · 7 years ago
  81. bacd2f3 Adding cell_spec by Hao Zhu · 7 years ago
  82. b35f188 switch from readr::write_file to writeLines by Hao Zhu · 7 years ago
  83. 20784e7 add * to the last line by Hao Zhu · 7 years ago
  84. c83eb63 remove star by Hao Zhu · 7 years ago
  85. 9c18fd8 ops... by Hao Zhu · 7 years ago
  86. e7c8f70 Add font_size option to row_spec; regenerate documentation by Hao Zhu · 7 years ago
  87. 8d347c4 issue #26 & #66 by Hao Zhu · 7 years ago
  88. 18b4766 Merge pull request #73 from newtux/master by Hao Zhu · 7 years ago
  89. b2b4199 Fix #70 by Hao Zhu · 7 years ago
  90. b7f4f4e change default text for continued by Hao Zhu · 7 years ago
  91. 6c9714a add feature for issue #69 by Hao Zhu · 7 years ago
  92. d286706 Fix issue in hold position being used with center default float by newtux · 7 years ago
  93. 4840bc9 bump version... by Hao Zhu · 7 years ago
  94. 2a6256d Improve latex package listing method by Hao Zhu · 7 years ago
  95. 246b95c Provide documentation about ghostscript by Hao Zhu · 7 years ago
  96. cc39792 try to fix kable_as_image for windows again... by Hao Zhu · 7 years ago
  97. f2ebf9e fix a bug in column_spec, fix kable_as_image in windows by Hao Zhu · 7 years ago
  98. 49483bf add index to group_rows for robust row-grouping tasks by Hao Zhu · 7 years ago
  99. 322de08 add vector support to row_spec (HTML & PDF) by Hao Zhu · 7 years ago
  100. 9b43f62 add vector support to column_spec_html as well by Hao Zhu · 7 years ago