v13.18.0
semrush-ci-whale
released this
23 Mar 21:04
·
7821 commits
to master
since this release
@semcore/accordion
- Fixed Toggles attributes
aria-expanded
andaria-controls
were not applied when accordion section was closed.
@semcore/badge
- Fixed Made Badge visible for screen readers again.
@semcore/card
- Fixed Made
<Card.Title />
hint
available for screen readers.
@semcore/d3-chart
- Added Added
additionalFields
ina11yAltTextConfig
for extra text description to the data when using a screen reader
@semcore/dropdown
- Fixed
aria-controls
andaria-expanded
html attributes wasn't applied on closed dropdown.
@semcore/dropdown-menu
- Added Added
z-index: 0
toDropdownMenu.List
so that it doesn't overlap the focus border of neighboring elements. - Fixed
aria-controls
andaria-expanded
html attributes wasn't applied on closed dropdown. - Fixed Navigating options with keyboard now doesn't trigger browser focus.
- Fixed
aria-activedescendant
now is properly updated on keyboard navigation.
@semcore/feature-popover
- Fixed Add tabIndex for Icon close.
@semcore/feedback-form
- Added Added properties
backgrouund
andtheme
responsible for spinner theme.
@semcore/select
- Fixed
aria-controls
andaria-expanded
html attributes wasn't applied on closed dropdown. - Fixed
aria-activedescendant
was applied to selected option but not on focused one. - Fixed Option keys are now based on option value.
- Fixed Removed unexpected tabIndex=-1.
@semcore/utils
- Added Added internal util
ScreenReaderOnly
to declaratively put screen reader only text in the components.