Semantic UI v1.2.0 Release Notes

Release Date: 2014-12-08 // over 9 years ago
  • ๐Ÿ’ป Browse Closed Issues

    โœจ Enhancement

    • Form - Form validation now has parameter optional which will only validate a field against a set of rules if the user does not leave it blank Thanks DHNCarlos
    • Fonts - Add font subset variable for site.variables Thanks gabormeszoly
    • Modal - Default modal shadow now more subtle
    • Sidebar - Now has behaviors is open/closed that are aliases for is visible/hidden
    • Checkbox - JS Checkbox now handles several variations of html. Labels can be before inputs, after, or not included at all. This should work better with server side form generation.
    • Progress - Adds limitValues setting to adjust values outside of 0-100 automatically to within range, defaults to true

    ๐Ÿ› Bugs

    • Grid - Fixes ui stackable grid sometimes not aligning correctly at mobile sizes with ui page grid
    • Progress - Fixes issues with setting progress to 0% not working as expected
    • Modal - Fixes issues with multiple modals sometimes not closing dimmers
    • Modal - When a second modal that is not scrolling is opened after a scrolling modal it no longer causes the first modal to not be scrollable
    • Modal - "Hammer" clicking multiple times on a hiding dimmer no longer causes animation issues
    • Sidebar - Fixes issue with multiple sidebars sometimes causing dimmer to close prematurely
    • Sidebar - Dimmer can now be clicked even before sidebar has finished showing to immediately close sidebar
    • Item/Card - Default link formatting inside element simplified to avoid adjusting other nested ui link styles
    • โฌ‡๏ธ Dropdown - Fixes bug with dropdown converted from select that use <option values with capital letters not being selectable
    • Form - Fixes required checkbox asterisks formatting incorrect

    ๐Ÿ“„ Docs / Build

    • ๐Ÿ›  Fixed documentation on dropdown actions, form field widths, form validation types, and many odds & ends
    • โž• Adds components to semantic.json.example
    • Theme.config.example now links to final site folder