Releases: insightsengineering/teal.widgets
Releases · insightsengineering/teal.widgets
v0.4.2
Enhancements
- Introduce
nested_closeable_modal()
that can create nested popups inside an already existing popup. - Replaces examples from
runApp
withshinyApp
. - Ensure that
table_with_settings()
is synchronized with the latest update ofrtables
, and updated the version dependency accordingly.
v0.4.1
Miscellaneous
- Documentation enhancements - code formatting package names and R objects.
- Add
grDevices
to Imports. - Specified minimal version of package dependencies.
- Improved logic and documentation for
optionalSelectInput
.
What's Changed
- Workflow propagation by @walkowif in #180
- various docs enhancements by @pawelru in #182
- 543 fixing Plot setting panel icon by @kartikeyakirar in #181
- Add CRAN release template by @walkowif in #185
- Only retain hard dependencies from pre-commit hooks by @vedhav in #186
- Move selected icon in dropbdowns to left side by @averissimo in #187
- Adds min package version by @averissimo in #168
- updated documentation url by @kartikeyakirar in #190
- readme updates by @m7pr in #191
- Retain brush selection on plot resize by @vedhav in #192
- #189 remove
:::
from examples by @m7pr in #194 - Update DESCRIPTION before CRAN release by @m7pr in #193
- Fixing functional gaps in optionalSelectInput by @gogonzo in #163
- CRAN release, upversion to 0.4.1 [skip vbump] by @donyunardi in #195
New Contributors
- @averissimo made their first contribution in #187
Full Changelog: v0.4.0...v0.4.1
v0.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
.
What's Changed
- Update workflows by @walkowif in #158
- reduce the amount of spelling issues / WORDLIST by @m7pr in #160
- Workflow propagations by @walkowif in #161
- Decouple scda package from teal.widget by @kartikeyakirar in #162
- 77 remove teal.code from staged.dependencies.yml by @m7pr in #164
- empty by @gogonzo in #166
- meaningless change by @gogonzo in #167
- Update install by @gogonzo in #169
- Add a delayed reactive to observe flex width by @vedhav in #173
- fixing rendering of grob obj on modal popup #547 by @kartikeyakirar in #176
- fix by @gogonzo in #170
- release 0.4.0 [skip vbump] [skip spelling] by @donyunardi in #177
New Contributors
- @m7pr made their first contribution in #160
- @kartikeyakirar made their first contribution in #162
- @vedhav made their first contribution in #173
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Enhancements
- Added support for downloading base plots.
- Add support for
draggable_buckets
to useshinyvalidate
for input validation. - The
disabled
inverbatim_popup_srv
is no longer triggered when button is hidden. - Added
type
argument toverbatim_popup_ui
which allows the pop-up to be controlled by abutton
or alink
.
Bug fixes
- Added labels to pagination button in
table_with_settings
and fixed alt text. - Fixed the html structure of
panel_item
function.
Miscellaneous
- Added
shinytest2
tests forplot_with_settings
andtable_with_settings
. - Removed the
DRAFT
label on downloaded plots. - Changed dependency type of
rtables
fromImports
toSuggests
.
What's Changed
- [skip vbump] Dev version with 9xxx by @arkadiuszbeer in #95
disabled
inverbatim_popup_srv
is longer triggered when button i… by @gogonzo in #99- add link option to verbatim popup ui by @nikolas-burkoff in #100
- 23 add tests tws@main by @BLAZEWIM in #90
- Add coverage badge by @walkowif in #103
- Enable checks for
workflow_dispatch
event by @walkowif in #104 - fix vignette by @Polkas in #105
- [UAT] [teal.widgets] Paginate table says lock/unlock instead of on/off #407 by @chlebowa in #107
- Test shinytest structure by @mhallal1 in #114
- revert shinytest2 by @mhallal1 in #115
- 22_tests_plot_ws@main by @BLAZEWIM in #94
- PWS modification of download by @mhallal1 in #119
- remove ggplotify by @mhallal1 in #123
- 113 test pws@main by @Polkas in #121
- change id in panel_item by @mhallal1 in #124
- remove assertion that has conflict with goshawk by @BLAZEWIM in #129
- simplify the verbatim pop up by @Polkas in #127
- add support for shiny validate for draggable buckets by @nikolas-burkoff in #126
- Badges and contribution guidelines by @insights-engineering-bot in #130
- 125 tws tests srv@main by @BLAZEWIM in #131
- plot with settings test ui by @BLAZEWIM in #135
- testing ui: two options by @BLAZEWIM in #133
rtables
inteal.widgets
by @chlebowa in #138- Update check as-cran and default landing page by @walkowif in #140
- removing skip on CI by @arkadiuszbeer in #143
- Update
rtables
staged dep by @edelarua in #146 - update news by @donyunardi in #150
- Workflow updates by @walkowif in #151
- Fixing namespace for good w/o reexport + fix
x
instead oftt
by @Melkiades in #153 - release 0.3.0 [skip vbump] by @donyunardi in #156
New Contributors
- @BLAZEWIM made their first contribution in #90
- @walkowif made their first contribution in #103
- @chlebowa made their first contribution in #107
- @edelarua made their first contribution in #146
- @Melkiades made their first contribution in #153
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Breaking changes
- Updated
panel_group
andpanel_item
functions to no longer be an optional shiny input.
Enhancements
- Updated
standard_layout
function to contain class not id for each output block. - Added the
dim
slot to the list returned by theplot_with_settings
module. - Added
style
argument toverbatim_popup_srv
to control whether the content is styled usingstyler::style_text
. condition
objects can now be displayed inverbatim_popup
.
Bug fixes
- Fixed bug in
verbatim_popup_srv
wheredisabled
argument didn't influence the popup button. - Fixed
optionalSliderInput
validation to remove a warning message in certain cases.
New features
- Added a new module -
verbatim_popup
.
What's Changed
- fix news by @gogonzo in #57
- Contribution guide updates by @insights-engineering-bot in #58
- feat: added a
verbatim_popup
module by @kpagacz in #59 - Update plot_with_settings.R - dim slot by @Polkas in #63
- update installation instructions by @nikolas-burkoff in #64
- Update Rbuildignore and add auto-updates by @insights-engineering-bot in #65
- Update pre-commit config to detect
_pkgdown.y[a]ml
by @insights-engineering-bot in #67 - Update staged_dependencies.yaml for teal.modules.helios by @danielinteractive in #66
- Update font awesome icon labels for FA 6 by @cicdguy in #70
- Update table_with_settings.R by @Polkas in #71
- Update documentation workflow by @insights-engineering-bot in #73
- update css by @Polkas in #68
- add style argument to verbatim_popup_srv by @nikolas-burkoff in #74
- Merge pre-release to main by @cicdguy in #78
- fix disabling verbatim popup button by @nikolas-burkoff in #81
- Update check.yaml by @arkadiuszbeer in #79
- Fix Title and Description field in DESCRIPTION file by @donyunardi in #83
- allow trace for invalid quosures by @nikolas-burkoff in #86
- Update table_with_settings.R by @Polkas in #87
- optionalSliderInput - out of range by @Polkas in #89
- teal.widgets - bs345 by @Polkas in #84
- Removing if condition for by @arkadiuszbeer in #85
- [skip vbump] Release for version 0.2.0 by @insights-engineering-bot in #93
New Contributors
- @danielinteractive made their first contribution in #66
- @donyunardi made their first contribution in #83
Full Changelog: v0.1.1...v0.2.0
v0.1.1
New features
- Added a new widget
draggable_buckets
.
Enhancements
- The
option
teal.plot_dpi
controls thedpi
for rendering and downloading plots inplot_with_settings
. Ifoption
is not used then a default of72dpi
is used (unchanged from the previous behavior).
Bug fixes
- Fixed a bug where zooming in or out from the browser would cause a plot of a
grob
object to not re-render instead displaying a blank white space.
Miscellaneous
- Updated package authors.