Changelog
Source:NEWS.md
periscope2 0.3.0
CRAN release: 2025-09-04
New Features
- Added new module ?downloadableReactTable based on reactable package and downloadFile module
Enhancements
- Added openxlsx2 support while keeping openxlsx to support legacy apps and backwards compatibility. writexl package is used as last resort.
- Updated ?logViewerOutput module to display log data using ?downloadableReactTable.
- Added loglevel filtering according to level chosen- Added loglevel filtering according to level chosen
- Added new feature to ?downloadFile module to control whether row names are to be written for tabular data.
periscope2 0.2.3
CRAN release: 2024-03-06
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_announcementsmethod to create announcement alert at predefined generated app ui div - Deprecated
titleparameter inset_app_parameters, useperiscope2::add_ui_header(title)instead
periscope2 0.2.2
CRAN release: 2024-01-08
New Features
- Introduced application theme configuration file generator RStudio add-in
- Enabled full usage of bootstrap4 variables customization in
periscope_style.yaml(refer tovignette("migrate_to_v0_2_0", package = "periscope2"))
Enhancements
- Allowed header to have navbar menu
- Renamed
createAlertmethod to becreatePSAlertto avoid confusion withbs4Dash::createAlert(refer tovignette("migrate_to_v0_2_0", package = "periscope2")) - Display alert with status icon correctly when there is no alert title
- Allowed html tags inside tooltip function
periscope2 0.1.4
CRAN release: 2023-11-14
Enhancements
- Used
shinyWidgets::show_alertto 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
periscope2 0.1.1
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.packagesfunction usage and usedfind.packagefunction