Skip to content

Commit

Permalink
version 1.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jun 3, 2022
1 parent 0eba4a1 commit c4a6df0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.5.19 - 2022-06-04

### Added
- 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.

## 1.5.18 - 2022-05-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/formie",
"description": "The most user-friendly forms plugin for Craft.",
"type": "craft-plugin",
"version": "1.5.18",
"version": "1.5.19",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit c4a6df0

Please sign in to comment.