All Versions
156
Latest Version
Avg Release Cycle
96 days
Latest Release
1615 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v1.12.3 Changes
May 20, 2015Announcement ๐ 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
- Grid - Fixes bug causing colored variations not to work on columns without row wrappers. Backport from
-
v1.12.2 Changes
May 04, 2015๐ Bugs
- โฌ๏ธ Dropdown - Fixed
left
andright
arrow does not move input cursor withvisible selection dropdown
. Event accidentally prevented bysub menu
shortcut keys.
- โฌ๏ธ Dropdown - Fixed
-
v1.12.1 Changes
April 26, 2015๐ Bugs
- โฌ๏ธ Dropdown - Fixes issue with chained dropdown methods used on a
<select>
not applying to the generatedui 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
- โฌ๏ธ Dropdown - Fixes issue with chained dropdown methods used on a
-
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
forui fluid input
not appearing correctly. - Visibility - Fixed issue where
precache
behavior was missing from visibility causingimage
lazy loading to fail
- Visibility - Adds updated visibility module from
-
v1.11.8 Changes
April 13, 2015๐ Bugs
- ๐ Build Tools - Fixed
npm install
withoutsemantic.json
to merge changes with site theme and packaged themes in a similar fashion tonpm update
- ๐ Build -
gulp build
now properly warns against missingsemantic.json
Thanks @rudyrk
- ๐ Build Tools - Fixed
-
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 fromsrc/themes/
during copy after updating Semantic UI
- Sticky - Fixes errant
-
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, 2015This version backports several bugs that were being packed in
2.0
to1.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 returnsui 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 forequal height
instead of forcingflex
on allequal height columns
which may cause layout issues due to changes in rendering withflexbox
.
๐ 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 removeflex
on mobile when stacking - Grid - Fixed
right/left/center aligned
to adjustalign-items
in flex containers likeequal height/width
- Grid - Added opt-in
-
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 nestedstyled 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 whenfirst-child
and no bottom margin whenlast-child
- โฌ๏ธ Dropdown - Fix issue in
setup reference
(added in1.11.1
) where chaining would not returnui dropdown
immediately after initialization
- Accordion - Accordion can now specify a trigger element instead of