Skip to content

Release 9.9.5

Compare
Choose a tag to compare
@thet thet released this 28 Jul 00:12
· 149 commits to master since this release

9.9.5 (2023-07-28)

Bug Fixes

  • pat-close-panel: Do not prevent closing for formnovalidate buttons. (1272ac5)

    Do not prevent closing of panels when a form with invalid data is
    submitted when a button with the formnovalidate attribute is pressed.
    This is useful for cases where a "cancel" button actually needs to
    submit to roll back any changes which were already made.

  • pat-collapsible: Allow to explicitly clear the scroll selector. (9c99a2e)

    In case of nested pat-collapsible elements, child elements inherit the
    options from parent elements, including the scroll-selector. If the
    child element should do no scrolling, it needs to explicitly be reset.
    This can be done by adding th following options to the collapsible data
    attribute:
    data-pat-collapsible="scroll-selector: none"

Maintenance

  • Dependencies: Upgrade dependencies. (a46de2e)

  • pat-validation: Improve documentation - based on HTML standards, CSS‌ pseudo classes, formnovalidate buttons. (daab725)