·
4 commits
to release/v16
since this release
@semcore/base-components
- Added
text-align
CSS property toBox
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
forHead.Column
items. - Added
overflow=hidden
forCellWrapper
. - 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
whenuniqueRowKey
type is not a string. - Fixed Hover styles aren't applied to themed cells.
- Fixed Types for
CellRenderProps
- added ability to compare props.columnName withACCORDION
symbol. - Fixed Sticky header with
width
property doesn't work. - Changed Width for column with checkboxes to use
min-content
value. - Changed
rowProps
andrenderCell
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.