Releases: semrush/intergalactic
Releases · semrush/intergalactic
v15.95.0
@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 theNotice
inFeedbackRating
.
@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 soNoticeBubble
didn't hide automatically.
@semcore/switch
- Changed Set as deprecated
hidden
property on Switch.Addon to avoid use twoAddons
inSwitch
. - 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
@semcore/scroll-area
- Fixed Auto resizing for
ScrollArea
should work only if pass propwMax
orhMax
to the container.
v15.94.0
@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
toDescriptionTooltip
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 (previouslyReferenceLine.Background
). - Changed
ReferenceLine.Background
deprecated in favor ofReferenceBackground
.
@semcore/feedback-form
- Fixed Children type for
FeedbackForm.Item
.
@semcore/fullscreen-modal
- Changed Tag for
FullscreenModal.Section
issection
instead ofdiv
.
@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 withtype="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
androle
from triggers ofHint
andTooltip
. - Fixed Removed
interaction
property from types ofHint
. - Fixed Removed warning theme from types of
Hint
. - Changed
aria-haspopup
ofDescriptionTooltip
changed todialog
. - Fixed
DescriptionTooltip
default children.
v15.92.1
@semcore/date-picker
- Fixed Some dates might shift the month when entered in the input trigger.
v15.92.0
@semcore/d3-chart
- Fixed Donut chart animation glitching on data change.
@semcore/popper
- Fixed Closing popper with
Esc
andinteraction=focus
might cause immediate reopen.
@semcore/tooltip
- Fixed
Tooltip
(DescriptionTooltip
andHint
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 onChart.Bubble
.
v15.91.0
@semcore/d3-chart
- Changed
Line.Area
got an optionautoInterpolate
that allows to disable auto interpolation of all missing values. - Changed
Line.Area
data now acceptsinterpolateValue
symbol that allows spot interpolation of values ifautoInterpolate
set tofalse
.
@semcore/popper
- Fixed Switching popper trigger was causing a glitch during the close animation.
v15.90.2
@semcore/popper
- Fixed Focusing popper might break next popper opening.
v15.90.1
@semcore/skeleton
- Fixed Dependency on
@semcore/portal
when Skeleton installed as a separate package.
v15.90.0
@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
@semcore/skeleton
- Added Live region "Loading…" announcement for assistive technologies.
- Added "Loading…" aria-label.
- Added
locale
prop. - Changed
aria-atomic
attribute moved to innerforeignObject
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 innerspan
element as DOM attributes.