Skip to content

Commit 76e780c

Browse files
authored
cran release, upversion to 0.4.2 [skip vbump] (#213)
Fixes #212
1 parent b1c0f99 commit 76e780c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: teal.widgets
22
Title: 'shiny' Widgets for 'teal' Applications
3-
Version: 0.4.1.9011
3+
Version: 0.4.2
44
Date: 2023-12-13
55
Authors@R: c(
66
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
@@ -30,7 +30,7 @@ Imports:
3030
htmltools (>= 0.5.4),
3131
lifecycle (>= 0.2.0),
3232
methods,
33-
rtables (>= 0.6.5.9022),
33+
rtables (>= 0.6.6),
3434
shiny (>= 1.6.0),
3535
shinyjs,
3636
shinyWidgets (>= 0.5.1),

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# teal.widgets 0.4.1.9011
1+
# teal.widgets 0.4.2
2+
3+
### Enhancements
4+
* Introduce `nested_closeable_modal()` that can create nested popups inside an already existing popup.
5+
* Replaces examples from `runApp` with `shinyApp`.
6+
* Ensure that `table_with_settings()` is synchronized with the latest update of `rtables`, and updated the version dependency accordingly.
27

38
# teal.widgets 0.4.1
49

0 commit comments

Comments
 (0)