@fdm-monster/client-next 2.3.1 → 2.3.2
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.
- package/.yarn/install-state.gz +0 -0
- package/RELEASE_NOTES.MD +15 -0
- package/dist/assets/index-B_P2buI5.js +105 -0
- package/dist/assets/index-B_P2buI5.js.map +1 -0
- package/dist/assets/index-wc7oTzuU.css +1 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/dist/assets/index-C6yoh_h_.js +0 -105
- package/dist/assets/index-C6yoh_h_.js.map +0 -1
- package/dist/assets/index-CYfkdRY1.css +0 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Develop
|
|
2
2
|
|
|
3
|
+
## Client 2.3.2
|
|
4
|
+
|
|
5
|
+
Features
|
|
6
|
+
|
|
7
|
+
- File explorer: Add breadcrumb navigation for directory traversal
|
|
8
|
+
- File explorer: Enable directory navigation by clicking folders
|
|
9
|
+
- File explorer: Maximize file list height to use available space
|
|
10
|
+
- File explorer: Move Settings button to Quick Actions section
|
|
11
|
+
|
|
12
|
+
Fixes
|
|
13
|
+
|
|
14
|
+
- File explorer: Update to handle new backend API response format with separated directories and files
|
|
15
|
+
- File explorer: Remove Clear All button
|
|
16
|
+
- File explorer: Improve layout consistency and fix search field sizing
|
|
17
|
+
|
|
3
18
|
## Client 2.3.1
|
|
4
19
|
|
|
5
20
|
## Fixes
|