- Table - Fixes tr not having correct border on first row when using multiple
tbody
Thanks @Mlukman #4458
- Table- Fix inverted table header color not applying properly to
sortable table
Thanks @Banandrew #5303
- NPM - NPM dependencies have all been updated to latest stable releases
- Table -
definition table
now includes additional class names for forcing, or ignoring definition cell styles - Table -
definition table
now supportsdefinition
variation to specify definition styles on an element that is not:first-child
- Table -
definition table
now supportsignored
variation to force afirst-child
to ignore its default definition stylings - Table -
striped selectable
table would not correctly show hover color on striped rows
- Table - Added
selectable
on table cell, allowing for full table-cell links
- Table - Fixed issue where
(x) column segment table
was inheriting accidentally inheriting some grid styles
- Table - New
fixed
table variation added for use withtable-layout: fixed;
. This also supports "..." ellipsis when used withsingle line
content
- Build Tools - Fixes issue where component glob
{tab, table}
caused table to be included twice in concatenated source ** - Table/Label -
ribbon labels
will now automatically position themselves when used inside a table #1930
- Popup - Fixed issue where popup would not open on tablets with both touchscreen and mouse on mouseenter. #2715
- Menu/Segment/Table - Consolidated
attached
logic for all components using attached. #2599
- Modal - If you are using a modal with image content, you will need to use
image content
on the parent element. This is becauseflex
rules require parent styling that the previoustable-row
rules did not. - Grid -
celled grid
now removes internal cells on mobile and tablet when used withdoubling
grid responsive variation. - Grid -
celled
andinternally celled
grid now use flexbox instead ofdisplay: table;
- Table - Adds
selectable table
variation, which shows hover effect on row when hovering - Table - Added
vertical alignment
variations toui table
- Table - Added
single line
table variation which prevents text from wrapping - List - Bullets and numbers are no longer selectable in
bulleted list
andordered list
- Table - Fixes
sorted
column are not correctly centered withcenter aligned
due to margin on sort icon - Table - Fixes
ascending
anddescending
icons were reversed in table - Table -
very basic table
now works together withpadded table
- Table - Fix inheritance of text alignment and vertical alignment
- Header/Table/Divider - These components now pull border color defaults from
site.variables
instead of using their own values - Table - Table header colors and padding defaults have been slightly adjusted
- Table - Horizontal cell padding has been slightly reduced, and cell borders are slightly lighter.
- Icon - added
@src
variable to make it adjustable with themes that dont support all types likewoff2
- Table - Fixes table on
mobile
sizes can surpass parent container width
- Input - Input with dropdowns is now much easier, see docs.
action input
andlabeled input
now usedisplay: flex
.ui action input
now supports<button>
tag usage (!) which supportflex
but nottable-cell
- Dropdown - Keyboard navigation will now allow opening of sub menus with right/left arrow. Enter will open sub-menus on an unselectable category (
allowCategorySelection: false
) as well.
- Steps - Steps now use
table-cell
to allow steps to be equal height by default, even with different content height.
- Table - Table now has coupling with image to make sure size is preserved correctly with table sizing when used inside a table cell.
- Form - Fixed (x) wide field not having correct bottom field margin when in
fields
group on tablet or mobile
- Steps - Steps are now responsive for mobile by default, and have optional responsive styles for tablet
- Table - Table has now variations to remove responsive stylings, specify responsiveness for tablet
- Table - Table now has a
structured table
type, which removes some formatting considerations to support complex table layouts withcolspan
androwspan
- Table - Fix responsive styles when applied to
definition table
.
- Dropdown - Fixes bug with dropdown converted from
select
that use<option
values with capital letters not being selectable
- Table - Fixes table cell transition animating all properties
- Table - Tables are no longer striped by default, instead you must specify the 'striped' variation
- Table - Tables now have 'basic' and 'very' basic variations
- Grid - (Backport from 1.0 branch) Fixes issue where some combinations of (tablet/mobile/computer) only does not function correctly
- Table - Fixes rounding on tables with multiple tfoot elements Thanks webdesserts
- Grid - Fixes grid
only tablet/mobile/computer
showing both devices on exact pixel of breakpoint, i.e. 768px
- Grid - Fixes comp/tablet/mobile only columns not working if not inside a row
- Table - Added awesome new responsive style to ui tables
- Adds sortable tables to docs
- List - Celled tables now have celled table headers
- Table - Table headers are now darker to increase contrast with rainbow striped rows