Release 9.9.6-alpha.0
Pre-release
Pre-release
9.9.6-alpha.0 (2023-08-11)
Bug Fixes
-
pat-ajax: Support anchors without a href attribute and forms without an action attribute. (099da3c)
The URL can still be set via the data-pat-ajax attribute.
This fixes a problem where pat-inject enabled forms without an action attribute
but a submit button with a formaction attribute would break. -
pat-inject: For submit buttons with a formaction, do not call ajax.onClickSubmit twice. (22d814f)
-
pat-inject: Support submit buttons without a type attribute. (6882f45)