2.5.0
·
58 commits
to develop
since this release
- Added: A search field for the Enabled and Disabled Fields lists on the form settings page. Quickly find fields by name when configuring exports for forms with many fields.
- Enhancement: Accessibility support for the field selector:
- Screen reader announcements when fields are moved between lists;
- Keyboard navigation with Enter/Space to move fields and Escape to clear search;
- Visible focus indicators for keyboard users;
- Proper ARIA labels on all interactive elements.
- Enhancement: RTL (right-to-left) language support for the field selector interface.
- Enhancement: Added filter hooks change the separator used to combine complex fields, like Name and Address.
- Fixed: PHP warning when field names are used as regex patterns without proper delimiters.
Developer Updates:
- Added:
gfexcel_field_separated_separatorfilter to change the default separator for all combined subfields (default: newline). - Added:
gfexcel_field_{field_type}_separatorfilter (e.g.,gfexcel_field_name_separator) to change the separator for a specific field type.