@fdm-monster/client-next 2.3.1 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,26 @@
1
1
  # Develop
2
2
 
3
+ ## Client 2.3.3
4
+
5
+ Fixes
6
+
7
+ - ID shown instead of original filename in alert when deleting file on Files page
8
+
9
+ ## Client 2.3.2
10
+
11
+ Features
12
+
13
+ - File explorer: Add breadcrumb navigation for directory traversal
14
+ - File explorer: Enable directory navigation by clicking folders
15
+ - File explorer: Maximize file list height to use available space
16
+ - File explorer: Move Settings button to Quick Actions section
17
+
18
+ Fixes
19
+
20
+ - File explorer: Update to handle new backend API response format with separated directories and files
21
+ - File explorer: Remove Clear All button
22
+ - File explorer: Improve layout consistency and fix search field sizing
23
+
3
24
  ## Client 2.3.1
4
25
 
5
26
  ## Fixes