All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix issue where the modal footer wasn't showing for some users with lots of favorite paths and or smaller screen sizes.
- Removed unnecessary margins on file picker modal.
- Fixed modal content to overflow properly so that the modal footer is sticky.
0.4.1 - 2019-12-09
- Updated dependencies
0.4.0 - 2019-09-18
- Added ability to limit selectable items by name using a regex
- Added ability to limit selection to only files or only directories
- Added ability to reference the current directory with
.
- Added ability to show hidden files
0.3.0 - 2019-09-12
- Added ability to set FS favorites manually using data attributes
- Selecting a file now emits a
keyup
event for the targeted input element
0.2.0 - 2019-08-23
- Added fallback for FS favorites: set manually using window.file_picker_favorites, Dashboard (with an attempted Fetch if necessary), and finally '/'
- Reduced bundle size by removing Bootstrap modal components
- FS favorites are not shown if no favorites are available
- Fix logic with blank input
0.1.1 - 2019-08-08
- Fixed issue where file filter input would be blanked but the filter itself would still be active
0.1.0 - 2019-07-24
- Improved user-visible error messaging
- Added filtering
- Improved look and feel
- Changed FileExplorer to use the current page's File menu to initialize the favorites menu
- Reduced form.js size
- Fixed credential error
- Initial release!