27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
# Changelog
|
|
|
|
## 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) |