v15.117.0
semrush-ci-whale
released this
18 Nov 16:37
·
86 commits
to master
since this release
@semcore/date-picker
- Changed Aria-label for date presets listbox.
- Added Translations for aria-label for date presets listbox.
@semcore/ellipsis
- Fixed Custom
visible
andonVisibleChange
properties to Ellipsis.
@semcore/feature-popover
- Added Possibility to set
aria-labelledby
to thePopper
.
@semcore/input-number
- Removed Not working
aria-valuemin
andaria-minmax
, because of typetext
for input in InputNumber.
@semcore/input-tags
- Changed
Addon
component to the Addon fromTagContainer.Tag
. IMPORTANT - you should use Addon inInputTags.Tag.Text
for correct rendering.
@semcore/pagination
- Added
Intl.NumberFormat
for total pages. - Change
Input
toNumberInput
forPagination.PageInput
component. - Fixed Formatted value displaying - correct thousands' separator depending on locale.
@semcore/tag
- Fixed Display of tags with TagContainer and
Addon
/Circle
in theInputTags
component. - Fixed Display of tags with TagContainer and addons.
@semcore/tooltip
- Added
max-content
width for Tooltip by default.