v0.53.0
Minor Changes
-
#234
cdb335c
Thanks @myabc! - [#60588] Implementation of Danger Dialog, a generalised dialog for "potentially dangerous" actions such as item deletion.
There are two variants:- the default (or "warning") variant, requiring the user to click the dialog confirmation button to continue.
- the second confirmation variant, which requires the user to check a check box AND click confirm to continue with the operation.
This is a BREAKING change, which renames
DangerConfirmationDialog
toDangerDialog
. Callers will need to update the class name and consider which behaviour they wish to present to the end user. The confirmation variant behaviour is enabled by defining aconfirmation_check_box
slot.