v15.118.0
·
1652 commits
to release/v18
since this release
@semcore/base-trigger
- Fixed HTML element of
LinkTriggerfromdivtobuttonas part of a11y improvements. The change allows to use 'LinkTrigger' withlabelproperly
@semcore/card
- Changed Description for
innerHintandhintAfterproperties.
@semcore/checkbox
- Fixed
aria-labelproperty moved from the root component to theInput.Valuecomponent.
@semcore/dropdown
- Fixed
onMouseEnterin Dropdown.Item was not bubbling the event.
@semcore/errors
- Removed
role='alert'from<Error>component. - Removed
aria-hiddenfromError.Image. - Changed Empty
alt=""forError.Image. - Changed Padding and colors in examples in documentation.
@semcore/feedback-form
- Added
modalWidthproperty for the FeedbackRating component.
@semcore/input-tags
- Changed Moved
InputTags.Valuefromul. - Changed Added calculated accessible name from
InputTags.Valueasaria-labelforulgroup.
@semcore/mini-chart
- Fixed Cropping in
SemiDonutchart.
@semcore/popper
- Fixed Call
onKeyboardFocusfor poppers inside poppers.
@semcore/utils
- Fixed
findAllComponentsmethod. Now it correctly searches in descendants of merged components.