Skip to content

Releases: Semantic-Org/Semantic-UI

Version 1.12.3 - May 20, 2015

20 May 15:53
Compare
Choose a tag to compare

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

Version 1.12.2 - May 4, 2015

04 May 16:54
Compare
Choose a tag to compare

Bugs

  • Dropdown - Fixed left and right arrow does not move input cursor with visible selection dropdown. Event accidentally prevented by sub menu shortcut keys.

Version 1.12.1 - April 26, 2015

27 Apr 01:02
Compare
Choose a tag to compare

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

Version 1.12.0 - April 13, 2015

16 Apr 16:15
Compare
Choose a tag to compare

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

Version 1.11.8 - April 13, 2015

13 Apr 20:50
Compare
Choose a tag to compare

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

Version 1.11.7 - April 13, 2015

13 Apr 19:15
Compare
Choose a tag to compare

Bugs

  • Sticky - Fixes errant console.log statement appearing in source
  • Card - Fixes card flex display issues in IE (backport from 2.x)
  • Build Tools - Fixes issue where npm update install scripts would remove custom themes from src/themes/ during copy after updating Semantic UI

Version 1.11.6 - March 27, 2015

27 Mar 16:26
Compare
Choose a tag to compare

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

Version 1.11.5 - March 23, 2015

23 Mar 16:01
Compare
Choose a tag to compare

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

Version 1.11.4 - March 6, 2015

07 Mar 02:48
Compare
Choose a tag to compare

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.

Version 1.11.3 - March 6, 2015

07 Mar 01:27
Compare
Choose a tag to compare

Fixes

  • Build Tools - Fix issues with minified CSS @import not being on top of minified semantic ui concatenated release 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