Closed vjik closed 11 months ago
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Added Checkbox and Radio List Label Attributes Updated our software documentation with the notes on the new version 3.3.1 which now includes the ability for users to customize attributes for labels of items in the 'CheckboxList' and 'RadioList'. This enhancement provides more flexibility and control over how these widgets appear and function.
Updated CheckboxItem, CheckboxList, RadioItem, and RadioList Classes Our developers have expanded the 'CheckboxItem' and 'RadioItem' classes with a new property called '$labelAttributes'. In addition, they added a new property for 'CheckboxList' and 'RadioList' called '$checkboxLabelAttributes' and '$radioLabelAttributes' respectively. Further, methods to manage these new properties have also been included, giving you more power to design your checkbox and radio lists as needed.
New Tests for CheckboxListTest and RadioListTest Classes To ensure the above enhancements work as expected, new tests have been incorporated into 'CheckboxListTest' and 'RadioListTest' classes. These additions allow for checking the setting and merging of both checkbox and radio label attributes, assuring the robustness of our system updates.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
79a8c73
) 100.00% compared to head (cd00517
) 100.00%. Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.