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

Changelog History
Page 5

  • v1.12.3 Changes

    May 20, 2015

    Announcement ๐Ÿ”– Version 2.0 will be launching on June 1st, which will include 100+ bug fixes, enhancements, new ui, and default theme improvements.

    ๐Ÿ› Bugs

    • Grid - Fixes bug causing colored variations not to work on columns without row wrappers. Backport from 2.x
  • v1.12.2 Changes

    May 04, 2015

    ๐Ÿ› Bugs

    • โฌ‡๏ธ Dropdown - Fixed left and right arrow does not move input cursor with visible selection dropdown. Event accidentally prevented by sub menu shortcut keys.
  • v1.12.1 Changes

    April 26, 2015

    ๐Ÿ› Bugs

    • โฌ‡๏ธ Dropdown - Fixes issue with chained dropdown methods used on a <select> not applying to the generated ui dropdown Backport from 2.0
    • Input - Fixes labeled inputs not adjusting correctly with flex. Backported from 2.0
    • Input - Fixes placeholder text color prefixes for webkit Backport from 2.0
    • *Progress - Fixes rounding error in precision settings Thanks @aaroncox
    • Popup - Removes min-width: moz-max-content from popups, which may cause display differences between chrome and FF
  • v1.12.0 Changes

    April 13, 2015

    โœจ Enhancements

    • Visibility - Adds updated visibility module from 2.x channel. Visibility will automatically refresh by default after images load on page refresh. Fixes issues with element positions after image loading.
    • Sticky - Adds sticky module from 2.x branch. Sticky elements now use pub/sub with drastically improved performance. Sticky elements that do not fit on page will now scroll at the same speed as the page is scrolled instead of slower.

    ๐Ÿ”„ Changes

    • Popup - Popup no longer produces a console error when it cannot find an adequate position in the browser viewport.

    ๐Ÿ› Bugs

    • ๐Ÿ— Build Tools - Fixes issue with component glob matching twice (causing build to include file twice) if duplicate values found in semantic.json component.
    • Input - Backports fix from 2.x for ui fluid input not appearing correctly.
    • Visibility - Fixed issue where precache behavior was missing from visibility causing image lazy loading to fail
  • v1.11.8 Changes

    April 13, 2015

    ๐Ÿ› Bugs

    • ๐Ÿ— Build Tools - Fixed npm install without semantic.json to merge changes with site theme and packaged themes in a similar fashion to npm update
    • ๐Ÿ— Build - gulp build now properly warns against missing semantic.json Thanks @rudyrk
  • v1.11.7 Changes

    April 13, 2015

    ๐Ÿ› Bugs

    • Sticky - Fixes errant console.log statement appearing in source
    • Card - Fixes card flex display issues in IE
    • ๐Ÿ— Build Tools - Fixes issue where npm update install scripts would remove custom themes from src/themes/ during copy after updating Semantic UI
  • v1.11.6 Changes

    March 27, 2015

    ๐Ÿš‘ More critical bug backports from 2.x branch, as well as fixes for browserify

    ๐Ÿ› Bugs

    • Menu/Dropdown - Fix dropdown headers disappearing inside menus
    • โฌ‡๏ธ Dropdown - Fix unescaped character in css property causing css validation errors
    • Form - Fix grouped required fields display issues Thanks @palmsey
    • ๐Ÿ’ป All UI - Fix index.js npm build to work with browserify in individual component repos Thanks @sdimit
    • LESS Repo - Add missing semantic.less file to less repo for importing components
  • v1.11.5 Changes

    March 23, 2015

    This version backports several bugs that were being packed in 2.0 to 1.x. 2.0 will be coming in the next 1-2 weeks.

    ๐Ÿ› Bugs

    • ๐Ÿ— Build Tools - Adjusting site.variables will now rebuild all UI, instead of just site.less
    • ๐Ÿ— Build Tools - LESS will now throw errors correctly in watch
    • Card - Fixes dimmer background shorthand property causes transparent dimmer in minified version
    • Dimmer - Fixed variation setting not working correctly
    • โฌ‡๏ธ Dropdown - onChange no longer fires when reselecting same value
    • โฌ‡๏ธ Dropdown - Fix bug where element will not blur on tab key when search selection and no selection made
    • โฌ‡๏ธ Dropdown - Dropdown init on select now returns ui dropdown created for chaining
    • โฌ‡๏ธ Dropdown - Dropdown focus color has been adjusted to match forms more closely
    • โฌ‡๏ธ Dropdown - Fixes IE10 scrollbar width in menu (calc was being precompiled in LESS) Thanks @gabormeszoly
  • v1.11.3-4 Changes

    March 06, 2015

    โœจ Enhancements

    • Grid - Added opt-in stretched variation for equal height instead of forcing flex on all equal height columns which may cause layout issues due to changes in rendering with flexbox.

    ๐Ÿ›  Fixes

    • ๐Ÿ— Build Tools - Fix issues with minified CSS @import not being on top of minified semantic ui concatenated release due to bug in clean-css
    • Grid - Fixes stackable equal height/width grid to remove flex on mobile when stacking
    • Grid - Fixed right/left/center aligned to adjust align-items in flex containers like equal height/width
  • v1.11.2 Changes

    March 06, 2015

    โœจ Enhancements

    • Accordion - Accordion can now specify a trigger element instead of title, added an example in docs
    • Accordion - Accordion can now hide while opening animation is still occurring
    • Grid - Equal width grids will now make column content stretch to full height, not just the column itself (requires flexbox). See examples in the grid docs
    • Header - Labels inside headers have been slightly increased in size
    • Search - Search now uses internally fuzzy search as its new full text search algorithm.

    ๐Ÿ›  Important Fixes

    • ๐Ÿ— Build Tools - Fix issues with minified component CSS @import not always being on top of files due to bug in clean-css

    ๐Ÿ› Bugs

    • Accordion - Removed mistaken extra 1px top border on nested styled accordion
    • Modal - Fixes modal buttons on mobile devices to not have extra bottom padding.
    • Card/Dimmer - Fix dimmer z-index being too high when inside a ui card. Added variable for specifying default dimmer color inside card.
    • Site - h1-h5 now have no top margin when first-child and no bottom margin when last-child
    • โฌ‡๏ธ Dropdown - Fix issue in setup reference (added in 1.11.1) where chaining would not return ui dropdown immediately after initialization