v15.66.0
semrush-ci-whale
released this
01 Mar 19:54
·
7821 commits
to master
since this release
@semcore/animation
- Changed
Collapse
now usesclip
instead ofhidden
for the overflow property asoverflow: hidden
was breaking position sticky of children elements.
@semcore/button
- Fixed Old themization with
@semcore/babel-plugin-react-semcore
wasn't working.
@semcore/card
- Changed
Card.Title
prophint
renamed tohintAfter
. - Added
Card.Title
innerHint
prop.
@semcore/carousel
- Fixed
onIndexChange
to return correct index.
@semcore/d3-chart
- Added
Line.Dots
andArea.Dots
componentsdisplay
prop now accepts function that allows developers to granularly control which dots should be displayed. - Fixed a11y module "Skip to content after plot" link was not working in some cases.
- Fixed view of Line.Area with
null
in data.
@semcore/data-table
- Added
disablePortal
prop toTable.StickyHead
. - Changed Sortable focused headers cell now shows sorting icon.
- Fixed Calculation of column widths to properly render Skeleton after the first paint.
@semcore/date-picker
- Fixed Keyboard navigation was not working in calendars of
DateRangeComparator
andMonthDateRangeComparator
components. - Fixed Paddings of
DateRangeComparator
andMonthDateRangeComparator
periods presets (from0
to8px
). - Fixed Removed Input trigger invalid
aria
attributes. - Changed Calendars now are focusable by keyboard, focus order of default (unwrapped) popper is changed to put periods presets and apply/clear button first.
- Changed Assistive technologies now announce navigated calendar cell and period.
- Changed Assistive technologies now announce what date ranges will be selected.
- Changed New
Cmd+Enter
/Ctrl+Enter
keyboard shortcut to apply selected date ranges.
@semcore/dropdown-menu
- Fixed selection item by keypress
Space
when button trigger is used. - Fixed Allowed to
Tab
navigate from focusables inside of an item if the item was highlighted right before the focusable was focused. - Fixed Disabled
DropdownMenu.Nesting
was opening nested menu byTab
key pressing.
@semcore/icon
- Added New
CollapseAlt
,ExpandAlt
andCheckDouble
icons. - Changed
Check
icon.
@semcore/pills
- Fixed View of
keyboardFocused
Pill. - Added Focus border for focused Pills without default value.
@semcore/tag
- Fixed Order in layers for
Tag.Close
component for correct handlingonClick
events.
@semcore/time-picker
- Fixed TimePicker dropdowns had unexpected visual horizontal offset.
@semcore/utils
- Fixed Attribute
attr
was not appling to components.