feat(dees-stepper): add footer menu actions with form-aware step validation

This commit is contained in:
2026-04-11 10:46:56 +00:00
parent 39a4bf0dd3
commit ea30cbd381
4 changed files with 223 additions and 48 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-11 - 3.71.0 - feat(dees-stepper)
add footer menu actions with form-aware step validation
- replace step footer submit handling with configurable menuOptions actions
- disable the primary footer action until required form fields are completed and show a completion hint
- dispatch form data before running primary step actions and clean up form subscriptions on destroy
- adjust overlay host positioning so the stepper container controls viewport layering correctly
## 2026-04-11 - 3.70.1 - fix(dees-modal)
use icon font sizing for modal header buttons