fix(dees-stepper): improve stepper exit animation timing for cancel confirmation flow

This commit is contained in:
2026-04-12 09:24:23 +00:00
parent 8a1be59a51
commit e87898ab82
3 changed files with 20 additions and 6 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-12 - 3.72.1 - fix(dees-stepper)
improve stepper exit animation timing for cancel confirmation flow
- Animate step tiles downward with fade-out during teardown instead of only fading the container
- Delay stepper destruction briefly after dismissing the confirmation modal so both exit transitions render smoothly
- Increase teardown delay to match the updated exit animation duration
## 2026-04-11 - 3.72.0 - feat(dees-stepper)
add configurable cancellation flow with confirmation modal