feat(dees-stepper): add configurable cancellation flow with confirmation modal

This commit is contained in:
2026-04-11 20:04:37 +00:00
parent c34037265e
commit a3b2ace88d
3 changed files with 122 additions and 24 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-11 - 3.72.0 - feat(dees-stepper)
add configurable cancellation flow with confirmation modal
- adds a cancelable option to control whether steppers can be dismissed
- shows a confirmation modal when canceling via the new Cancel button or overlay backdrop
- updates footer button rendering and separators to support the new cancel action consistently
## 2026-04-11 - 3.71.1 - fix(dees-modal)
move modal content scrolling into dees-tile so long content stays scrollable with pinned header and actions