All Versions
156
Latest Version
Avg Release Cycle
96 days
Latest Release
1683 days ago
Changelog History
Page 8
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
- Button - Fixed vertical alignment of
-
v1.5.0 Changes
December 30, 2014๐ Critical Bugs
- ๐ Build Tools
1.4.0
introduced a bug with concatenated uncompresseddist/
release including minified code. This would occur only when no components were specified in installer orsemantic.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 specifyingui 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 withinline
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 toui 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
andui search dropdown
usingRegExp test
which advances pointer on match causing results to display incorrectly - Form -
ui input
now receives the same formatting as a normal input inside aninline 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 aui icon button
, button was receivingi.icon
formatting. - List - Fixed bug when using
ui icon button
orui 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.
- ๐ Build Tools
-
v1.4.1 Changes
December 23, 2014๐ Build Tools
- ๐
gulp build
will now only builddist/components/
for components selected in install - ๐ Fixed bug where interactive installer was not correctly setting components in
express
andcustom
install
๐ Bugs
- โฌ๏ธ Dropdown -
<select>
elements will now preserve original<option>
order by default. AddedsortSelect
setting (disabled by default) to automatically sort<option>
on initialization - Button - Fixes issue with
will-change
property added toui button
causing layout z-indexing issues (dropdown button)
- ๐
-
v1.4.0 Changes
December 22, 2014โจ 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
insidemenu
๐ Docs
- ๐ Improved documentation for API and Tab to be slightly more comprehensive
- Modal - Modal now accepts custom dimmer settings with setting
-
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 ofdefault
theme
- Button - Dist version of button accidentally included
-
v1.3.0 Changes
December 17, 2014๐ป Browse Closed Issues for 1.3.0
๐ Critical Bugs
- ๐ Build Tools - Fixed issue with
theme.config
causinggulp 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 settingsdelay.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 withcolspan
androwspan
๐ 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 differentstackable 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'shtml
when browsing fromiOS
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
- ๐ Build Tools - Fixed issue with
-
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 foris 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 withui 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
- Form - Form validation now has parameter
-
v1.1.2 Changes
December 03, 2014- NPM - Fixes issue with
dist/
not being included when using NPM due to.gitignore
- NPM - Fixes issue with
-
v1.1.1 Changes
December 03, 2014๐ Bugs
- Step - Fixes step content appearing overlapped due to use of
em
instead ofrem
for line-height. - Sidebar - Fixes issue that may cause sidebars to stay open in some circumstances when using multiple sidebars
- Step - Fixes step content appearing overlapped due to use of