From 1b2ec3fe9ebca329ff5224c1159cb31876ccd8da Mon Sep 17 00:00:00 2001 From: Damien Dotta Date: Wed, 16 Oct 2024 15:25:36 +0200 Subject: [PATCH] doc: update README for v1.1.0 --- NEWS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 911458d..b57140d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,9 @@ -# tablexlsx (WIP) +# tablexlsx 1.1.0 -* new method for styling tables: `toxlsx()` now accepts a `theme` argument, which has to be supplied as an object returned by `xls_theme()` functions. Some themes are provided by default: `xls_theme_default()` and `xls_theme_plain()`. The default theme has been slightly changed. (#40) -* provide meaningful error message if merge cols don't exist (#20) -* `path` can now be supplied as a file name with full path instead of a directory name (#29) -* (fix) `toxlsx()` no longer fails when the `object` argument is the result of a computation (#18) +* new method for styling tables: `toxlsx()` now accepts a `theme` argument, which has to be supplied as an object returned by `xls_theme()` functions. Some themes are provided by default: `xls_theme_default()` and `xls_theme_plain()`. The default theme has been slightly changed. #40 +* provide meaningful error message if merge cols don't exist #20 +* `path` can now be supplied as a file name with full path instead of a directory name #29 +* (fix) `toxlsx()` no longer fails when the `object` argument is the result of a computation #18 # tablexlsx 1.0.0