diff --git a/DESCRIPTION b/DESCRIPTION index 526cba7e..f90bb7d2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: tinytable Type: Package Title: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst' Formats Description: Create highly customized tables with this simple and dependency-free package. Data frames can be converted to 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', or 'Typst' tables. The user interface is minimalist and easy to learn. The syntax is concise. 'HTML' tables can be customized using the flexible 'Bootstrap' framework, and 'LaTeX' code with the 'tabularray' package. -Version: 0.6.1.3 +Version: 0.6.1.4 Imports: methods Depends: diff --git a/NEWS.md b/NEWS.md index ca14fecd..c6373b92 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,10 @@ ## Development +Breaking change: + +* `format_tt()` is now stricter, applying no formatting at all by default. Users must specify an argument explicitly or set a global option to change the table. + Bugs: * `save_tt("file.pdf")` works with colors. Thanks to @olivedv for the report and solution #395.