Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cran release, upversion to 0.4.2 [skip vbump] #213

Merged
merged 3 commits into from
Dec 15, 2023
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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: teal.widgets
Title: 'shiny' Widgets for 'teal' Applications
Version: 0.4.1.9011
Version: 0.4.2
Date: 2023-12-13
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
Expand Down Expand Up @@ -30,7 +30,7 @@ Imports:
htmltools (>= 0.5.4),
lifecycle (>= 0.2.0),
methods,
rtables (>= 0.6.5.9022),
rtables (>= 0.6.6),
shiny (>= 1.6.0),
shinyjs,
shinyWidgets (>= 0.5.1),
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# teal.widgets 0.4.1.9011
# teal.widgets 0.4.2

### Enhancements
* Introduce `nested_closeable_modal()` that can create nested popups inside an already existing popup.
* Replaces examples from `runApp` with `shinyApp`.
donyunardi marked this conversation as resolved.
Show resolved Hide resolved
* Ensure that `table_with_settings()` is synchronized with the latest update of `rtables`, and updated the version dependency accordingly.

donyunardi marked this conversation as resolved.
Show resolved Hide resolved
# teal.widgets 0.4.1

Expand Down
Loading