feat(dees-modal): Add mobileFullscreen option to modals for full-screen mobile support

This commit is contained in:
Juergen Kunz
2025-06-27 00:00:00 +00:00
parent ad0864cddf
commit c75c5bcd3b
3 changed files with 43 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-06-26 - 1.10.0 - feat(dees-modal)
Add mobileFullscreen option to modals for full-screen mobile support
- Introduced a new boolean property 'mobileFullscreen' in ts_web/elements/dees-modal.ts
- Updated modal CSS under the media query to apply 'mobile-fullscreen' class, allowing full viewport modals on mobile devices
- Extended modal style rules to include adjustments for margin, border-radius, and maximum heights on smaller screens
## 2025-06-26 - 1.9.9 - fix(dees-input-multitoggle, dees-input-typelist)
Replace dynamic import with static import for demo functions in dees-input-multitoggle and dees-input-typelist