Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: teal.slice
Title: Filter Module for 'teal' Applications
Version: 0.6.0.9014
Version: 0.7.0
Date: 2025-08-19
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"),
Expand Down Expand Up @@ -50,9 +50,9 @@ Imports:
shinycssloaders (>= 1.0.0),
shinyjs (>= 2.1.0),
shinyWidgets (>= 0.6.2),
teal.data (>= 0.7.0),
teal.data (>= 0.8.0),
teal.logger (>= 0.4.0),
teal.widgets (>= 0.4.3),
teal.widgets (>= 0.5.0),
utils
Suggests:
DT (>= 0.13),
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# teal.slice 0.6.0.9014
# teal.slice 0.7.0

### Enhancements

* Improved the layout and appearance of the filter panel with new UI design.

### Bug fixes

* Fix bug where drop-down choices show no choices (#662).

### Miscellaneous

Expand Down
Loading