Skip to content

Releases: semrush/intergalactic

v15.82.2

14 May 14:18
bc36a54
Compare
Choose a tag to compare

@semcore/data-table

  • Changed If sorted column is too narrow to fit sorting item, the column slightly increases it's width.

@semcore/date-picker

  • Added showError property to *Comparator.ValueDateRange and *Comparator.CompareDateRange components.
  • Added Render children in MonthDateRangeComparator.RangeCalendar.

@semcore/input

  • Fixed disabled input was not loosing focused styles when it was disabled.
  • Changed disabled prop was deprecated on Input.Value to avoid confusion with disabled prop on Input component.

@semcore/input-number

  • Fixed Controlled mode.

@semcore/popper

  • Fixed Poppers with interaction=hover were not opening on touch devices.
  • Fixed Page resizing was causing popper to move to the wrong position.

@semcore/tab-line

  • Removed Unnecessary aria-posinset attribute on each tab.

@semcore/tab-panel

  • Removed Unnecessary aria-posinset attribute on each tab.

v15.82.1

13 May 17:36
b1ba0b7
Compare
Choose a tag to compare

@semcore/dropdown-menu

  • Fixed In some cases React error "Uncaught TypeError: destroy is not a function" was thrown.

@semcore/popper

  • Fixed Hovering popper trigger with interaction=hover wasn't trigger it to open in test environment.

v15.82.0

10 May 11:55
6fca2fe
Compare
Choose a tag to compare

@semcore/data-table

  • Changed If sorted column is too narrow to fit sorting item, the column slightly increases it's width.

@semcore/date-picker

  • Added showError property to *Comparator.ValueDateRange and *Comparator.CompareDateRange components.
  • Added Render children in MonthDateRangeComparator.RangeCalendar.

@semcore/input

  • Fixed disabled input was not loosing focused styles when it was disabled.
  • Changed disabled prop was deprecated on Input.Value to avoid confusion with disabled prop on Input component.

@semcore/input-number

  • Fixed Controlled mode.

@semcore/popper

  • Fixed Poppers with interaction=hover were not opening on touch devices.
  • Fixed Page resizing was causing popper to move to the wrong position.

@semcore/tab-line

  • Removed Unnecessary aria-posinset attribute on each tab.

@semcore/tab-panel

  • Removed Unnecessary aria-posinset attribute on each tab.

v15.81.0

29 Apr 15:19
8d848e8
Compare
Choose a tag to compare

@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.

v15.80.0: Update publish-unlocked-release.yml

22 Apr 12:39
f907046
Compare
Choose a tag to compare

@semcore/date-picker

  • Added Input trigger placeholder now is localized out of the box based on locale prop.
  • Fixed Added missing translations for input trigger error tooltip.
  • Fixed Input trigger text was little trimmed at the end.
  • Fixed Component display in dark mode.
  • Fixed Input trigger referencing label tag support.
  • Fixed Default aria-label for the second input of date range trigger.

@semcore/input-mask

  • Added inputW prop to override the width of the input field.

@semcore/input-number

  • Added Beautiful number formatting.

@semcore/popper

  • Changed The default trigger role is combobox if an input is used as the trigger, and button otherwise.

@semcore/utils

  • Fixed Date picker related design tokens in dark mode.

v15.79.0

16 Apr 14:28
77a4dff
Compare
Choose a tag to compare

@semcore/date-picker

  • Added Input trigger placeholder now is localized out of the box based on locale prop.
  • Fixed Added missing translations for input trigger error tooltip.
  • Fixed Input trigger text was little trimmed at the end.
  • Fixed Component display in dark mode.
  • Fixed Input trigger referencing label tag support.
  • Fixed Default aria-label for the second input of date range trigger.

@semcore/input-mask

  • Added inputW prop to override the width of the input field.

@semcore/input-number

  • Added Beautiful number formatting.

@semcore/popper

  • Changed The default trigger role is combobox if an input is used as the trigger, and button otherwise.

@semcore/utils

  • Fixed Date picker related design tokens in dark mode.

v15.78.0

15 Apr 16:06
73f2755
Compare
Choose a tag to compare

@semcore/base-trigger

  • Added composition api for FilterTrigger.

@semcore/d3-chart

  • Added Cigarette chart.
  • Fixed Dot's size for line, aria and bar charts.
  • Fixed background color for Bar chart from --intergalactic-chart-palette-order-other-data to --intergalactic-chart-grid-bar-chart-base-bg.

@semcore/data-table

  • Changed Table body focus ring top border got little offset to prevent overlapping with fixed (sticky) header.

@semcore/date-picker

  • Changed Input trigger now resizes to fit the content on mount and on blur.
  • Fixed On some locale in which formatted dates are longer than the input trigger, date text was overflowing the input container.

@semcore/pagination

  • Fixed Component was loosing browser focus after reaching the last of first page with keyboard navigation.

@semcore/radio

  • Fixed Type of value in Radio item component.

@semcore/scroll-area

  • Added focusRingTopOffset, focusRingRightOffset, focusRingBottomOffset and focusRingLeftOffset props.

@semcore/spin-container

  • Changed Allowed to use SpinContainer.Overlay without SpinContainer.Content.

@semcore/utils

  • Added Api in internal mechanism for recursive search of child elements.

v15.77.1

12 Apr 15:32
5b48af3
Compare
Choose a tag to compare

@semcore/popper

  • Fixed In some cases popper mouseenter was unexpectedly ignored.

v15.77.0

12 Apr 10:38
dcc4278
Compare
Choose a tag to compare

@semcore/dropdown-menu

  • Fixed DropdownMenu with input in the trigger was not highting current items when focus comes to input with mouse click.

@semcore/select

  • Fixed Multiselect interactions were not annotated properly by screen readers when select was used with options prop.

@semcore/tag

  • Fixed Focused tag was rendering focus ring even if it wasn't marked as interactive.

v15.76.1

10 Apr 15:40
52c44bb
Compare
Choose a tag to compare

@semcore/date-picker

  • Added Missing @semcore/tooltip dependency in @semcore/date-picker package.

@semcore/ellipsis

  • Fixed Very longs words were not wrapped in multiline ellipsis.
  • Fixed Rendering Ellipsis with tag Link wasn't displayed correctly.
  • Fixed Attempting to render Link tag={Ellipsis} was causing empty node rendered.

@semcore/select

  • Fixed Select.InputSearch.Value was undefined.

@semcore/utils

  • Fixed Fixed internal mechanism of converting React nodes into text string of it's content.