Skip to content

v15.108.0

Compare
Choose a tag to compare
@semrush-ci-whale semrush-ci-whale released this 20 Sep 17:22
· 208 commits to master since this release
d009b08

@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 from TagContainer to Tag.
  • Added TagContainer.Circle and TagContainer.Addon components.
  • Changed Remove button aria-label from "Remove" to "Delete".
  • Fixed interactive prop passing from TagContainer to Tag.

@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 and Wizard.StepNext buttons.
  • Added Autofocus on wizard content after step change.
  • Changed Correct tab and tabpanel roles connecting of wizard steps and content.