v15.116.0
semrush-ci-whale
released this
08 Nov 18:06
·
107 commits
to master
since this release
@semcore/color-picker
- Fixed Display
Hint
on focusedColor.Item
.
@semcore/dropdown
- Fixed Double click event on DropDownMenu.Items.
- Added Export for
DropdownPopperAriaProps
type.
@semcore/dropdown-menu
- Fixed Unexpected focus on actions in DropdownMenu.Item.
- Added
DropdownPopperAriaProps
type for DropdownMenu.Popper props.
@semcore/feature-popover
- Changed A11y improvements: added role="dialog" and autofocus for the popover, made an aria-label or aria-labelledby a required attribute. Disabled aria-haspopup and changed the default interaction to "none" for the trigger.
@semcore/mini-chart
- Added
baseBgColor
option to specify pass second color as background for TrendLine and ScoreDonut
@semcore/select
- Fixed The
Option
not being highlighted by default when openingSelect
byfocus
interaction.
@semcore/tooltip
- Added
role=status
to TooltipPopper Wrapper.
@semcore/utils
- Fixed Hooks order in focusLock hook.
- Added
left
andtop
properties with-1
value toScreenReaderOnly
container for prevent impact on layout of application.