Changed
- Renamed
ModifySubmissionExportDataEvent::data
toModifySubmissionExportDataEvent:exportData
to fix an error when exporting submissions. - Changed
{num} characters/words left
translation string to{startTag}{num}{endTag} characters left
.
Fixed
- Fixed Group fields’ inner fields and conditionals referencing other Group inner field’s.
- Fixed Theme Config not working correctly to remove components when setting to
false
ornull
. - Fixed Multi-Line Text field rich text formatting buttons not always in the correct order.
- Fixed check for malicious file upload checks, causing submissions with File Upload fields not to save.
- Fixed File Upload
inputTypeName
not returning correctly for GraphQL queries.