Skip to content

v0.53.0

Compare
Choose a tag to compare
@openprojectci openprojectci released this 04 Feb 09:18
· 70 commits to main since this release
1d2a349

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:

    1. the default (or "warning") variant, requiring the user to click the dialog confirmation button to continue.
    2. 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 to DangerDialog. 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 a confirmation_check_box slot.

Patch Changes

  • #234 de20e6d Thanks @myabc! - Fix DangerDialog body scroll behaviour: the dialog's body scroll behaviour should be in parity with that of the underlying Primer::Alpha::Dialog component.