From 9c17fbcd1658dac2e5a43602f9e67e2ce25a8e5c Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Sun, 13 Aug 2023 23:39:13 -0700 Subject: [PATCH] release 0.4.0 [skip vbump] [skip spelling] (#177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releasing 0.4.0 Linking with: https://github.com/insightsengineering/nestdevs-tasks/issues/25 --------- Co-authored-by: Dawid Kałędkowski --- DESCRIPTION | 2 +- NEWS.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c1638119..6b170515 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: teal.widgets Title: Shiny Widgets for `teal` Applications -Version: 0.3.0.9010 +Version: 0.4.0 Date: 2023-08-11 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 790b01e9..949ef8ee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,15 @@ -# teal.widgets 0.3.0.9010 +# teal.widgets 0.4.0 + +### Bug fixes + +* Fix the rendering on modal pop-up in plots. + +### Miscellaneous + +* Removed `scda` package dependency from examples. +* Update installation instructions in `README`. + +# teal.widgets 0.3.0 ### Enhancements * Added support for downloading base plots.