Closed Gerych1984 closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.35%
:tada:
Comparison is base (
7ba9222
) 97.26% compared to head (beafcaf
) 97.61%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Enhancements in Dropdown functionality
The Dropdown.php
file now contains more constants and methods providing higher customization and control over Dropdown components. New constants provide different alignment options. New methods facilitate setting alignment, encoding tags, preparing options and dropdown layouts, etc.
Introduction of Dark theme in Widget
In the Widget.php
file, a darkTheme
property has been added. A new method withDarkTheme
lets developers set this property to apply a dark theme to the widget.
Updates in ButtonDropdownTest
Several test methods in ButtonDropdownTest.php
have been updated. These modifications generally involve updates to element classes, indicating alterations in the structure or representation of UI components under test.
Enhancements and updates in DropdownTest
The DropdownTest.php
file saw the addition of a few new test methods to validate the rendering of different functionalities. Several existing test methods have also been updated, primarily concerning updates to the 'ul' element classes.
More specific testing in NavBarTest
In NavBarTest.php
, two methods were updated to reflect changes in the 'ul' element classes - indicating changes in the Navbar's structure or presentation under certain conditions.
Modifications in NavTest
Many test methods in NavTest.php
have been updated with the removal of certain element attributes, primarily the aria-expanded
attribute from the 'ul' elements. These modifications suggest changes in how navigation components handle accessibility features.
Note: The
aria-expanded
attribute is used in accessibility (a11y) to indicate whether a group of elements, or a single element, is currently expanded or collapsed. The removal of this attribute may change how the UI component behaves or is interpreted by screen readers and other assistive technologies.
begin() . Long content . end()
to Dropdownaria-expanded
attribute on menu. It must be set only on toggle element on DropdownDropdownButton::dropdown
toDrodownButton:::items