|
1 |
| -# gt (development version) |
| 1 | +# gt 1.0.0 |
2 | 2 |
|
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 |
4 | 4 |
|
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) |
8 | 6 |
|
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) |
10 | 8 |
|
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). |
12 | 10 |
|
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). |
14 | 14 |
|
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) |
16 | 16 |
|
17 | 17 | * Improved width calculations in `as_gtable()` (@teunbrand, #1923)
|
18 | 18 |
|
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!) |
20 | 22 |
|
21 | 23 | # gt 0.11.1
|
22 | 24 |
|
|
0 commit comments