Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-05 | 1.4 kB | |
v1.0.0 source code.tar.gz | 2025-04-05 | 136.7 MB | |
v1.0.0 source code.zip | 2025-04-05 | 137.3 MB | |
Totals: 3 Items | 274.0 MB | 0 |
Minor improvements and bug fixes
-
Tables embedded in Shiny apps with
gt_output()
andrender_gt()
withihtml.selection_mode
enabled also act as inputs, reporting the row numbers that are selected (#354, [#1368]). (@jonthegeek, [#1909]) -
Significantly faster rendering of certain large tables, by optimizing the internal
rownum_translation()
utility (#1924). (@magnusdv, [#1925]) -
Fixed an issue in
fmt_number()
wheredrop_trailing_dec_mark
would be ignored ifuse_seps = FALSE
(#1961). (@olivroy, [#1962]). -
Fixed an issue where
fmt_markdown()
could create strange output in Quarto (html and Typst formats) (#1957). (@olivroy, [#1958], [quarto-dev/quarto-cli#11932](https://github.com/quarto-dev/quarto-cli/issues/11932), [quarto-dev/quarto-cli#11610](https://github.com/quarto-dev/quarto-cli/issues/11610)). -
The default table position in LaTeX is now "t" instead of "!t" (@AaronGullickson, [#1935]).
-
Fixed an issue where cross-references would fail in bookdown::html_document2 (@olivroy, [#1948])
-
Improved width calculations in
as_gtable()
(@teunbrand, [#1923]) -
gt(row_group_as_column = TRUE)
now works if multiple groups are supplied (#1552). (@olivroy, [#1801]). -
Fixed many typos in the documentation. (#1910, thanks @MichaelChirico!)