Releases: thomasp85/shinyFiles
Releases · thomasp85/shinyFiles
shinyFiles 0.9.3
shinyFiles 0.9.2
- Fixes for logical checks that may see a vector of length > 1 (#159)
- PR from @sgvignali (#164) to have
shinySaveButton
trigger an event that can be detected and used in JS code - Fix to keep getVolumes working after WMIC.exe is deprecated (#163). Thanks go to @Mailinnia
- Fixes to display modals correctly with BS4 (#158). Thanks go to @ruthkr
- Fix long delay if a network drive is not mountable without VPN (#155)
shinyFiles 0.9.1
shinyFiles 0.9.0
- Security fix that ensures a user cannot bypass folder navigation limits (@lz100 issue #152, @bellma-lilly PR #153)
- Allow additional arguments to be passed to shinyFiles buttons and links (e.g., onclick)
- Fix for creating a new folder using the
Create new folder > +
button in shinyFileSave (#142) - Allow directory chooser to disable creating new directories (@dipterix #144). Extended to allow the same functionality when saving files
shinyFiles 0.8.0
- Increase in default height based on a experimentation by @SamGG. This works well with the new default detail view. Users can still adjust in CSS as discussed in #134
- The default
viewtype
in the file browser has been changed to "detail". A new argumentviewtype
has been added to shinyFilesButton, shinyFilesLink, shinySaveButton, and shinySaveLink that should be one of "detail" (default), "list", or "icon" - The default size of the modal has been set to
modal-lg
to provide a bit more room for file information in the "detail" view. This will, however, automatically adjust to smaller screens as needed - Allow the user to type a path, including the filename. In filechoose, the file will be selected if it exists. In filesave, if the file does not exist, but the base directory does, the filename will be entered into the dialog. (@bellma-lilly, #129 and #131)
shinyFiles 0.7.5
- Check if "wmic" is accessible on Windows. If not, return a message to the user
and a volumes vector with only the HOMEDRIVE - Updated example in "showcase" mode. Also, demonstrates the use of
as.integer
to check if a file or directory has been selected