-Form - Credit card validation now no longer fails validation with dashed credit card values #5122 Thanks @neokio
- Card - Added
raised
card variation Thanks @yordis #2955
- Cards - Added documentation for
stackable
cards which was available but undocumented in previous versions. - Form Validation - Added credit card validation, supports array of card types, and international cards including non luhn cards like China UnionPay #2729
- Card -
centered cards
variation now works similar tocentered card
. #2520
- Card - Cards now support multiple custom
content
blocks. Content blocks and images can now appear in any order. - Card - Card now includes a
centered
variation - Card - IE11 now can correctly use
flexbox
cards Thanks @Widcket - Card - Card styles have been adjusted,
link card
now raise to show selection. Colored variations now have shadows.
- Card - Fixes card
flex
display issues in IE
- Card - Fixes dimmer background shorthand property causes transparent dimmer in minified version
- Card/Dimmer - Fix dimmer z-index being too high when inside a
ui card
. Added variable for specifying default dimmer color inside card.
- Cards - Fix
.ui.cards > .ui.card
margins to match.ui.cards > .card
margins - Cards - Fix consecutive card groups to preserve row flow (similar to consecutive grids)
- Card - Cards now equalize height by default using
display: flex
. No longer are card heights required to be specified manually to align - Card - Card now has colored variations Thanks @romuloctba
- Label -
ribbon label
can now be used insideui image
andui card
correctly - Card - Star / Like button colors have been fixed to match
ui rating
insidecard
- Card - Hiding a card with
display: none
no longer causes layout issues with(x) cards
- Card -
image
insidecontent
no longer has a fixed size Thanks @romuloctba
- Item/Card - Default link formatting inside element simplified to avoid adjusting other nested
ui
link styles
- Card/Item - Fix generic link stylings erroneously affecting linked ui elements like buttons
- Item - 0.x.x's UI card has been adjusted heavily. Vertically listed content should use
ui item
while floated grouped content should continue to useui card
. Some 'card' view content has been slightly adjusted. Please refer to documentation