Skip to content

Release 9.6.0

Compare
Choose a tag to compare
@thet thet released this 28 Sep 09:55
· 713 commits to master since this release

9.6.0 (2022-09-28)

Features

  • core events: Add blur and focus event factories. (c5942d2)

  • pat auto suggest: Improve pat-validation integration. (11e9a0b)Allow pat-validate to check for validity when select2 was interacted with but
    no value selected.

  • pat date picker: Improve pat-validation integration. (57c974b)Allow pat-validate to check for validity when date picker was interacted with
    but no value selected.

  • pat validation: Validate whole form on submit or single error. (bc27e41)Validate the whole form when a single error happens and some elements were
    disabled or when a form submit is done.
    This gives the user a better feedback about any data problems in the
    form and allows the user to see any other errors at all since the submit
    elements could have been disabled and form validation would eventually
    not be triggered.

Maintenance

  • Build: Upgrade dependencies. (b3f4f0a)

  • core dom: Fix signature of removeAttribute in show method. (58ddc8e)

  • pat date picker: Use logging framework instead of console.log. (e35932f)

  • Update close-panel documentation. (4a4cd49)