v15.121.0
·
1540 commits
to release/v18
since this release
@semcore/breadcrumbs
- Changed Active breadcrumb tag to
span.
@semcore/carousel
- Added Keyboard handler for zoom data in carousel by
enterorspace.
@semcore/d3-chart
- Added
aria-hidden="true"toPatternSymbolinsideLegendItemto improve A11Y. - Removed
aria-labelledbyfromLegendItemwith shapes other, than checkbox. - Changed
aria-labelledbyvalue inLegendItemto unique id. - Fixed Animation of points on ScatterPlot was on every render.
- Added
outilne=nonefor Hover rect and line. - Added
aria-*attributes for svg from parent group for all simple charts (Chart.*). - Added
aria-label=Chartby default for all advanced charts (Plot...).
@semcore/data-table
- Fixed Table remained inert after clicking on sort icon.
- Fixed Keyboard navigation on table with virtual scroll.
- Fixed
aria-colindexwas set for each Head.Cell components, even for a group. - Changed Hide scrollbars from Screen Readers in Table.Head and Table.Body.
@semcore/date-picker
- Removed Unnecessary
role=comboboxfor all inputs from popper in any Comparator.
@semcore/dropdown
- Added
menuitemcheckboxandmenuitemradioroles for DropdownMenu.Item. - Fixed Items lost highlighting after filtering the list.
@semcore/dropdown-menu
- Added
menuitemcheckboxandmenuitemradioroles for DropdownMenu.Item. - Changed Removed tabIndex on Menu Items in advanced mode.
@semcore/feedback-form
- Added
tabindexfor theFeedbackFrom.Successcomponent withoutline=none.
@semcore/illustration
- Added
aria-hidden=trueby default for all illustrations.
@semcore/input-tags
- Fixed
aria-describedbyfor editable tags.
@semcore/link
- Fixed Render hint's popper on Link with addonLeft as props and no children.
@semcore/notice
- Removed
aria-livefrom all items. - Removed
aria-labelfrom "muted" theme. - Added Log with recommendation to provide aria-labels that help distinguish different types of notices.
@semcore/notice-bubble
- Added autofocus to the Notice with focusable elements.
- Fixed Notice didn't close by
escapekey.
@semcore/outside-click
- Fixed users cant compose
Modalinside theDropdownMenu.Item.
@semcore/skeleton
- Added Role
imgfor the Skeleton components.
@semcore/tooltip
- Changed
aria-haspopupon trigger can be set from props.
@semcore/utils
- Fixed Attribute
onAuxClickwas not applying to components.