Skip to content

Releases: insightsengineering/teal.widgets

v0.6.1

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 30 Jun 15:23
c45586f

Bug fixes

  • Fix snapshot failure during R CMD Check (#341).
  • Fixed problem with resize plot popup that does not render content with newer version of shiny (#350).

Miscellaneous

  • Update maintainer.

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 24 Feb 22:25
f4b94bc

Enhancements

  • Added support for gt and gtsummary object to table_with_settings (#337)
  • gt, gtsummary, xml2 and rvest packages were added to Imports.

What's Changed

  • Implements standard timeouts in shinytest2 with options by @averissimo in #329
  • Fix integration timeout by @averissimo in #330
  • Add copilot-setup-steps workflow by @m7pr in #331
  • Fix copilot-setup-steps: replace reusable workflow with direct steps by @m7pr in #332
  • Fixes download error in integration tests by @averissimo in #333
  • gtsummary support in table_with_settings by @m7pr in #337
  • [skip vbump] upversion 0.6.0 by @donyunardi in #340

Full Changelog: v0.5.1...v0.6.0

v0.5.1

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 02 Dec 10:45
982b582

Miscellaneous

  • Improve unit test coverage (#318).

What's Changed

  • Skips some tests if lattice pkg is not installed by @averissimo in #320
  • 318: Increase Coverage beyond 80% by @osenan in #322
  • change timeout for plot_with_settings_ui by @m7pr in #323
  • Unskip a test that was skipped due to a typo in package name by @osenan in #324
  • Fixes for table_with_settings_ui integration tests by @m7pr in #325
  • Increase timeout of shinytest2 tests by @averissimo in #326
  • [skip vbump] upversion 0.5.1 by @donyunardi in #327

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 19 Aug 23:23
bea55d0

Enhancements

  • Improved the layout and appearance of the widgets using bslib components (#288).

Breaking changes

  • panel_group() and panel_item() are soft deprecated. Please use the bslib::accordion() and bslib::accordion_panel() instead.
  • nested_closeable_modal() was soft deprecated.

Bug fixes

  • Recompute the live-search option value dynamically in updateOptionalSelectInput (#291).
  • Fix bug where plot height reset after resizing (#301).

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3-rc1: Merge branch 'main' into release-candidate-v0.4.3

Choose a tag to compare

@github-actions github-actions released this 31 Jan 17:22
fe6214e
Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com>

v0.4.3

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 31 Jan 17:56
c849d31

Miscellaneous

  • Improve the documentation for several functions by adding examples.
  • Fix several bugs related to plot resizing.
  • Fix the bug when plot_width not given in plot_with_settings.

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 15 Dec 01:36
76e780c

Enhancements

  • Introduce nested_closeable_modal() that can create nested popups inside an already existing popup.
  • Replaces examples from runApp with shinyApp.
  • Ensure that table_with_settings() is synchronized with the latest update of rtables, and updated the version dependency accordingly.

v0.4.1

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 10 Oct 23:58
82dbfdd

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

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 14 Aug 13:34
9c17fbc

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

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 May 18:02
fe3bd2f

Enhancements

  • Added support for downloading base plots.
  • Add support for draggable_buckets to use shinyvalidate for input validation.
  • The disabled in verbatim_popup_srv is no longer triggered when button is hidden.
  • Added type argument to verbatim_popup_ui which allows the pop-up to be controlled by a button or a link.

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 for plot_with_settings and table_with_settings.
  • Removed the DRAFT label on downloaded plots.
  • Changed dependency type of rtables from Imports to Suggests.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0