Skip to content

Releases: semrush/intergalactic

v15.95.0

12 Jun 11:37
b287ac8
Compare
Choose a tag to compare

@semcore/carousel

  • Fixed Display of zoomed item after transition from the last item to the first one in the cyclic scroll.

@semcore/dropdown-menu

  • Fixed DropdownMenu was getting unexpected autofocus if nothing else on page is focused.

@semcore/feedback-form

  • Fixed aria-label for the Notice in FeedbackRating.

@semcore/icon

  • Changed Facebook icon according to the latest Facebook logo guidelines.

@semcore/notice-bubble

  • Fixed Fixed case when NoticeBubble was resized and mouse left it without any mouse move so NoticeBubble didn't hide automatically.

@semcore/switch

  • Changed Set as deprecated hidden property on Switch.Addon to avoid use two Addons in Switch.
  • Removed aria-checked from Switch.Value.
  • Removed aria-labelledby from Switch.Value.
  • Removed aria-hidden from Switch.Addon.

@semcore/utils

  • Fixed errors in imports with intergalactic/utils/lib/*.

v15.94.1

10 Jun 16:23
36ff3c5
Compare
Choose a tag to compare

@semcore/scroll-area

  • Fixed Auto resizing for ScrollArea should work only if pass prop wMax or hMax to the container.

v15.94.0

07 Jun 15:56
80208da
Compare
Choose a tag to compare

@semcore/breadcrumbs

  • Changed Added nav tag for breadcrumbs container.
  • Changed Added default a tag for breadcrumb item.
  • Changed Wrapped breadcrumb items in an ol list.

@semcore/button

  • Added Hint for Button with addon and without text.

@semcore/card

  • Changed Tooltip to DescriptionTooltip for hints in card title.

@semcore/carousel

  • Fixed Button styles because DOM for Button with only addons has been changed.

@semcore/d3-chart

  • Added ReferenceStripes component.
  • Added ReferenceBackground component (previously ReferenceLine.Background).
  • Changed ReferenceLine.Background deprecated in favor of ReferenceBackground.

@semcore/feedback-form

  • Fixed Children type for FeedbackForm.Item.

@semcore/fullscreen-modal

  • Changed Tag for FullscreenModal.Section is section instead of div.

@semcore/input

  • Fixed Type definition for Input's placeholder prop.

@semcore/input-number

  • Fixed Incorrect increment/dicrement in formatted Number Inputs.
  • Fixed Removed onChange handler call for the value that ends with - and . as in native input with type="number".

@semcore/link

  • Added Hint for Link with addon and without text.

@semcore/popper

  • Fixed Programmatically opened popper were getting tabIndex={0} even without focusable elements inside.

@semcore/scroll-area

  • Added Auto resizing for ScrollArea if the parent element changes its size.

@semcore/tooltip

  • Fixed Merging tooltip with Button component was breaking the button styles.
  • Fixed Removed aria-haspopup and role from triggers of Hint and Tooltip.
  • Fixed Removed interaction property from types of Hint.
  • Fixed Removed warning theme from types of Hint.
  • Changed aria-haspopup of DescriptionTooltip changed to dialog.
  • Fixed DescriptionTooltip default children.

v15.92.1

30 May 13:57
1cfb5d6
Compare
Choose a tag to compare

@semcore/date-picker

  • Fixed Some dates might shift the month when entered in the input trigger.

v15.92.0

28 May 15:53
7185645
Compare
Choose a tag to compare

@semcore/d3-chart

  • Fixed Donut chart animation glitching on data change.

@semcore/popper

  • Fixed Closing popper with Esc and interaction=focus might cause immediate reopen.

@semcore/tooltip

  • Fixed Tooltip (DescriptionTooltip and Hint as well) with click interactions wasn't opening by keyboard interaction if trigger was not a button or icon.

@semcore/utils

  • Fixed getNodeByRef issue that was causing errors in console when clicking on Chart.Bubble.

v15.91.0

27 May 15:21
574ded0
Compare
Choose a tag to compare

@semcore/d3-chart

  • Changed Line.Area got an option autoInterpolate that allows to disable auto interpolation of all missing values.
  • Changed Line.Area data now accepts interpolateValue symbol that allows spot interpolation of values if autoInterpolate set to false.

@semcore/popper

  • Fixed Switching popper trigger was causing a glitch during the close animation.

v15.90.2

27 May 13:59
08bf21f
Compare
Choose a tag to compare

@semcore/popper

  • Fixed Focusing popper might break next popper opening.

v15.90.1

27 May 12:31
2ec84a9
Compare
Choose a tag to compare

@semcore/skeleton

  • Fixed Dependency on @semcore/portal when Skeleton installed as a separate package.

v15.90.0

24 May 15:41
20cc311
Compare
Choose a tag to compare

@semcore/date-picker

  • Fixed Range pickers with disabled dates were throwing an error in console after selecting a range.

@semcore/popper

  • Fixed In some cases the second open of any popper was breaking the positioning engine.

v15.89.0

23 May 17:22
84aab7c
Compare
Choose a tag to compare

@semcore/skeleton

  • Added Live region "Loading…" announcement for assistive technologies.
  • Added "Loading…" aria-label.
  • Added locale prop.
  • Changed aria-atomic attribute moved to inner foreignObject element.

@semcore/spin

  • Added Live region "Loading…" announcement for assistive technologies.
  • Added "Loading…" aria-label.
  • Added locale prop.

@semcore/spin-container

  • Changed Content inside of loading container is unavailable for interacting now.

@semcore/utils

  • Changed ScreenReaderOnly now passed all props to the inner span element as DOM attributes.