Skip to content

Releases: Saifullah-dev/react-file-manager

v1.15.2

20 Jan 22:28
bc09464
Compare
Choose a tag to compare

1.15.2 (2025-01-20)

Bug Fixes

  • dependencies: add react-icons, react-collapsible and react-loading as peer dependencies (090b7dc)

v1.15.1

20 Jan 21:59
02a926b
Compare
Choose a tag to compare

1.15.1 (2025-01-20)

Bug Fixes

  • create-react-app issue track (9e85c17)

v1.15.0

18 Jan 22:37
37a33a6
Compare
Choose a tag to compare

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

15 Jan 20:36
8700313
Compare
Choose a tag to compare

1.14.0 (2025-01-15)

✨ Features

  • File Preview: Added filePreviewComponent prop for custom file previewing (692f9bb)

v1.13.2

30 Dec 00:46
487b888
Compare
Choose a tag to compare

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

29 Dec 20:31
8109752
Compare
Choose a tag to compare

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

16 Dec 17:56
48b3ceb
Compare
Choose a tag to compare

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

06 Dec 17:40
329991f
Compare
Choose a tag to compare

1.12.0 (2024-12-06)

Bug Fixes

  • handled cancellig new folder creation (4d75741)

Features

  • cancelling create folder action (38c5e39)

v1.11.0

21 Nov 07:00
4829aaf
Compare
Choose a tag to compare

🚀 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

14 Nov 20:28
b756620
Compare
Choose a tag to compare

1.10.10 (2024-11-14)

Bug Fixes

  • JSR Release: Revert Deno JSR release due to types and modules issues with JS (479796e)