Skip to content

Commit 7a82936

Browse files
authored
Merge pull request #2115 from rstudio/v1.3.0-rc
Release gt v1.3.0
2 parents 8344ddf + 12ed79a commit 7a82936

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: gt
33
Title: Easily Create Presentation-Ready Display Tables
4-
Version: 1.2.0.9001
4+
Version: 1.3.0
55
Authors@R: c(
66
person("Richard", "Iannone", , "rich@posit.co", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-3925-190X")),
@@ -55,6 +55,7 @@ Imports:
5555
vctrs,
5656
xml2 (>= 1.3.6)
5757
Suggests:
58+
bit64,
5859
farver,
5960
fontawesome (>= 0.5.2),
6061
ggplot2,

NEWS.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
1-
# gt (development version)
1+
# gt 1.3.0
22

3-
* Update how long text that has a line break or is horizontally aligned in a cell (stubs, labels, table body). (@thebioengineer)
3+
## New features
4+
5+
* The new `row_order()` function makes it possible to order rows within groups by one or more columns. This complements the existing `row_group_order()` function, which reorders the groups themselves (#1112). (#2099)
6+
7+
* Added the `info_tf_style()` function, which provides a quick reference table showing all available styles for formatting `TRUE`/`FALSE` values with `fmt_tf()` (#2107). (#2108)
8+
9+
## Minor improvements and bug fixes
10+
11+
* Numeric formatting functions (e.g., `fmt_number()`, `fmt_integer()`, `fmt_currency()`, etc.) now work with `bit64::integer64` columns (#1932). (#2106)
12+
13+
* Several improvements were made to LaTeX output tables: text in cells is now wrapped correctly when the cell has a specified width, and footnotes placed in such cells are now correctly rendered. (@thebioengineer, #2097)
14+
15+
* The new `stub.separate` option in `tab_options()` controls whether vertical lines are displayed at the stub boundary; this works with both HTML and LaTeX output (#2096). (@thebioengineer, #2101)
16+
17+
* The `cells_stub()` location helper now correctly targets all stub columns when using a multi-column stub (#2100). (#2102)
18+
19+
* Improved multi-column stub styling in LaTeX output tables; the `cells_stub()` helper now works properly for adding footnotes and applying styles to stub cells in LaTeX (#2103). (#2104)
420

5-
* Added `stub.separate` option to control if vertical bars/borders are added for stubs (#2096). (@thebioengineer)
21+
* When using `row_group_as_column = TRUE` for LaTeX output tables, column widths are now correctly computed (#2110). (@thebioengineer, #2112)
622

7-
* Fixed handling of row_groups_as_column=TRUE for latex columns (#2110). (@thebioengineer)
23+
* Fixed an issue where applying styling to `columns = everything()` could miss columns when a multi-column stub is present (#2094). (#2113)
824

925
# gt 1.2.0
1026

0 commit comments

Comments
 (0)