fix(dees-input-fileupload): Show selected files inside dropzone and improve file upload UX
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-09-19 - 1.12.3 - fix(dees-input-fileupload)
|
||||
Show selected files inside dropzone and improve file upload UX
|
||||
|
||||
- Render the selected file list inside the dropzone container so files are displayed inline with the drop area
|
||||
- Add dropzone--has-files class and styles to visually indicate when files are present
|
||||
- Avoid opening the file selector when clicking on the browse button or inside the file list (prevents accidental re-opening)
|
||||
- Refine file list and file-row styles (sizes, paddings, border radius, hover/background behavior and thumbnail/icon sizes) for a more compact and consistent appearance
|
||||
- Simplify empty-state handling by returning an empty template when no files are present (file list is only rendered when files exist)
|
||||
|
||||
## 2025-09-18 - 1.12.2 - fix(dees-input-wysiwyg)
|
||||
Integrate output format preview into WYSIWYG demo; update plan and add local dev settings
|
||||
|
||||
|
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-catalog',
|
||||
version: '1.12.2',
|
||||
version: '1.12.3',
|
||||
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user