v16.4.0
·
819 commits
to release/v17
since this release
@semcore/base-components
- Added New properties -
shadowSizeandshadowThemefor customize Shadows.
@semcore/core
- Added Tokens form basic palette to themed .css files.
- Changed Value for
--intergalactic-sidebar-nav-control-hovertoken (was updated to match gray palette) and fixed lightness for--intergalactic-violet-dusty-50token.
@semcore/data-table
- Added Ability to set initial sort value as undefined.
- Added Ability to set
widthas100%and don't skip this value in scrollDirection calculation. - Added Property
nameto a column group type. - Added Export for
DataTablePropandDataTableChangeSorttypes. - Added
nullas possible value forDataRowItem. - Added
uniqueRowKeyproperty to define unique key in each row.UNIQ_ROW_KEYsymbol was deprecated. - Changed Types for
defaultGridTemplateColumnWidthset to string - anygrid-template-columncss value. - Changed
selectedRowsfrom indexes toUNIQ_ROW_KEYvalues. - Changed Width of accordion is always
100%instead of dynamic calculation. - Fixed Table scrolls up a bit on every interaction in header.
- Fixed Interact with the table using the keyboard after clicking the mouse in a certain cell.
@semcore/dropdown
- Added
stickyproperty for Dropdown.Group. - Change Clear highlightedIndex after closing popover to correct default value depend on type -
0for DropdownMenu andnullfor Select.
@semcore/dropdown-menu
- Changed Use parameterized ScrollArea instead of custom styles for shadows.
- Fixed Issue where users couldn't navigate to nested items with the keyboard when the parent item was hovered with the mouse.
@semcore/flags
- Added
EU(European Union) to the list of ISO2 codes.
@semcore/input-number
- Fixed Allowed entering non-numeric characters after in numeric input.
@semcore/mini-chart
- Fixed Rendering issues in ScoreDonut and ScoreSemiDonut when value is 0.
- Fixed ScoreLine rendered segments with zero value, causing unnecessary visual elements.
@semcore/select
- Fixed Issue where users navigate to the second option in select after opening.
- Fixed Focus after selecting some option(s) in multiselect was on popper instead of trigger.