Changelog
Source:NEWS.md
    ravedash 0.1.3
- Allow preset-components to access to pipeline instance
 - Added 
strip_styleto removeansistyles - Changed 
logger_error_conditiontoS3generics - Added 
error_alertsimilar toerror_notification, but usingdipsaus::shiny_alert2 - Fixed a preset that cannot fails correctly with validation errors when importing channels
 - 
safe_wrap_exprwraps error handlers - Reexported some 
dipsausandshidashifunctions so users do not have to import them - 
save_observehas better error handling method - Raising 
rave_mufflederrors insave_observewill not trigger notifications nor error alerts, but will print out error details 
ravedash 0.1.2
CRAN release: 2022-10-15
- Added presets to support importing 
.nevfiles with the most recentraveioupdates - Added shutdown function to allow users to shutdown instances from the interface, and added single-session mode to automatically shutdown the server once the session window is closed
 - Fixed loader brain not updating issue when electrode table is empty
 - Allowed run-analysis button to be placed on bottom-left with additional styles
 - Added 
error_notificationandwith_error_notificationto easily display error messages to the dashboard - Allows modules to create session-based temporary files and options (experimental)
 - Shorten response time needed to fire analysis event
 - Moved 
htmltoolsto suggests - Included free version of 
fontawesomeinto the build to avoid further changes - Replaced 
pickerInputwith nativeselectInputin condition builder - Added 
start_sessionto start a new/existing session with one function - Added stand-alone viewer support, allowing almost any outputs to be displayed in another session in full-screen, and synchronized with the main session
 - Added 
register_outputto register outputs, andget_output_optionsto obtain render details. This replaces the shiny output assign and facilitates the stand-alone viewer - Added 
output_gadgetandoutput_gadget_containerto display built-in gadgets to outputs, allowing users to download outputs, and to display them in stand-alone viewers; needs little extra setups, must be used withregister_output - Added session-level (application) temporary directory and files (see 
temp_dirandtemp_file), based on the application-level storage, createdsession_setoptandsession_getopt