This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Release v3.4.0
·
30 commits
to v3/master
since this release
Since version 3.3.6, these changes have been made:
- Refactoring The code base was refactored significantly to improve the code style. Thanks @jamiepollock!
- Fieldset Legends For the list field types (e.g., checkbox list, radio button list), they are now using a legend field within a fieldset in order to label the group of fields (rather than a label). This should improve accessibility.
Here is an example of a few fields using fieldset legends:
This makes it clear that the text is a label for the entire group of fields.