v15.108.0
·
208 commits
to master
since this release
@semcore/button
- Added Component
ButtonLink
.
@semcore/card
- Changed Render hints in header with
ButtonLink
component.
@semcore/carousel
- Fixed Carousel controls are not focusable and available to be navigated to each control by screen readers.
@semcore/data-table
- Added Keyboard navigation.
@semcore/inline-input
- Changed Render confirm/cancel buttons with
ButtonLink
component.
@semcore/input-tags
- Changed Tags remove button now follow tag in the DOM.
- Changed Added aria description to editable tags.
@semcore/pagination
- Changed Render total pages button with
ButtonLink
component.
@semcore/side-panel
- Changed Render back button with
ButtonLink
component.
@semcore/tag
- Changed Remove button aria-label from "Remove" to "Delete".
- Fixed
interactive
prop passing fromTagContainer
toTag
. - Added
TagContainer.Circle
andTagContainer.Addon
components. - Changed Remove button aria-label from "Remove" to "Delete".
- Fixed
interactive
prop passing fromTagContainer
toTag
.
@semcore/utils
- Fixed Hidden elements might be considered as focusable. It was breaking "Skip to content after plot" feature in d3-chart in some cases.
@semcore/wizard
- Added
Wizard.StepBack
andWizard.StepNext
buttons. - Added Autofocus on wizard content after step change.
- Changed Correct
tab
andtabpanel
roles connecting of wizard steps and content.