From c15c561bc294de0b7f1fd47f0ef5a44bc51aba86 Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Mon, 18 Aug 2025 10:57:33 -0700 Subject: [PATCH 1/2] [skip vbump] upversion v0.7.0 --- DESCRIPTION | 6 +++--- NEWS.md | 10 +++++++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4a62f8249..ce25cc1d9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: teal.slice Title: Filter Module for 'teal' Applications -Version: 0.6.0.9013 +Version: 0.7.0 Date: 2025-08-18 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"), @@ -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), diff --git a/NEWS.md b/NEWS.md index cc6cfd496..abcad2ee0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,12 @@ -# teal.slice 0.6.0.9013 +# 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 From 97cfd579f69f6932254ee5cf50a75a252f1e977c Mon Sep 17 00:00:00 2001 From: vedhav Date: Wed, 20 Aug 2025 11:07:45 +0530 Subject: [PATCH 2/2] trigger ci