Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Release v3.4.0

Compare
Choose a tag to compare
@Nicholas-Westby Nicholas-Westby released this 07 Dec 00:15
· 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:

Fieldsets with Legends

This makes it clear that the text is a label for the entire group of fields.