Releases: rstudio/shinyvalidate
Releases · rstudio/shinyvalidate
v0.1.3
- On r-devel (R > 4.3.1),
input_provided(NULL)
now returns FALSE
(as it does with older versions of R). (#72)
v0.1.2
- Support HTML messages when failing a validation. (#55)
v0.1.1
- Fix an incompatibility between jQueryUI and shinyvalidate. (#32)
v0.1.0
- New package with 18 functions and one R6 class (
InputValidator
).