Skip to content

Commit

Permalink
Increment version number to 0.4.1.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomasmock committed Jul 15, 2022
1 parent ade215b commit dce8082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: gtExtras
Title: Extending 'gt' for Beautiful HTML Tables
Version: 0.4.0.9006
Version: 0.4.1.9000
Authors@R: c(
person("Thomas", "Mock", , "[email protected]", role = c("aut", "cre", "cph")),
person("Daniel D.", "Sjoberg", , "[email protected]", role = "ctb",
Expand Down
10 changes: 2 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# gtExtras (development version)

### 0.4.0.0006
- Add explicit height argument to `gt_fa_column()`
# gtExtras 0.4.1

### 0.4.0.0005
- Add explicit height argument to `gt_fa_column()`
- Add `get_row_index()` to assist in applying styles to specific rows visually
- Refactor `last_row_id()` to use `get_row_index()` internally.

### 0.4.0.9004

- Refactor `gt_index()` to respect multiple groups - closes [Issue #58](https://github.com/jthomasmock/gtExtras/issues/58) - thanks @jmbarbone !
- Refactor `tab_style_by_grp()` to respect multiple groups

### 0.4.0.9003
- Add NA handling to `gt_plt_conf_int()` - closes [#52](https://github.com/jthomasmock/gtExtras/issues/52)
- Update readme content to reflect latest documentation
- Remove `use_paletteer` argument from documentation (inline operation in function)
Expand Down

0 comments on commit dce8082

Please sign in to comment.