Skip to content

Commit

Permalink
fix NEWS.md
Browse files Browse the repository at this point in the history
ci skip
  • Loading branch information
davidgohel committed Aug 27, 2024
1 parent ab4d697 commit 2fda254
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- remove_fields in `docx_summary()` now also removes "w:fldData" nodes.
- complete the manual of `body_add_docx()` with a note about the file basename
that can not contain ' ' and trigger an error if it contains a ' '.
- `plot_layout_properties()` gains a 'title' parameter, which will add the layout name as the plot title. Defaults to `FALSE`, to not alter the old behavior. Also, the slide width and height are now correctly displayed in the plot. Before, a box was drawn around the plot area. However, the plot area var with device size, not slide size.

## Features

Expand All @@ -19,20 +20,11 @@ to replace text content enclosed in a bookmark with a ggplot or a base plot.

- Fix. `docx_summary` preserves non-breaking hyphens. Non-breaking hyphens are
replaced with a hyphen-minus (Unicode character 002D). Closes #573.

#' with different text.

- `plot_layout_properties()` gains a 'title' parameter, which will add the layout name as the plot title. Defaults to `FALSE`, to not alter the old behavior. Also, the slide width and height are now correctly displayed in the plot. Before, a box was drawn around the plot area. However, the plot area var with device size, not slide size.
- `docx_summary()` gains parameter 'detailed' which allows to get a detailed
summary including formatting properties of runs in a paragraph. Formatting
properties are stored in a list column `run`, where each element
is a dataframe with rows corresponding to a single
run and columns containing the information on formatting properties.

# officer 0.6.6

## Issues

- Fix. Add alt text to ggplot's added to a pptx with ph_with.gg. Closes #556.
- embedded image in PPT can now be associated with an hyperlink
- add a check to `block_pour_docx()` to avoid working with file paths
Expand Down

0 comments on commit 2fda254

Please sign in to comment.