Releases: semrush/intergalactic
Releases · semrush/intergalactic
v13.19.1
@semcore/d3-chart
- Fixed Added correct display when there is no data in a11y table.
@semcore/feedback-form
- Fixed Added a11y error binding to field.
@semcore/utils
- Fixed Utils package was breaking building via webpack and vite.
v13.19.0
@semcore/animation
- Added Added
pointer-events
properties to scale groupkeyframes
to avoid problems with overlapping elements and changing the cursor.
@semcore/dot
- Fixed Fixed local themes on dot.
@semcore/modal
- Fixed Fixed local themes in modals.
@semcore/notice-bubble
- Fixed Fixed local themes in notice bubbles.
@semcore/popper
- Fixed Fixed local themes in poppers.
@semcore/portal
- Removed Non-working portalled local theme reapplying.
@semcore/side-panel
- Fixed Fixed local themes in side panels.
@semcore/utils
- Added Supported portalled local theme reapplying in class-based components.
- Removed Removed
Status
group in semantic tokens. - Changed Moved the gray-white token in front of the gray-50, slightly tweaked the order.
v13.18.0
@semcore/accordion
- Fixed Toggles attributes
aria-expanded
andaria-controls
were not applied when accordion section was closed.
@semcore/badge
- Fixed Made Badge visible for screen readers again.
@semcore/card
- Fixed Made
<Card.Title />
hint
available for screen readers.
@semcore/d3-chart
- Added Added
additionalFields
ina11yAltTextConfig
for extra text description to the data when using a screen reader
@semcore/dropdown
- Fixed
aria-controls
andaria-expanded
html attributes wasn't applied on closed dropdown.
@semcore/dropdown-menu
- Added Added
z-index: 0
toDropdownMenu.List
so that it doesn't overlap the focus border of neighboring elements. - Fixed
aria-controls
andaria-expanded
html attributes wasn't applied on closed dropdown. - Fixed Navigating options with keyboard now doesn't trigger browser focus.
- Fixed
aria-activedescendant
now is properly updated on keyboard navigation.
@semcore/feature-popover
- Fixed Add tabIndex for Icon close.
@semcore/feedback-form
- Added Added properties
backgrouund
andtheme
responsible for spinner theme.
@semcore/select
- Fixed
aria-controls
andaria-expanded
html attributes wasn't applied on closed dropdown. - Fixed
aria-activedescendant
was applied to selected option but not on focused one. - Fixed Option keys are now based on option value.
- Fixed Removed unexpected tabIndex=-1.
@semcore/utils
- Added Added internal util
ScreenReaderOnly
to declaratively put screen reader only text in the components.
v13.17.2
@semcore/notice-bubble
- Fixed Default export typings wasn't corresponding to the runtime one.
- Changed Added
noticeBubbleDefaultManager
export that is equal to the default export. - Changed Deprecated default export.
noticeBubbleDefaultManager
is recommended as a drop-in replacement.
@semcore/utils
- Fixed Focus locked tab navigation might cause scrolling to the end or to the start of the page.
v13.17.1
@semcore/d3-chart
- Fixed Fixed
Radar
chart with negative rotation hover handling.
@semcore/input-tags
- Fixed Fixed alignment cursor when there are no tags.
v13.17.0
@semcore/icon
- Added Added
GitHubInvert
icon.
@semcore/input-tags
- Fixed Fixed tag display when crossing the border during scroll.
- Fixed Fixed tag alignment when set minimum height.
@semcore/widget-empty
- Changed Updated
Error
view texts in all languages. - Changed Updated
NoData
view texts in all languages.
v13.16.0
@semcore/core
- Changed Changed logic of merging component styles and context styles due to losing context styles before.
v13.15.0
@semcore/d3-chart
- Added Add
angleOffset
parameter toRadar
chart.
@semcore/errors
- Changed Changed Title's font-weight from
bold
tosemi-bold
.
v13.14.1
@semcore/feedback-form
- Fixed Fixed padding for the success state of the feedback form.
@semcore/utils
- Fixed Fixed focus lock might cause infinite focus war when multiple focus locks exist on same page.
v13.14.0
@semcore/d3-chart
- Changed Much improved a11y summary generation for
Radar
chart.
@semcore/date-picker
- Fixed Fixed color of selected period.
@semcore/modal
- Fixed Fixed focus locking and returning.
@semcore/notice-bubble
- Added Properties to add icons to notices.
- Added
NoticeBubbleManager
method typings. - Added Documentation examples.
- Fixed Disappear animation of stacked notices.
- Fixed Warning notices were not removable.
- Fixed Default links color.
- Changed Deprecated adding notices by
NoticeBubble
andNoticeBubbleWarning
withoutNoticeBubbleManager
. - Fixed Fixed typings of exported
NoticeBubbleManager
.
@semcore/popper
- Fixed Fixed focus locking and returning.
@semcore/side-panel
- Fixed Fixed focus locking and returning.
@semcore/utils
- Added Added
lib/use/useFocusLock
util to control focus lock in popup components (likePopper
-based,Modal
andSidebar
).