Skip to content

v16.6.0

Latest
Compare
Choose a tag to compare
@semrush-ci-whale semrush-ci-whale released this 07 Aug 17:12
· 4 commits to release/v16 since this release
3e7da91

@semcore/base-components

  • Added text-align CSS property to Box component.

@semcore/d3-chart

  • Fixed Legend hides for single item even when showLegend=true.

@semcore/data-table

  • Added accordionMode property to only one accordion is open at a time.
  • Added onAccordionToggle to listen for open/close accordion events.
  • Added Ability to render multiple columns under one single-level column header.
  • Added RawData to CellRenderProps.
  • Added line-height for Head.Column items.
  • Added overflow=hidden for CellWrapper.
  • Added textAlign property to all column cells.
  • Added renderCellOverlay method for rendering an overlay over table cells.
  • Fixed Rendering table with selectedRows without data.
  • Fixed z-index of expanded accordions and spinner container.
  • Fixed Usage of changeSortSize property with multiple columns.
  • Fixed Accordion content expands with visual issues when clicking on a merged cell.
  • Fixed Incorrect type for selectedRows/onSelectedRowsChange when uniqueRowKey type is not a string.
  • Fixed Hover styles aren't applied to themed cells.
  • Fixed Types for CellRenderProps - added ability to compare props.columnName with ACCORDION symbol.
  • Fixed Sticky header with width property doesn't work.
  • Changed Width for column with checkboxes to use min-content value.
  • Changed rowProps and renderCell will not be called when rendering an empty table.

@semcore/ellipsis

  • Fixed Ellipsis with trim=middle cut off text at the end.
  • Fixed Incorrect cropping with different font-size.

@semcore/fullscreen-modal

  • Changed Updated styles to reflect internal Modal changes preventing unexpected closing during scrollbar interaction.

@semcore/icon

  • Added New AISEOToolkit, CollapseList, Canva, Claude, ClaudeColored, GoogleGenerativeAIColored, Perplexity, PerplexityColored icons.
  • Changed Updated GoogleGenerativeAI icon.
  • Fixed Removed fill from TextItalic size M icon.
  • Fixed Minified and removed fill from BracketsCode size L icon.

@semcore/modal

  • Fixed Modal hides after scrollbar interaction.

@semcore/pagination

  • Fixed Focus loss in Safari when navigating to first/last page with pagination buttons.

@semcore/typography

  • Added formatTags property for the Text component for enable tags formatting's inside a Text component.