shinyFeedback 0.2.0 2020-04-29

Breaking Changes:

  • removed *Snackbar() functions. Use the new showToast() function instead.

shinyFeedback 0.1.0 2018-08-20

  • added basic snackbar notifications
  • switched feedback to revert back to actual original label color rather than default Shiny label color when removing the feedback from the input.

shinyFeedback 0.0.4 2018-03-15

  • bug fix: feedbacks now properly tracked if the arguments to feeback*() are dynamic (#4)

shinyFeedback 0.0.3 2017-04-09

  • added checks that throw error if shiny input binding is not supported by shinyFeedback
  • displaying feedback based on shiny binding type rather than inferring binding type by DOM structure

shinyFeedback 0.0.2 2016-12-20

  • support for shiny::selectInput()
  • feedback messages are no longer displayed for non supported shiny::*Input()s
  • support for multiple feedbacks for a single shiny input
  • Font Awesome icons can now be used

shinyFeedback 0.0.1 2016-12-13

  • Initial release of shinyFeedback
  • feedback() function to conditionally display feedback along side a shiny input
  • feedbackWarning(), feedbackDanger(), and feedbackSuccess() functions that wrap the feedback() function with default arguments to display warning, danger, and success messages