v16.6.0
·
723 commits
to release/v17
since this release
@semcore/base-components
- Added
text-alignCSS property toBoxcomponent.
@semcore/d3-chart
- Fixed Legend hides for single item even when
showLegend=true.
@semcore/data-table
- Added
accordionModeproperty to only one accordion is open at a time. - Added
onAccordionToggleto listen for open/close accordion events. - Added Ability to render multiple columns under one single-level column header.
- Added RawData to
CellRenderProps. - Added
line-heightforHead.Columnitems. - Added
overflow=hiddenforCellWrapper. - Added
textAlignproperty to all column cells. - Added
renderCellOverlaymethod for rendering an overlay over table cells. - Fixed Rendering table with selectedRows without data.
- Fixed
z-indexof expanded accordions and spinner container. - Fixed Usage of
changeSortSizeproperty with multiple columns. - Fixed Accordion content expands with visual issues when clicking on a merged cell.
- Fixed Incorrect type for
selectedRows/onSelectedRowsChangewhenuniqueRowKeytype is not a string. - Fixed Hover styles aren't applied to themed cells.
- Fixed Types for
CellRenderProps- added ability to compare props.columnName withACCORDIONsymbol. - Fixed Sticky header with
widthproperty doesn't work. - Changed Width for column with checkboxes to use
min-contentvalue. - Changed
rowPropsandrenderCellwill not be called when rendering an empty table.
@semcore/ellipsis
- Fixed Ellipsis with
trim=middlecut off text at the end. - Fixed Incorrect cropping with different font-size.
@semcore/fullscreen-modal
- Changed Updated styles to reflect internal
Modalchanges preventing unexpected closing during scrollbar interaction.
@semcore/icon
- Added New
AISEOToolkit,CollapseList,Canva,Claude,ClaudeColored,GoogleGenerativeAIColored,Perplexity,PerplexityColoredicons. - Changed Updated
GoogleGenerativeAIicon. - Fixed Removed fill from
TextItalicsize M icon. - Fixed Minified and removed fill from
BracketsCodesize L icon.
@semcore/modal
- Fixed
Modalhides after scrollbar interaction.
@semcore/pagination
- Fixed Focus loss in Safari when navigating to first/last page with pagination buttons.
@semcore/typography
- Added
formatTagsproperty for the Text component for enable tags formatting's inside a Text component.