All Versions
156
Latest Version
Avg Release Cycle
96 days
Latest Release
1683 days ago

Changelog History
Page 8

  • v1.5.1 Changes

    January 01, 2015

    ๐Ÿ› Bugs

    • Button - Fixed vertical alignment of ui animated button
    • Search - Fixed issue with local search returning all results due to improper regexp
  • v1.5.0 Changes

    December 30, 2014

    ๐Ÿš‘ Critical Bugs

    • ๐Ÿ— Build Tools 1.4.0 introduced a bug with concatenated uncompressed dist/ release including minified code. This would occur only when no components were specified in installer or semantic.json.

    โœจ Enhancements

    • โฌ‡๏ธ Dropdown - New setting allowCategorySelection lets menu items with sub menus be selected. Added example in docs.
    • Reset - Reset now inherits box-sizing from html tag
    • Label - ui ribbon label can now appear on the right side of content when specifying ui right ribbon label
    • Checkbox - Checkboxes now can handle labels with multiple lines of text
    • Progress - Progress bars now display all intermediary percentage values when animating. Improved performance when progress bar is rapidly updated.
    • Popup - Popup now uses the new property min-width: max-content to allow for better display with inline in some circumstances where it escapes parent element.
    • Table - Table now has coupling with image to make sure size is preserved correctly with table sizing when used inside a table cell.
    • Menu - ui fixed menu now defaults to ui top fixed menu

    ๐Ÿ› Bugs

    • Form - Fixed (x) wide field not having correct bottom field margin when in fields group on tablet or mobile
    • Tab - Calls to global $.tab() would not pass arguments correctly
    • โฌ‡๏ธ Dropdown/Search - Fixed issues with ui search and ui search dropdown using RegExp test which advances pointer on match causing results to display incorrectly
    • Form - ui input now receives the same formatting as a normal input inside an inline field
    • Grid - Fix display of equal height stackable grid. Add padding to divided stackable grid for dividers
    • Input - Fixed bug when ui action input uses a ui icon button, button was receiving i.icon formatting.
    • List - Fixed bug when using ui icon button or ui icon header causing element to receive icon formatting
    • Grid - Fixed issues where negative margins on ui stackable grid could cause horizontal scroll bars on mobile
    • Popup - Popup destroy will now also destroy any unfired timers (show/hide delay)
    • Popup - Popup now moves to the same offset context to avoid positioning errors when using a named pre-existing popup.
  • v1.4.1 Changes

    December 23, 2014

    ๐Ÿ— Build Tools

    • ๐Ÿ— gulp build will now only build dist/components/ for components selected in install
    • ๐Ÿ›  Fixed bug where interactive installer was not correctly setting components in express and custom install

    ๐Ÿ› Bugs

    • โฌ‡๏ธ Dropdown - <select> elements will now preserve original <option> order by default. Added sortSelect setting (disabled by default) to automatically sort <option> on initialization
    • Button - Fixes issue with will-change property added to ui button causing layout z-indexing issues (dropdown button)
  • v1.4.0 Changes

    December 22, 2014

    ๐Ÿ’ป Browse Issues for 1.4.0

    โœจ Enhancements

    • Modal - Modal now accepts custom dimmer settings with setting dimmerSettings`
    • Form - Form inputs without type specified are now formatted Thanks PSyton
    • Accordion - Added inverted accordion variation

    ๐Ÿ› Bugs

    • Progress - Fixes bug where ui indicating progress would not update its label immediately in webkit
    • Button - Fix Chrome bug with buttons sometimes not correctly repainting (particularly evenly divided groups)
    • Menu - Fix border radius of dropdown menu inside ui vertical menu
    • Menu - Fix formatting of ui selection dropdown inside menu

    ๐Ÿ“„ Docs

    • ๐Ÿ‘Œ Improved documentation for API and Tab to be slightly more comprehensive
  • v1.3.2 Changes

    December 17, 2014
    • Modal - Fixed issue with modal dimmer appearing cut off in some browsers, and not hiding
  • v1.3.1 Changes

    December 17, 2014
    • Button - Dist version of button accidentally included chubby theme instead of default theme
  • v1.3.0 Changes

    December 17, 2014

    ๐Ÿ’ป Browse Closed Issues for 1.3.0

    ๐Ÿš‘ Critical Bugs

    • ๐Ÿ— Build Tools - Fixed issue with theme.config causing gulp watch to throw an error

    โœจ Enhancement

    • โฌ‡๏ธ Dropdown - Dropdown can now specify which direction a menu should appear left/right, dropdown icons can also appear on the left
    • โฌ‡๏ธ Dropdown - Full text search now defaults to false, meaning search terms will return only results beginning with letters
    • โฌ‡๏ธ Dropdown - Search Dropdown is now much more responsive, js improvements and input throttling added.Throttling defaults to 50ms and can be modified with settings delay.search
    • โฌ‡๏ธ Dropdown - Search Dropdown now correctly replaces placeholder text when backspacing to empty value
    • โฌ‡๏ธ Dropdown - Search Dropdown now has a callback when all results filtered onNoResults
    • โฌ‡๏ธ Dropdown - Search dropdown will now strip html before searching values when searching html
    • โฌ‡๏ธ Dropdown - Search now has keyboard shortcut to open dropdown on arrow down
    • Form - Form will no longer process validation rules on disabled fields
    • Label - Corner attached labels now display correctly inside of attached segments
    • 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 with colspan and rowspan

    ๐Ÿ› Bugs

    • Button - Button "or" positioning variables have been adjusted to be automatically calculated without magic numbers
    • โฌ‡๏ธ Dropdown - Dropdown now always scrolls to active element on menu open, calculates position with new loading class
    • โฌ‡๏ธ Dropdown - Fix bug in position of sub menus with floating dropdown
    • Form - Fixed positioning of horizontal field groups, aka fields for mobile.
    • Grid - stackable grid now display correctly when nested inside a different stackable grid
    • Image - UI image now works with SVG
    • Modal - Fixed issue with modal losing scroll position on mobile
    • Modal/Dimmer - Fixed issues with modal hiding during showing and showing during hiding, fixed issues with "hiding other" modals while a modal is mid-animation.
    • Segment - Vertical segments now have padding on first/last element, fixing issues when using with grids
    • Sidebar - Mobile sidebars now only set overflow on page's html when browsing from iOS devices. Using overflow caused issues with page's scroll being lost when resizing a browser to mobile widths. This also affected modules that used $(window).scrollTop()` at mobile screen sizes
    • Step - Fix issue with completed ordered step icon alignment
    • Table - Fix responsive styles when applied to definition table.
    • ๐Ÿ’ป All UI - Adds error message when triggering an invalid module behavior i.e. typos $('.dropdown').dropdown('hid');

    ๐Ÿ“„ Docs

    • Button - Add tabindex /keyboard nav documentation
    • Grid - Add another grid example
    • โšก๏ธ Updates to reflect all new changes to UI listed above
  • v1.2.0 Changes

    December 08, 2014

    ๐Ÿ’ป 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
  • v1.1.2 Changes

    December 03, 2014
    • NPM - Fixes issue with dist/ not being included when using NPM due to .gitignore
  • v1.1.1 Changes

    December 03, 2014

    ๐Ÿ› Bugs

    • Step - Fixes step content appearing overlapped due to use of em instead of rem for line-height.
    • Sidebar - Fixes issue that may cause sidebars to stay open in some circumstances when using multiple sidebars