Skip to content

Commit b464b20

Browse files
committed
Update NEWS.md
1 parent dcf5def commit b464b20

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

NEWS.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# 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)