v15.118.0
semrush-ci-whale
released this
22 Nov 16:27
·
66 commits
to master
since this release
@semcore/base-trigger
- Fixed HTML element of
LinkTrigger
fromdiv
tobutton
as part of a11y improvements. The change allows to use 'LinkTrigger' withlabel
properly
@semcore/card
- Changed Description for
innerHint
andhintAfter
properties.
@semcore/checkbox
- Fixed
aria-label
property moved from the root component to theInput.Value
component.
@semcore/dropdown
- Fixed
onMouseEnter
in Dropdown.Item was not bubbling the event.
@semcore/errors
- Removed
role='alert'
from<Error>
component. - Removed
aria-hidden
fromError.Image
. - Changed Empty
alt=""
forError.Image
. - Changed Padding and colors in examples in documentation.
@semcore/feedback-form
- Added
modalWidth
property for the FeedbackRating component.
@semcore/input-tags
- Changed Moved
InputTags.Value
fromul
. - Changed Added calculated accessible name from
InputTags.Value
asaria-label
forul
group.
@semcore/mini-chart
- Fixed Cropping in
SemiDonut
chart.
@semcore/popper
- Fixed Call
onKeyboardFocus
for poppers inside poppers.
@semcore/utils
- Fixed
findAllComponents
method. Now it correctly searches in descendants of merged components.