You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for uploading files via GraphQL mutations for File Upload files (with base64 encoded values).
Added aria-disabled, aria-autocomplete and aria-live for address fields when using an address provider integration.
Added loading spinner to “Use my location” for address fields when using an address provider integration.
Changed
Changed onFormieCaptchaValidate JS event to only trigger are client-side validation passes.
Fixed
Fixed querying form template fields on a form via GraphQL not working.
Fixed a JS error when validating Agree fields.
Fixed email notifications and integrations firing on each page submission when using EVENT_AFTER_INCOMPLETE_SUBMISSION and setting $event->handled = false.
Fixed GraphQL field normalization not always being triggered.