Releases: Saifullah-dev/react-file-manager
Releases · Saifullah-dev/react-file-manager
v1.15.2
1.15.2 (2025-01-20)
Bug Fixes
- dependencies: add react-icons, react-collapsible and react-loading as peer dependencies (090b7dc)
v1.15.1
1.15.1 (2025-01-20)
Bug Fixes
- create-react-app issue track (9e85c17)
v1.15.0
1.15.0 (2025-01-18)
✨ Features
- Styles: You can now customize
primaryColor
and fontFamily
of the React File Manager through props (3cfe270)
v1.14.0
1.14.0 (2025-01-15)
✨ Features
- File Preview: Added
filePreviewComponent
prop for custom file previewing (692f9bb)
v1.13.2
1.13.2 (2024-12-30)
Bug Fixes
- initialPath: change initial path's logic to wait for the files response and then update current path (5238be9)
v1.13.1
1.13.1 (2024-12-29)
Bug Fixes
- select-all: disable select all for empty folder (8cc9ce0)
Bundle Optimization:
- deps: add react and react-dom to dev deps (aa3d4f7)
- bundle: add react and react-dom to peer deps, update Rollup configuration to externalize dependencies dynamically based on peerDependencies and dependencies (ddfd594)
v1.13.0
1.13.0 (2024-12-16)
✨ Features
- Now you can setup initial path for the File Manager using
initialPath
prop (28e35d9) (570d8d5)
v1.12.0
1.12.0 (2024-12-06)
Bug Fixes
- handled cancellig new folder creation (4d75741)
Features
- cancelling create folder action (38c5e39)
v1.11.0
🚀 New Release - v1.11.0 (2024-11-21) 🎉
🌟 Features
- Made global Context Menu Functional. (a14284a)
- Improved Context Menu UI. (a14284a)
- Added
SubMenu
component for secondary menu options. (a14284a)
- Created
useFileList
hook for better code readability for FileList
component. (a14284a)
- Added
Select all
checkbox for quick All Files Selection
in the List layout. (a14284a)
🐛 Bug Fixes
- Fixed an issue where
Rename Input
in List layout
was overlapping the selection checkbox. (a14284a)
v1.10.10
Bug Fixes
- JSR Release: Revert
Deno JSR
release due to types and modules issues with JS (479796e)