Skip to content

Release 9.5.0

Compare
Choose a tag to compare
@thet thet released this 27 Sep 07:20
· 625 commits to master since this release

9.5.0 (2022-09-27)

Features

  • pat close panel: Better close-panel support. (fbc20a8)- Do not close panels when the form is invalid and submitted.
  • Simplify the close panel logic by switching to event based triggering.
  • Allow to postpone close panel events by pat-inject until successful
    injection.
  • Simplify pat-modal's close-panel logic.
  • pat validation: Add submit buttons to disable selector per default. (e6f8ba3)

Bug Fixes

  • core registry: Always put pat-validation first in the pattern execution chain. (27fb575)

  • pat validation: Fix problem with submitting invalid forms with pat-inject. (b01819a)Stop submit event propagation if the form is invalid.
    This fixes a problem where a invalid form could be submitted via pat-inject.

Maintenance

  • pat navigation: Remove console.log debug message from tests. (4529761)

  • pat validation: Add modal use case to demo. (aa99e2e)