Skip to content

Commit 06338bb

Browse files
authored
Merge pull request #1980 from rstudio/v1.0.0-rc
Release gt v1.0.0
2 parents 55f330a + b464b20 commit 06338bb

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

DESCRIPTION

+1-1
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: 0.11.1.9000
4+
Version: 1.0.0
55
Authors@R: c(
66
person("Richard", "Iannone", , "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-3925-190X")),

NEWS.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1-
# gt (development version)
1+
# gt 1.0.0
22

3-
* Fixed an issue in `fmt_number()` where `drop_trailing_dec_mark` would be ignored if `use_seps = FALSE` (@olivroy, #1961).
3+
## Minor improvements and bug fixes
44

5-
* Fixed an issue where `fmt_markdown()` could create strange output in Quarto (html and Typst formats) (@olivroy, #1957, [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)).
6-
7-
* The default table position in LaTeX is now "t" instead of "!t" (@AaronGullickson, #1935).
5+
* Tables embedded in Shiny apps with `gt_output()` and `render_gt()` with `ihtml.selection_mode` enabled also act as inputs, reporting the row numbers that are selected (#354, #1368). (@jonthegeek, #1909)
86

9-
* Fixed an issue where cross-references would fail in bookdown::html_document2 (@olivroy, #1948)
7+
* Significantly faster rendering of certain large tables, by optimizing the internal `rownum_translation()` utility (#1924). (@magnusdv, #1925)
108

11-
* Significantly faster rendering of certain large tables, by optimizing the internal `rownum_translation()` utility. (@magnusdv, #1924)
9+
* Fixed an issue in `fmt_number()` where `drop_trailing_dec_mark` would be ignored if `use_seps = FALSE` (#1961). (@olivroy, #1962).
1210

13-
* Interactive tables can support selection through the `ihtml.selection_mode` option. (@jonthegeek, #1909)
11+
* 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)).
12+
13+
* The default table position in LaTeX is now "t" instead of "!t" (@AaronGullickson, #1935).
1414

15-
* Tables embedded in Shiny apps with `gt_output()` and `render_gt()` with `ihtml.selection_mode` enabled also act as inputs, reporting the row numbers that are selected (#354, #1368). (@jonthegeek, #1909)
15+
* Fixed an issue where cross-references would fail in bookdown::html_document2 (@olivroy, #1948)
1616

1717
* Improved width calculations in `as_gtable()` (@teunbrand, #1923)
1818

19-
* `gt(row_group_as_column = TRUE)` now works if multiple groups are supplied (@olivroy, #1552).
19+
* `gt(row_group_as_column = TRUE)` now works if multiple groups are supplied (#1552). (@olivroy, #1801).
20+
21+
* Fixed many typos in the documentation. (#1910, thanks @MichaelChirico!)
2022

2123
# gt 0.11.1
2224

0 commit comments

Comments
 (0)