shinyCohortBuilder 0.3.0
- Most of the modals have now
easyClosedoption turned on (#25). - Fix positioning of filter help modal buttons (#37).
- Fix rendering feedback plots when special character are included in data (#58).
-
demo_appcan now returnshiny::shinyAppobject (#56) - Added new filter of type
querybased on ‘shinyQueryBuilder’ widget. - Added customization for filtering panel button classes via
scb_button_typeoption. - Added customization for filtering panel labels via
scb_labelsoption. - Added customization for filtering panel icons via
scb_iconsoption. - Added customization for filter feedback plots color palette via
scb_chart_paletteoption. - Fixed
discrete_filtermodal visibility with backdrop turned on. - Modified look for filter activating switch and filter containers to improve visibility.
- Fixed rendering all the filter values for discrete filter when
gui_input="vs"is used (#47).
shinyCohortBuilder 0.2.1
CRAN release: 2023-08-28
- Fixed error showing up when user deactivates filter with more than one value set.
- Added
gui_argsargument that can be set tofilter. The argument stores list of arguments passed to input controllers.
shinyCohortBuilder 0.2.0
CRAN release: 2023-03-13
- Arguments
feedbackandstatspassed to filter definitions are now respected and override the arguments passed tocb_server. - Fix updating filters data when other filters are changed (https://github.com/r-world-devs/shinyCohortBuilder/issues/27).
- Implement bugs related to
multi_discretefilter (https://github.com/r-world-devs/shinyCohortBuilder/issues/9). -
onUnloadhook implemented to clear custom package hooks (https://github.com/r-world-devs/shinyCohortBuilder/issues/21).
