forked from davidgohel/flextable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
117 lines (65 loc) · 2.42 KB
/
Copy pathNEWS
File metadata and controls
117 lines (65 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# flextable 0.4.6
## new features
* a new helper function `body_replace_flextable_at_bkm` to
replace a bookmarked paragraph by a flextable.
* new functions `colformat_*` to make content formatting easier.
It also deals with NA.
## Improvement
* Documentation `format.flextable` method so that users can create
their components.
* new knitr chunk options `ft.align` to align tables in
`rmarkdown::word_document` and `ft.split` to activate Word
option 'Allow row to break across pages'.
## Issues
* fix issue (unordered and duplicated chunk of text) in function `display()`
# flextable 0.4.5
## Improvement
* flextable will not be split across rows at a page break in Word documents.
## Issues
* fix border rendering with `vline()`
* empty data.frame are no more generating an error
# flextable 0.4.4
## new features
* Soft return `\n` is now supported. Function `autofit` and `dim_pretty` do not
support soft returns and may return wrong results (\n will be considered as "").
* format function for flextable objects.
## Issues
* fix border rendering with `border_outer()`
# flextable 0.4.3
## new features
* new functions: `hyperlink_text()` to be used with `display`, `font()`
* new functions `hline*()` and `vline*()` and many new helper functions
to be used instead of borders.
## Improvement
* manuals have been refactored
## Issues
* fix display issue when a cell was containing NA
# flextable 0.4.2
## new features
* new function `xtable_to_flextable()` that is returning
a flextable from an xtable object.
* function `htmltools_value()` is exported for shiny applications.
# flextable 0.4.1
## new features
* flextables have now a footer part
# flextable 0.4.0
## new features
* new function `knit_print()` to render flextable in rmarkdown.
## Changes
* function tabwid() is deprecated in favor of a knit_print implementation.
* list of dependencies has been reduced.
# flextable 0.3
## new features
* new function `regulartable`, faster and simpler than `flextable`
## Issues
* characters <, > and & are now html encoded
* fix columns widths when output format is HTML
# flextable 0.2
## new features
* new function `ph_with_flextable_at` to add a flextable at any position in a slide.
* new function `merge_at` is providing a general way of merging cells.
* new theme function: `theme_box()`
## Changes
* function display() now works with a mustache template
## Issues
* fix fontsize when part == "all"