Skip to content

v0.3.0

Compare
Choose a tag to compare
@krystian8207 krystian8207 released this 24 Oct 08:20
e3bfe89

shinyCohortBuilder 0.3.0

  • Most of the modals have now easyClosed option turned on (#25).
  • Fix positioning of filter help modal buttons (#37).
  • Fix rendering feedback plots when special character are included in data (#58).
  • demo_app can now return shiny::shinyApp object (#56)
  • Added new filter of type query based on 'shinyQueryBuilder' widget.
  • Added customization for filtering panel button classes via scb_button_type option.
  • Added customization for filtering panel labels via scb_labels option.
  • Added customization for filtering panel icons via scb_icons option.
  • Added customization for filter feedback plots color palette via scb_chart_palette option.
  • Fixed discrete_filter modal 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).