# Changelog ## 2025-12-22 - 1.3.0 - feat(dees-mobile-gallery) add mobile gallery component with fullscreen viewer, swipe navigation, action buttons (download/share/delete), PDF support and demo - Adds new web component (ts_web/elements/00group-ui/dees-mobile-gallery) with ~650 lines of implementation. - Component features: fullscreen viewing, touch swipe and keyboard navigation, thumbnails, startIndex, minimal mode, and PDF placeholder support. - Action buttons and events: download, share, delete (configurable); emits 'close', 'delete', 'download', and 'share' events. - Provides a static DeesMobileGallery.show(items, config) factory method that returns a Promise with the user action result. - Includes demo (dees-mobile-gallery.demo.ts) with usage examples and exports the component from the 00group-ui index. - Bumps package version from 1.1.0 to 1.2.0 in package.json. ## 2025-12-22 - 1.1.0 - feat(ui) add mobile context menu and iconbutton components with demos and exports - Added dees-mobile-contextmenu component (items API, viewport-aware positioning, touch handling, open/close animation) and a demo - Added dees-mobile-iconbutton component (sm/md/lg sizes, disabled state, accessibility attributes) and a demo - Added barrel index files for both components - Exported the new components from ts_web/elements/00group-ui/index.ts ## 2025-12-22 - 1.0.2 - fix(dees-mobile-header) adjust mobile header action slot layout and add documentation/license files - ts_web/elements/00group-ui/dees-mobile-header/dees-mobile-header.ts: change ::slotted([slot="actions"]) from fixed width/height to min-width/min-height, switch display from block to flex and add align-items:center to improve vertical alignment - Add MIT license file at /license - Add extensive readme.md (documentation, install instructions, component usage, development and legal info) ## 2025-12-22 - 1.0.1 - fix() no changes detected; no release required - Git diff contained no changes - No files modified — skip version bump and release ## 2025-12-22 - 1.0.0 - initial release Initial commit. - Repository initialized (initial commit)