From 3739198bbdde0ca0b40f89c1e1eab685ecc50799 Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Tue, 30 Jul 2024 08:05:57 -0700 Subject: [PATCH] [skip vbump] upversion v0.2.0 (#299) Related #297 This is a breaking change release, upversion to 0.2.0 --- DESCRIPTION | 12 ++++++------ NEWS.md | 11 ++++------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 872f4830..3cfe7d16 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: teal.goshawk Title: Longitudinal Visualization `teal` Modules -Version: 0.1.15.9028 +Version: 0.2.0 Date: 2024-07-29 Authors@R: c( person("Nick", "Paszty", , "nick.paszty@gene.com", role = c("aut", "cre")), @@ -29,11 +29,11 @@ URL: https://insightsengineering.github.io/teal.goshawk/, https://github.com/insightsengineering/teal.goshawk/ BugReports: https://github.com/insightsengineering/teal.goshawk/issues Depends: - goshawk (>= 0.1.17), + goshawk (>= 0.1.18), R (>= 3.6), shiny (>= 1.6.0), - teal (>= 0.14.0.9027), - teal.transform (>= 0.4.0.9011) + teal (>= 0.15.2), + teal.transform (>= 0.5.0) Imports: checkmate (>= 2.1.0), colourpicker, @@ -47,7 +47,7 @@ Imports: shinyjs, shinyvalidate, stats, - teal.code (>= 0.4.1.9009), + teal.code (>= 0.5.0), teal.logger (>= 0.2.0), teal.reporter (>= 0.2.0), teal.widgets (>= 0.4.0) @@ -56,7 +56,7 @@ Suggests: nestcolor (>= 0.1.0), rmarkdown (>= 2.23), stringr (>= 1.4.1), - teal.data (>= 0.3.0.9018), + teal.data (>= 0.5.0), tern (>= 0.7.10), testthat (>= 3.0.4), utils diff --git a/NEWS.md b/NEWS.md index 64390f3c..33a80437 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,32 +1,29 @@ -# teal.goshawk 0.1.15.9028 - -* Removed `Show Warnings` modals from modules. +# teal.goshawk 0.2.0 ### Breaking Changes * Adapted all modules to use `teal_data` objects. ### Enhancements * Updated the documentation and vignettes to demonstrate method to pass `teal_data` object to `teal::init()`. +* Removed `Show Warnings` modals from modules. ### Miscellaneous - * Specified minimal version of package dependencies. +* Fix the `tm_g_gh_lineplot` bug causing an out-of-bounds error that stops the plot from working. +* Enhance the `tm_g_gh_correlationplot` module and fix related bugs. # teal.goshawk 0.1.15 ### Enhancements - * Updated encodings input checks to use `shinyvalidate::InputValidator` instead of `shiny::validate` for better UI experience. * Added a tooltip to value input of `ui_arbitrary_lines` to explain how to supply multiple values. ### Breaking changes - * Constraints range is calculated on the filtered data instead of the unfiltered. * Replaced `chunks` with simpler `qenv` class. * Replaced `datasets` argument containing `FilteredData` with the new arguments `data` (`tdata` object) and `filter_panel_api` (`FilterPanelAPI`). ### Miscellaneous - * Deprecated `tm_g_gh_scatterplot`. Use `tm_g_gh_correlationplot` instead. * Removed `scda` package dependency from examples.