Releases: fomantic/Fomantic-UI
Releases · fomantic/Fomantic-UI
2.4.1
Version 2.4.1 - June 20, 2018
Bugs
- List - Fixed selector typo for item:hover Thanks @ColinFrick #6436
- Dropdown - Fixed a performance issue which led to dropdowns with lots of items taking 20+ seconds to load Thanks @ColinFrick #34
2.4.0
Version 2.4.0 - June 19, 2018
Enhancements
- Segment - Added basic segments variation Thanks shadoWalker89 #3801
- Form - Added ability to add required marker from the label itself Thanks shadoWalker89 #6345
- Form Validation - Added new option for whether to trim values before validation Thanks @prudho #6237
- Dropdown - Added new
sortSelect
option to choose how to sort the dropdown items Thanks @ColinFrick #4775 - Dropdown - Added
inverted
variation Thanks @hammy2899 #5276 - Dropdown - Added
hideDividers
option to hide dividers when search Thanks @ColinFrick #6173 - Button - Added
tertiary
button Thanks @w96k #6229 - Icon - Added primary and secondary colors Thanks @sethmoore #6310
- Card - Added primary and secondary colors Thanks @sethmoore #6310
- Header - Added primary and secondary colors Thanks @sethmoore #6310
Bugs
- Label - Fixed basic label background bug introduced with new Semantic release Thanks @ColinFrick
- Form - Fixed incorrect CSS rule for placeholders on IE11 Thanks @ColinFrick #6363
- Dropdown - Fixed update text if action is active or combo Thanks @ColinFrick #6285
- Dropdown - Fixed items being selected if they have the same display name Thanks @ColinFrick #5817
- Dropdown - Fluid dropdowns should now be fluid Thanks @shadoWalker89 #6204
- Tab - Fixed last tab in container having different margin Thanks @prudho #5408
- Table - Fix priority for td .disabled class Thanks @prudho #6311
The following changes where merged from a new Semantic-UI release
Enhancements
- Modal - Modal and Dimmer now prevent background page from scrolling on mobile or where touch events are present
- Button - Add
inverted
andinverted basic
variations forprimary
andsecondary
buttons Thanks @hammy2899 #6242
Theming
- Global - Add
hover
down
active
andfocus
variables for@invertedPrimaryColor
and@invertedSecondaryColor
Bugs
- Dropdown Fixed bug that could cause dropdown to recursively trigger network requests specifically when using
apiSettings
with a url that returns valid response but with no results when clicking directly on thedropdown icon
. Thanks @vpeti #5231 #5809 - Statistics - Fix issue where grouped statistics would have excess bottom margin if they are
:last-child
- Label - Fix
basic label
does not use@basicBackground
variables Thanks @levithomson - Modal - Modal will not refocus a field if field is already focused Thanks @nikolaybobrovskiy #6301
- Icon - Fix
wechat icon
not displaying due to typo Thanks @alex-karo #6429