Skip to content

v2.2.18: Refactors ControlGroup to Section

Choose a tag to compare

@thorewi thorewi released this 28 Oct 14:30
· 24 commits to main since this release
Renames `ControlGroup` to `Section` to better reflect its purpose in organizing form elements.

Updates related code and templates to reflect this change.
This change provides a more semantic naming convention.

Updates toggle processing to correctly handle sections
and ensures that only BaseControl instances are processed.