diff --git a/changelog.md b/changelog.md index d761baf..f390a9b 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 34bd1cf..527ebb6 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -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.' }