Skip to content

Releases: fomantic/Fomantic-UI

2.4.2

05 Jul 09:20
a306b7d
Compare
Choose a tag to compare

Version 2.4.2 - July 4, 2018

Enhancements

  • Build Tools - Add compatibility with Less 3.x Thanks @sciyoshi #52
  • Icon - Allow both rotated and flipped icons Thanks @ColinFrick #6460
  • Search - Added new noResultsHeader option to change the no results message Thanks @ColinFrick #6442
  • Dropdown - Added ability to add header items to dropdown menus when initializing with JavaScript Thanks @prudho #6420
  • Dropdown - Added clearable class to dropdown which adds a clear icon allowing the user to clear their selected item Thanks @prudho #3635

Bugs

  • Label - Replaced :ActiveHover since it is not a valid selector Thanks @ColinFrick #5908
  • Tab - Fixed last tab not having bottom margin Thanks @ColinFrick #6461
  • Modal - Fixed modals from closing when moving unreleased mouse click outside of the modal window Thanks @ColinFrick #6430
  • Modal - Reverted "Add solve for dimmer to prevent modal scrolling in bg" change to fix scrolling modals on mobile devices Thanks @ColinFrick #6449
  • Modal - Fixed absolutely positioned close icon inside modal on Safari Thanks @ColinFrick #6251
  • Dropdown - Fixed searchable dropdown input that doesn't get focus on show Thanks @prudho #39

2.4.1

20 Jun 18:42
71b63ad
Compare
Choose a tag to compare

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

19 Jun 16:13
69fcfa7
Compare
Choose a tag to compare

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 and inverted basic variations for primary and secondary buttons Thanks @hammy2899 #6242

Theming

  • Global - Add hover down active and focus 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 the dropdown 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