Releases: verbb/formie
Releases · verbb/formie
3.0.21
Added
- Add “Message Type” to Iterable CRM integration.
- Add the ability for IntegrationField’s to contain static
data
in their definitions. - Add support for Table field to use
id
orname
values when defining a row schema. - Add “Attach File Uploads” for all data objects for Salesforce integration.
Changed
- Improve Hubspot GDPR handling for marketing and processing options.
- Update Monday integration instructions.
Fixed
- Fix Agree field not allowing
null
value as an empty state indicator. - Fix Agree field markup to match correct accessibility guidelines.
- Fix Hubspot GDPR handling.
- Fix Monday integration connection requests.
- Fix an error when applying Formie-related project config when uninstalled.
- Fix Phone number fields flag icons in the form builder.
- Fix form usage throwing errors in some instances.
- Fix an error determining the default status for a submission, if none are set.
- Fix an error with Email Notifications when no valid fields could be found to be included in the email content.
- Fix Form Template setting not persisting for Stencils.
- Fix an error for captchas not rendering if the captcha placeholder was visually obscured.
- Fix Address and Multi-Name fields not working correctly when populating their field content.
- Fix Calculations field variables not being set correctly, when referencing other fields.
- Fix handling for some integrations where session data isn’t being persisted when connecting via OAuth.
- Fix server-side error messages for Repeater fields.
- Fix an error for File Upload fields with GraphQL, when min/max size limits were set.
- Fix a display issue for forms with multiple payment fields with the same integration.
- Fix payment summary display when editing a submission for Craft 5.6+.
- Fix multiple Payment fields not validating correctly when re-initializing the fields’ JS.
- Fix Phone Number server-side validation error.
- Fix an error with Stripe payments for subscriptions when including a payment receipt.
2.1.42
Added
- Add “Message Type” to Iterable CRM integration.
- Add the ability for IntegrationField’s to contain static
data
in their definitions. - Add support for Table field to use
id
orname
values when defining a row schema.
Changed
- Improve Hubspot GDPR handling for marketing and processing options.
- Update Monday integration instructions.
Fixed
- Fix Agree field not allowing
null
value as an empty state indicator. - Fix Agree field markup to match correct accessibility guidelines.
- Fix Hubspot GDPR handling.
- Fix Monday integration connection requests.
- Fix an error when applying Formie-related project config when uninstalled.
- Fix Phone number fields flag icons in the form builder.
3.0.20
Added
- Add
Submission::getFormHandle()
.
Changed
- Refactor queue jobs to provide better feedback on errors and logging data.
- Improve queue job feedback on error to include the payload being sent.
Fixed
- Fix an error with Group and Repeater fields with required File Upload fields on multi-page Ajax forms.
- Fix Group and Repeater fields not respecting “Include in Email Notifications” setting and conditionally hidden fields in email notifications.
- Remove incorrect
Campaign = Kampagne
German translation for the Campaign plugin. - Fix Single-Line text fields in the control panel not showing limit details correctly.
- Fix Multi-Line text fields in the control panel not showing limit details correctly.
- Fix new email notifications not having the conditions logic set correctly.
- Fix email notification queue job causing an infinite loop in some scenarios, and provide better logging feedback.
- Fix an error in Craft 5.6+ where fields’
queryCondition()
function wasn’t being called. - Fix some sidebar elements not displaying correctly when editing submissions in the control panel on Craft 5.6+.
2.1.41
Fixed
- Fix an error with Group and Repeater fields with required File Upload fields on multi-page Ajax forms.
- Fix Group and Repeater fields not respecting “Include in Email Notifications” setting and conditionally hidden fields in email notifications.
- Remove incorrect
Campaign = Kampagne
German translation for the Campaign plugin.
3.0.19
Changed
- The
intl-tel-input
for Phone number fields no longer lazy-loads it’s utilities script. - Update
intl-tel-input
for the latest number validation handling. - Fields in email notification content, when referenced via their variable tag now no longer show their “no response” placeholder text. These still exist for grouped content like “All Fields”.
Fixed
- Fix incorrectly bundled
intl-tel-input
version. - Fix some string content not being escaped properly.
- Fix Freeform 5 migration for success behaviour.
- Fix default value for Date field not being set correctly.
- Fix File Upload handling for some database engines (MariaDB).
- Fix an error with Entry element integrations when updating values.
- Fix email notifications table when columns contained long variable tags.
- Fix incorrect logic when calling
Notifications::getFormNotificationByHandle()
.
2.1.40
Fixed
- Fix incorrectly bundled
intl-tel-input
version. - Fix some string content not being escaped properly.
- Fix Freeform 5 migration for success behaviour.
- Fix default value for Date field not being set correctly.
3.0.18
Added
- Add support for inline CSS for some string content (Multi-Line Rich Text content).
- Add
Variables::EVENT_PARSE_VARIABLES
to allow you to parse custom registered variables.
Fixed
- Fix reCAPTCHA Enterprise and score validation.
- Fix Dropdown and Input Date fields not saving correctly.
- Fix content errors with File Upload fields and MariaDB installs.
- Fix TableInput Vue component not respecting
initialValue
values. - Fix a migration from Formie 2 for Email fields with Blocked Domains setting.
2.1.39
Added
- Add support for inline CSS for some string content (Multi-Line Rich Text content).
- Add
Variables::EVENT_PARSE_VARIABLES
to allow you to parse custom registered variables.
Changed
- Bump
guzzlehttp/oauth-subscriber
to^0.8.1
. - Lock
league/oauth2-client
to2.7.0
to prevent an issue with refresh token scopes on some providers.
Fixed
- Fix reCAPTCHA Enterprise and score validation.
3.0.17
Added
- Add
contentType
to email attachments. - Add theme config options for Table field inner field inputs.
- Add
Element::EVENT_MODIFY_ELEMENT_MATCH
event to control behaviour for Element integrations and matching an existing element. - Add
filterIntegrationMapping
plugin setting to opt out of automatic filtering of integration mapping values.
Changed
- Table field column templates are now split into separate files for easier overriding.
- Improve JS source map filesize.
Fixed
- Fix signature field image matching on existing field, in some instances.
- Fix email notifications not correctly saving conditional recipients.
- Fix an error with migrating forms from Freeform 5.
- Fix Freeform 5 migration for some invalid field handles.
- Fix Freeform migration console commands.
- Fix some special unicode characters being stripped out of some text values for text-based fields.
- Fix Date fields and the “Available Days” setting not working correctly.
- Fix Entry element integration “Update Element Mapping” values being blank.
- Fix an error when setting a form template with required fields and validation handling.
- Fix a Formie 2 migration error for Calculation fields.
- Fix an error with some OAuth integrations and refresh token scopes..
- Fix Stencils incorrectly saving nested field layout data for sub-fields.
- Fix Entry element integration “Update Element Mapping” values.
- Fix Date fields (Simple) not providing the correct variable picker token for email notifications.
- Fix email notification “Send Test Email” button visual issue.
- Fix an error with Entry element integrations.
- Fix an issue with multi-page forms with session management in some browsers.
- Fix Formie 2 > 3 migration not retaining Form Template custom field values for forms.
2.1.38
Added
- Add
contentType
to email attachments. - Add theme config options for Table field inner field inputs.
- Add
Element::EVENT_MODIFY_ELEMENT_MATCH
event to control behaviour for Element integrations and matching an existing element.
Changed
- Bump
guzzlehttp/oauth-subscriber
. - Table field column templates are now split into separate files for easier overriding.
Fixed
- Fix signature field image matching on existing field, in some instances.
- Fix email notifications not correctly saving conditional recipients.
- Fix an error with migrating forms from Freeform 5.
- Fix Freeform 5 migration for some invalid field handles.
- Fix Freeform migration console commands.
- Fix some special unicode characters being stripped out of some text values for text-based fields.
- Fix Date fields and the “Available Days” setting not working correctly.
- Fix Entry element integration “Update Element Mapping” values being blank.
- Fix an error when setting a form template with required fields and validation handling.