Skip to content

v15.81.0

Compare
Choose a tag to compare
@semrush-ci-whale semrush-ci-whale released this 29 Apr 15:19
· 7821 commits to master since this release
8d848e8

@semcore/accordion

  • Fixed Pressing Space on focused Accordion.Item.Toggle was causing the page to scroll.

@semcore/d3-chart

  • Fixed duration prop on Chart component.
  • Changed Plot eventEmitter prop now is strongly typed.
  • Added PlotEventEmitter class that allows to create typed event emitter for imperative control over chart tooltip.
  • Fixed stroke color for ReferenceLine from --intergalactic-chart-grid-x-axis to --intergalactic-chart-grid-y-accent-hover-line.

@semcore/data-table

  • Fixed Warning in console about invalid value of tabIndex attribute.

@semcore/drag-and-drop

  • Fixed Focus ring styles.
  • Fixed Dropzone was draggable by keyboard.
  • Fixed Screen readers were announcing wrong items' position.
  • Fixed There were a visual glitch right after item drop.
  • Changed Removed additional padding that was added to the draggable element.
  • Changed Keyboard arrows navigation better works with built-in arrows navigation of base components and better works with items grid placement.

@semcore/dropdown-menu

  • Fixed It was loosing browser focus with DragAndDrop component integration.

@semcore/ellipsis

  • Changed cursorAnchoring added to the list of props that are passed to the build-in tooltip.

@semcore/link

  • Changed Disabled link now will always have empty href attribute.
  • Changed Removed aria-disabled and disabled DOM attributes from Link as it was violating the specs.

@semcore/popper

  • Added cursorAnchoring prop that allows to make popper appear near the cursor if trigger is bigger than popper.
  • Added Low level explicitTriggerSet api for more granular control over which element will be used as popper trigger.

@semcore/slider

  • Changed Slider options text now has secondary color and smaller font size by default.

@semcore/textarea

  • Fixed minRows prop behaviour.

@semcore/tooltip

  • Changed Renamed types HintProps to TooltipHintProps and HintPopperProps to TooltipHintPopperProps. Old names are preserved and deprecated.

@semcore/typography

  • Changed Renamed types HintProps to TypographyHintProps. Old name is preserved and deprecated.

@semcore/utils

  • Added New token for the color of stripes in the diagonal chart grid pattern: --intergalactic-chart-grid-period-pattern.
  • Fixed Typings of event emitter util.

@semcore/widget-empty

  • Changed Added role status.