Added
- Added support for uploading files via GraphQL mutations for File Upload files (with
base64encoded values). - Added
aria-disabled,aria-autocompleteandaria-livefor 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
onFormieCaptchaValidateJS 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_SUBMISSIONand setting$event->handled = false. - Fixed GraphQL field normalization not always being triggered.