Skip to content

Commit

Permalink
release 0.4.0 [skip vbump] [skip spelling] (#439)
Browse files Browse the repository at this point in the history
Releasing 0.4.0

Linking with:
insightsengineering/nestdevs-tasks#25

---------

Co-authored-by: Dawid Kałędkowski <dawid.kaledkowski@gmail.com>
  • Loading branch information
donyunardi and gogonzo authored Aug 14, 2023
1 parent 0a66dc1 commit fa00471
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal.slice
Title: Filter Module for `teal` Applications
Version: 0.3.0.9034
Date: 2023-08-10
Version: 0.4.0
Date: 2023-08-11
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
Expand Down Expand Up @@ -39,9 +39,9 @@ Imports:
shinycssloaders,
shinyjs,
shinyWidgets (>= 0.6.2),
teal.data (>= 0.1.2.9011),
teal.data (>= 0.3.0),
teal.logger (>= 0.1.1),
teal.widgets (>= 0.2.0)
teal.widgets (>= 0.4.0)
Suggests:
knitr,
MultiAssayExperiment,
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# teal.slice 0.3.0.9034
# teal.slice 0.4.0

### New features

* Filter panel API is now based on `teal_slice` and `teal_slices` objects.
* It is now possible to specify a filter based on an arbitrary logical expression. See `expr` argument in `teal_slice`.
* It is now possible to specify a filter based on an arbitrary logical expression. See `expr` argument in `teal_slice`.
* It is now possible to limit choices in a single filter card. See `choices` argument in `teal_slice`.
* It is now possible to initialize the filter panel without the "Add filter variables" panel through `allow_add` in `teal_slices`.
* It is now possible to set a filter that cannot be removed by the app user. See `anchored` argument in `teal_slice`.
Expand Down

0 comments on commit fa00471

Please sign in to comment.