Enhancements

  • Re-factored header layout to be more flexible with menu items
  • Updated modules default values
  • downloadableTable module server parameters “filenameroot” can now support character, reactive expression or a function to return file name
  • Introduced load_announcements method to create announcement alert at predefined generated app ui div
  • Deprecated title parameter in set_app_parameters, use periscope2::add_ui_header(title) instead

Bug Fixes

  • Hide download button if downloaddatafxn or downloadtypes are empty for downloadableTable module
  • Hide download button if downloadfxns or downloadtypes are empty for downloadablePlot module
  • Capitalized left tooltip text

New Features

Enhancements


New Features

  • Introduced Announcements configuration file generator RStudio add-in

Enhancements

  • Used shinyWidgets::show_alert to display application info
  • Relocated Announcements and header alerts bar to be above navbar instead of inside it
  • Updated sidebars related CSS to avoid CX z-index issues
  • Updated sample app default theme colors to improve accessibility

Bug Fixes

  • Fixed non working Announcements and ResetApp modules in sample application
  • Fixed updating selected rows issue in downloadable table module

Enhancements

  • Removed operator “:::” usage from documentation examples
  • Formatted documentation examples to have less blank spaces and be human readable at the same time as much as possible

Enhancements

  • Updated shiny modules examples to be executable in an interactive environment

Enhancements

  • DESCRIPTION file changes:
    • Applied CRAN review notes for listed packages names in title and description fields
    • Rephrased “Description” Field and added references to mentioned APIs
  • Package documentation changes:
    • Updated different functions documentations with runnable example
  • Package code changes:
    • Refactored any global assignment “<<-” usage, no code is modifying the global environment
    • Refactored installed.packages function usage and used find.package function

  • Initial CRAN release