Skip to content

Commit

Permalink
[skip vbump] upversion v0.2.0 (#299)
Browse files Browse the repository at this point in the history
Related #297 

This is a breaking change release, upversion to 0.2.0
  • Loading branch information
donyunardi authored Jul 30, 2024
1 parent 2889fc6 commit 3739198
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
Expand Down Expand Up @@ -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,
Expand All @@ -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)
Expand All @@ -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
Expand Down
11 changes: 4 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 3739198

Please sign in to comment.