UNPKG

295 kBMarkdownView Raw
1## RELEASE NOTES
2
3### Version 2.7.4 - April 2, 2019
4
5**Build**
6- **Dependencies** - Fixed an issue causing the npm install to fail **Thanks [@hammy2899](https://github.com/hammy2899)** [#608](https://github.com/fomantic/Fomantic-UI/pull/608)
7
8### Version 2.7.3 - April 2, 2019
9
10**Bugs**
11- **Progress** - Fixed the 0 percent bars on colored progress **Thanks [@lubber-de](https://github.com/lubber-de)** [#463](https://github.com/fomantic/Fomantic-UI/pull/463)
12- **Progress** - Fixed inverted success/warning/error progress bars not having a color **Thanks [@lubber-de](https://github.com/lubber-de)** [#483](https://github.com/fomantic/Fomantic-UI/pull/483)
13- **Transiton** - Fixed transitions conflicting with non visable elements e.g. <script> **Thanks [@lubber-de](https://github.com/lubber-de)** [#474](https://github.com/fomantic/Fomantic-UI/pull/474)
14- **Shape** - Fixed shape transitons conflicting with child element transitions **Thanks [@lubber-de](https://github.com/lubber-de)** [#465](https://github.com/fomantic/Fomantic-UI/pull/465)
15- **Shape** - Fixed shape animation inconsistency when child elements had class `active` **Thanks [@lubber-de](https://github.com/lubber-de)** [#464](https://github.com/fomantic/Fomantic-UI/pull/464)
16- **Shape** - Fixed focused checkbox inside shape breaking animation **Thanks [@lubber-de](https://github.com/lubber-de)** [#529](https://github.com/fomantic/Fomantic-UI/pull/529)
17- **Sidebar** - Fixed closable behaviour inconsistency with docs **Thanks [@lubber-de](https://github.com/lubber-de)** [#469](https://github.com/fomantic/Fomantic-UI/pull/469)
18- **Segment** - Fixed support for inverted, secondary or tertiary for horizontal segments **Thanks [@lubber-de](https://github.com/lubber-de)** [#470](https://github.com/fomantic/Fomantic-UI/pull/470)
19- **Segment** - Fixed clearing segments consistency with stacked and piled segments **Thanks [@lubber-de](https://github.com/lubber-de)** [#485](https://github.com/fomantic/Fomantic-UI/pull/485)
20- **Segment** - Fixed a compact segment ina horizontal segment group not staying compact **Thanks [@lubber-de](https://github.com/lubber-de)** [#479](https://github.com/fomantic/Fomantic-UI/pull/479)
21- **Menu** - Fixed items in tabular menu having incorrect color **Thanks [@lubber-de](https://github.com/lubber-de)** [#490](https://github.com/fomantic/Fomantic-UI/pull/490)
22- **Menu** - Fixed last item in a menu in a container not having a right border **Thanks [@lubber-de](https://github.com/lubber-de)** [#480](https://github.com/fomantic/Fomantic-UI/pull/480)
23- **Button** - Fixed basic colored buttons overridden by basic button group box shadow **Thanks [@lubber-de](https://github.com/lubber-de)** [#487](https://github.com/fomantic/Fomantic-UI/pull/487)
24- **Button** - Fixed basic button margin **Thanks [@lubber-de](https://github.com/lubber-de)** [#537](https://github.com/fomantic/Fomantic-UI/pull/537)
25- **Button** - Fixed padding for fluid right and left labeled icon buttons **Thanks [@lubber-de](https://github.com/lubber-de)** [#584](https://github.com/fomantic/Fomantic-UI/pull/584)
26- **Header** - Fixed sub header color in inverted segments **Thanks [@lubber-de](https://github.com/lubber-de)** [#488](https://github.com/fomantic/Fomantic-UI/pull/488)
27- **Checkbox** - Added visual support for indeterminate toggle **Thanks [@lubber-de](https://github.com/lubber-de)** [#491](https://github.com/fomantic/Fomantic-UI/pull/491)
28- **Input** - Added tinny size variants which were missing **Thanks [@lubber-de](https://github.com/lubber-de)** [#492](https://github.com/fomantic/Fomantic-UI/pull/492)
29- **Popup** - Fixed an issue were onHide would be called twice **Thanks [@lubber-de](https://github.com/lubber-de)** [#481](https://github.com/fomantic/Fomantic-UI/pull/481)
30- **Label** - Fixed table ribbon labels having the wrong calculated position **Thanks [@lubber-de](https://github.com/lubber-de)** [#482](https://github.com/fomantic/Fomantic-UI/pull/482)
31- **Dropdown** - Fixed dropdown button not working when as a label **Thanks [@lubber-de](https://github.com/lubber-de)** [#478](https://github.com/fomantic/Fomantic-UI/pull/478)
32- **Dropdown** - Always show items when clicked on icon regardless of minCharacter setting **Thanks [@lubber-de](https://github.com/lubber-de)** [#510](https://github.com/fomantic/Fomantic-UI/pull/510)
33- **Dropdown** - Fixed missing event property causing FireFox to error **Thanks [@lubber-de](https://github.com/lubber-de)** [#534](https://github.com/fomantic/Fomantic-UI/pull/534)
34- **Modal** - Fixed when a modal couldn't be closed a second time it was opended by another modal **Thanks [@lubber-de](https://github.com/lubber-de)** [#512](https://github.com/fomantic/Fomantic-UI/pull/512)
35- **Modal** - Don't move modal content when scrollbars are hidden **Thanks [@lubber-de](https://github.com/lubber-de)** [#468](https://github.com/fomantic/Fomantic-UI/pull/468)
36- **Modal** - Allow different modal positions when multiple modals are active **Thanks [@lubber-de](https://github.com/lubber-de)** [#532](https://github.com/fomantic/Fomantic-UI/pull/532)
37- **Form Validation** - Validation will now work with grouped checkboxes correctly **Thanks [@lubber-de](https://github.com/lubber-de)** [#540](https://github.com/fomantic/Fomantic-UI/pull/540)
38- **Form Validation** - Fixed issue causing Safari not to show error message **Thanks [@lubber-de](https://github.com/lubber-de)** [#558](https://github.com/fomantic/Fomantic-UI/pull/558)
39- **Form Validation** - Fixed error caused when no field rules existed **Thanks [@iarspider](https://github.com/iarspider)** [#546](https://github.com/fomantic/Fomantic-UI/pull/546)
40- **Calendar** - `initialDate` will now update the input **Thanks [@prudho](https://github.com/prudho)** [#559](https://github.com/fomantic/Fomantic-UI/pull/559)
41- **Form** - Fixed `remove rules` behavior if field was an array **Thanks [@exoego](https://github.com/exoego)** [#556](https://github.com/fomantic/Fomantic-UI/pull/556)
42- **Slider** - Fixed conflicting issues with checkbox **Thanks [@lubber-de](https://github.com/lubber-de)** [#553](https://github.com/fomantic/Fomantic-UI/pull/553)
43- **Dimmer** - Fixed loader still being visible inside simple inverted dimmers even when parent was not dimmed **Thanks [@lubber-de](https://github.com/lubber-de)** [#571](https://github.com/fomantic/Fomantic-UI/pull/571)
44- **Table** - Fixed issues with inverted sortable and disabled colored rows/cells **Thanks [@lubber-de](https://github.com/lubber-de)** [#579](https://github.com/fomantic/Fomantic-UI/pull/579)
45
46**Enhancements**
47- **Card** - Added inverted colors support **Thanks [@lubber-de](https://github.com/lubber-de)** [#455](https://github.com/fomantic/Fomantic-UI/pull/455)
48- **API** - Added better checking for API status code errors **Thanks [@lubber-de](https://github.com/lubber-de)** [#497](https://github.com/fomantic/Fomantic-UI/pull/497)
49- **Tab** - Added function to escape characters before sending to jQuery **Thanks [@lubber-de](https://github.com/lubber-de)** [#499](https://github.com/fomantic/Fomantic-UI/pull/499)
50- **Label** - Made corner icon positioned labels absolute to support of tags like <button> **Thanks [@lubber-de](https://github.com/lubber-de)** [#520](https://github.com/fomantic/Fomantic-UI/pull/520)
51- **Calendar** - Added new `enabledDates` setting to only enable specified dates **Thanks [@prudho](https://github.com/prudho)** [#525](https://github.com/fomantic/Fomantic-UI/pull/525)
52- **Calendar** - Added the ability to adjust the calculation of entered shortyears to the belonging century **Thanks [@lubber-de](https://github.com/lubber-de)** [#527](https://github.com/fomantic/Fomantic-UI/pull/527)
53- **Calendar** - Added ability to select adjacent month dates with `selectAdjacentDays: true` **Thanks [@patilkiranm](https://github.com/patilkiranm)** [#562](https://github.com/fomantic/Fomantic-UI/pull/562)
54- **Modal** - Added support for `overlay fullscreen` variation **Thanks [@lubber-de](https://github.com/lubber-de)** [#526](https://github.com/fomantic/Fomantic-UI/pull/526)
55- **Modal** - Added support for `top aligned` and `bottom aligned` modals **Thanks [@lubber-de](https://github.com/lubber-de)** [#532](https://github.com/fomantic/Fomantic-UI/pull/532)
56- **Dropdown** - Exposed the `weekCell` class setting **Thanks [@patilkiranm](https://github.com/patilkiranm)** [#559](https://github.com/fomantic/Fomantic-UI/pull/559)
57- **Dropdown** - Added column variation support **Thanks [@exoego](https://github.com/exoego)** [#586](https://github.com/fomantic/Fomantic-UI/pull/586)
58- **Dropdown** - Added new height variation **Thanks [@exoego](https://github.com/exoego)** [#587](https://github.com/fomantic/Fomantic-UI/pull/587)
59- **Site** - Responsive breakpoints now support larger DPI than 100% **Thanks [@lubber-de](https://github.com/lubber-de)** [#567](https://github.com/fomantic/Fomantic-UI/pull/567)
60- **Step** - Steps now show their pointers when stacked in responsive mode **Thanks [@lubber-de](https://github.com/lubber-de)** [#583](https://github.com/fomantic/Fomantic-UI/pull/583)
61- **Progress** - Added ability to show multiple progress bars in one bar **Thanks [@exoego](https://github.com/exoego)** [#582](https://github.com/fomantic/Fomantic-UI/pull/582)
62
63**Build**
64- **Meta Data** - Fixed build to write metadata for docs **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#472](https://github.com/fomantic/Fomantic-UI/pull/472)
65- **Dependencies** - Changed dependencies to correct positions **Thanks [@hammy2899](https://github.com/hammy2899)** [#501](https://github.com/fomantic/Fomantic-UI/pull/501)
66- **Dist** - Fixed incorrect file permissions for dist files **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#504](https://github.com/fomantic/Fomantic-UI/pull/504)
67- **Bower** - Updated jQuery dependency version in bower **Thanks [@lubber-de](https://github.com/lubber-de)** [#585](https://github.com/fomantic/Fomantic-UI/pull/585)
68
69### Version 2.7.2 - February 5, 2019
70
71**Bugs**
72- **Modal** - Fixed issue which made modals close when dragging the scrollbar **Thanks [@lubber-de](https://github.com/lubber-de)** [#437](https://github.com/fomantic/Fomantic-UI/pull/437)
73- **Modal** - Fixed issue that didn't reactivate the approve and deny event handlers if `onHide` returned false **Thanks [@lubber-de](https://github.com/lubber-de)** [#434](https://github.com/fomantic/Fomantic-UI/pull/434)
74- **Icons** - Fixed issue causing icon colors to be overwritten by other components text color **Thanks [@lubber-de](https://github.com/lubber-de)** [#438](https://github.com/fomantic/Fomantic-UI/pull/438)
75- **Icons** - Made `link` and `disabled` work together correctly **Thanks [@lubber-de](https://github.com/lubber-de)** [#344](https://github.com/fomantic/Fomantic-UI/pull/344)
76- **Checkbox** - Made `onChange` only call once and not call when `set checked` is used **Thanks [@lubber-de](https://github.com/lubber-de)** [#403](https://github.com/fomantic/Fomantic-UI/pull/403)
77- **Dimmer** - Show correct scrollbar on inverted dimmers **Thanks [@lubber-de](https://github.com/lubber-de)** [#431](https://github.com/fomantic/Fomantic-UI/pull/431)
78- **Progress** - Fixed bug which showed a slight progress when the progress bar wasn't initialized **Thanks [@lubber-de](https://github.com/lubber-de)** [#425](https://github.com/fomantic/Fomantic-UI/pull/425)
79- **Progress** - Fixed 0% display and "inverted indicating" label color **Thanks [@lubber-de](https://github.com/lubber-de)** [#412](https://github.com/fomantic/Fomantic-UI/pull/412)
80- **Form Validation** - Fixed custom rule not getting checked radio value **Thanks [@lubber-de](https://github.com/lubber-de)** [#419](https://github.com/fomantic/Fomantic-UI/pull/419)
81- **From Validation** - Fixed issue which lead to validation not respecting each field in array inputs **Thanks [@lubber-de](https://github.com/lubber-de)** [#387](https://github.com/fomantic/Fomantic-UI/pull/387)
82- **Form Validation** - Fixed radio buttons not getting validated if first one is disabled **Thanks [@lubber-de](https://github.com/lubber-de)** [#372](https://github.com/fomantic/Fomantic-UI/pull/372)
83- **Transition** - Fixed issues which where caused because the transition module wasn't aware of inline styles and stopped it showing hidden tags like `<script>` **Thanks [@lubber-de](https://github.com/lubber-de)** [#357](https://github.com/fomantic/Fomantic-UI/pull/357)
84- **Menu** - Fixed bug which made colors not be applied to secondary menus **Thanks [@lubber-de](https://github.com/lubber-de)** [#409](https://github.com/fomantic/Fomantic-UI/pull/409)
85- **Menu** - Fixed labels in secondary pointing menu items being misaligned **Thanks [@lubber-de](https://github.com/lubber-de)** [#378](https://github.com/fomantic/Fomantic-UI/pull/378)
86- **Menu** - Corrected wrong border being applied for inverted pointing menus **Thanks [@lubber-de](https://github.com/lubber-de)** [#380](https://github.com/fomantic/Fomantic-UI/pull/380)
87- **Menu** - Fixed naming conflict with secondary color name **Thanks [@lubber-de](https://github.com/lubber-de)** [#366](https://github.com/fomantic/Fomantic-UI/pull/366)
88- **Menu** - Fixed last item in secondary compact menus not having bottom and top left border radius **Thanks [@lubber-de](https://github.com/lubber-de)** [#351](https://github.com/fomantic/Fomantic-UI/pull/351)
89- **Menu** - Icons in menus with different sizes will keep their auto width **Thanks [@lubber-de](https://github.com/lubber-de)** [#345](https://github.com/fomantic/Fomantic-UI/pull/345)
90- **Menu** - Corrected inverted disabled items in menus **Thanks [@lubber-de](https://github.com/lubber-de)** [#347](https://github.com/fomantic/Fomantic-UI/pull/347)
91- **Popup** - Fixed `z-index` of popup so it appears above other components **Thanks [@lubber-de](https://github.com/lubber-de)** [#395](https://github.com/fomantic/Fomantic-UI/pull/395) & [350](https://github.com/fomantic/Fomantic-UI/pull/350)
92- **Input** - Made inverted transparent input in forms appear white **Thanks [@lubber-de](https://github.com/lubber-de)** [#392](https://github.com/fomantic/Fomantic-UI/pull/392)
93- **Label** - Fixed cursor for link corner label icons **Thanks [@lubber-de](https://github.com/lubber-de)** [#369](https://github.com/fomantic/Fomantic-UI/pull/369)
94- **Label** - Fixed image position/size in labels within menu items **Thanks [@lubber-de](https://github.com/lubber-de)** [#337](https://github.com/fomantic/Fomantic-UI/pull/337)
95- **Dropdown** - Allow a real zero to be a selectable value in 'set selected' **Thanks [@lubber-de](https://github.com/lubber-de)** [#370](https://github.com/fomantic/Fomantic-UI/pull/370)
96- **Dropdown** - Fixed issue which made dropdowns not use the class names from the settings for templates **Thanks [@lubber-de](https://github.com/lubber-de)** [#358](https://github.com/fomantic/Fomantic-UI/pull/358)
97- **Dropdown** - Fixed multi select dropdowns deleting last selected item when deleting text from search input **Thanks [@lubber-de](https://github.com/lubber-de)** [#352](https://github.com/fomantic/Fomantic-UI/pull/352)
98- **Dropdown** - Fixed simple dropdown positioning in vertical menus **Thanks [@lubber-de](https://github.com/lubber-de)** [#339](https://github.com/fomantic/Fomantic-UI/pull/339)
99- **Dropdown** - Fixed bug which would prevent dropdown items from rendering if the value was an integer **Thanks [@lubber-de](https://github.com/lubber-de)** [#381](https://github.com/fomantic/Fomantic-UI/pull/381)
100- **Dimmer** - Fixed issue with blurred dimmer which left `z-index` stacking side effects **Thanks [@lubber-de](https://github.com/lubber-de)** [#371](https://github.com/fomantic/Fomantic-UI/pull/371)
101- **Segment** - Fixed naming conflict with secondary color name **Thanks [@lubber-de](https://github.com/lubber-de)** [#366](https://github.com/fomantic/Fomantic-UI/pull/366)
102- **Loader** - Fixed elastic loader in Firefox **Thanks [@lubber-de](https://github.com/lubber-de)** [#363](https://github.com/fomantic/Fomantic-UI/pull/363)
103- **Loader** - Fixed default loader color settings for dimmers used with modals **Thanks [@lubber-de](https://github.com/lubber-de)** [#359](https://github.com/fomantic/Fomantic-UI/pull/359)
104- **Button** - Fixed loading icon position while rotating **Thanks [@lubber-de](https://github.com/lubber-de)** [#361](https://github.com/fomantic/Fomantic-UI/pull/361)
105- **Button** - Fixed attached buttons `z-index` when used under dropdowns in menus **Thanks [@lubber-de](https://github.com/lubber-de)** [#333](https://github.com/fomantic/Fomantic-UI/pull/333)
106- **Button** - Fixed button font size when within menu items **Thanks [@lubber-de](https://github.com/lubber-de)** [#334](https://github.com/fomantic/Fomantic-UI/pull/334)
107- **Sidebar** - Sidebar will now respect a change of the closable setting **Thanks [@lubber-de](https://github.com/lubber-de)** [#335](https://github.com/fomantic/Fomantic-UI/pull/335)
108- **Table** - Fixed colors not being applied to striped, basic, selectable, stacked and definition tables **Thanks [@lubber-de](https://github.com/lubber-de)** [#332](https://github.com/fomantic/Fomantic-UI/pull/332)
109- **Form** - Fixed issue which caused checkboxes and radios with errors to only reset if the first option was selected **Thanks [@lubber-de](https://github.com/lubber-de)** [#349](https://github.com/fomantic/Fomantic-UI/pull/349)
110- **Form** - Fixed issue with inverted loader not being applied to inverted forms (normal loader was applied instead) **Thanks [@lubber-de](https://github.com/lubber-de)** [#346](https://github.com/fomantic/Fomantic-UI/pull/346)
111- **List** - Fixed issue which made some lists turn invisible **Thanks [@lubber-de](https://github.com/lubber-de)** [#354](https://github.com/fomantic/Fomantic-UI/pull/354)
112- **List** - Fixed loading icon position when used as the item point **Thanks [@lubber-de](https://github.com/lubber-de)** [#336](https://github.com/fomantic/Fomantic-UI/pull/336)
113- **Header** - Fixed attached inverted variation not having the same background color as other inverted components **Thanks [@lubber-de](https://github.com/lubber-de)** [#338](https://github.com/fomantic/Fomantic-UI/pull/338)
114- **Search** - Fixed `onSelect` not returning the correct item when categories was empty **Thanks [@lubber-de](https://github.com/lubber-de)** [#343](https://github.com/fomantic/Fomantic-UI/pull/343)
115- **Card** - Fixed button attached colored buttons showing a grey line **Thanks [@lubber-de](https://github.com/lubber-de)** [#457](https://github.com/fomantic/Fomantic-UI/pull/457)
116
117**Enhancements**
118- **Icons** - Update icons to FontAwesome 5.7 **Thanks [@hammy2899](https://github.com/hammy2899)** [#446](https://github.com/fomantic/Fomantic-UI/pull/446)
119- **Reset** - Update reset to normalize 8.0.1 **Thanks [@lubber-de](https://github.com/lubber-de)** [#443](https://github.com/fomantic/Fomantic-UI/pull/443)
120- **Dropdown** - Added support for ignoring diacritics while searching **Thanks [@lubber-de](https://github.com/lubber-de)** [#422](https://github.com/fomantic/Fomantic-UI/pull/422)
121- **Dropdown** - Sanitize possible given text values **Thanks [@lubber-de](https://github.com/lubber-de)** [#420](https://github.com/fomantic/Fomantic-UI/pull/420)
122- **Dropdown** - Dropdown will now use the class name from settings for the delete icon instead of being hardcoded **Thanks [@lubber-de](https://github.com/lubber-de)** [#389](https://github.com/fomantic/Fomantic-UI/pull/389)
123- **Search** - Added support for ignoring diacritics while searching **Thanks [@lubber-de](https://github.com/lubber-de)** [#422](https://github.com/fomantic/Fomantic-UI/pull/422)
124- **Build** - Removed `gulp-help` dependency (We recommend you use `gulp --tasks` to list tasks) **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#440](https://github.com/fomantic/Fomantic-UI/pull/440)
125- **Segment** - Added stackable horizontal segments **Thanks [@lubber-de](https://github.com/lubber-de)** [#398](https://github.com/fomantic/Fomantic-UI/pull/398)
126- **Label** - Added bottom floated labels **Thanks [@lubber-de](https://github.com/lubber-de)** [#430](https://github.com/fomantic/Fomantic-UI/pull/430)
127- **Label** - Added left and right aligned floated labels **Thanks [@lubber-de](https://github.com/lubber-de)** [#418](https://github.com/fomantic/Fomantic-UI/pull/418)
128- **Label** - Floating labels don't wrap when they have whitespace (especially while including icons) **Thanks [@lubber-de](https://github.com/lubber-de)** [#404](https://github.com/fomantic/Fomantic-UI/pull/404)
129- **Label** - Improved margin placement for icons when placed after text **Thanks [@exoego](https://github.com/exoego)** [#388](https://github.com/fomantic/Fomantic-UI/pull/388)
130- **Modal** - Added new `restoreFocus` option to restore focus when a modal closes **Thanks [@lubber-de](https://github.com/lubber-de)** [#433](https://github.com/fomantic/Fomantic-UI/pull/433)
131- **Text** - Added size variants **Thanks [@lubber-de](https://github.com/lubber-de)** [#414](https://github.com/fomantic/Fomantic-UI/pull/414)
132- **Step** - Made grouped steps wrap by default **Thanks [@lubber-de](https://github.com/lubber-de)** [#397](https://github.com/fomantic/Fomantic-UI/pull/397)
133- **Step** - Added icon size variation **Thanks [@exoego](https://github.com/exoego)** [#348](https://github.com/fomantic/Fomantic-UI/pull/348)
134- **List** - Added suffixed ordered list variation **Thanks [@exoego](https://github.com/exoego)** [#355](https://github.com/fomantic/Fomantic-UI/pull/355)
135- **List** - Made horizontal divided lists wrap by default **Thanks [@lubber-de](https://github.com/lubber-de)** [#353](https://github.com/fomantic/Fomantic-UI/pull/353)
136- **Input** - Added support for error classes on input action buttons (shows red border around button) **Thanks [@lubber-de](https://github.com/lubber-de)** [#329](https://github.com/fomantic/Fomantic-UI/pull/329)
137
138### Version 2.7.1 - December 24, 2018
139
140**Bugs**
141- **Loader** - Fixed a bug with the elastic loader applying the wrong color **Thanks [@lubber-de](https://github.com/lubber-de)** [#325](https://github.com/fomantic/Fomantic-UI/pull/325)
142
143### Version 2.7.0 - December 21, 2018
144
145### Announcement
146With 2019 around the corner and a lot of discussion we (core contributors) have agreed to move our core focus to FUI v3.0. This doesn't mean we won't be working on 2.x but means releases may be slowed down a little due to more work being put into v3.0. You can read more about the future of FUI and v3.0 [here](https://github.com/fomantic/Fomantic-UI/issues/319)
147
148**NOTES:**
149- With this release we removed the dependency of `prompt-sui` which removes the child dependency of `event-stream` this ensures that the library won't be downloading any (now deprecated) malicious code. If you want to learn more about the recent security issues with `event-stream` please read [this issue](https://github.com/fomantic/Fomantic-UI/issues/268).
150- In this release we had a big focus on removing a lot of the `!important` usage which in turn produced lots of issues. Now with a big help from our core contributors we have removed ~85% of the usage and reduced the complexity of a lot of the color code base which makes it easier to make changes and helps reduce the size of the general code base as well as removing duplicate code.
151
152**UPGRADE NOTES:**
153Gulp 4.0 introduced a new syntax to define tasks, that's why we had to introduce some changes to our gulpfile.js.
154
155The new gulpfile.js can be found under `tasks\config\npm\gulpfile.js`. If you haven't changed the generated gulpfile.js in your fomantic destination folder you can just replace it with the new one. Otherwise you have to adopt the changes introduced in the file yourself.
156
157For example if your fomantic destination directory is `semantic`:
158- semantic\tasks\config\npm\gulpfile.js => semantic\gulpfile.js
159
160**Major Enhancements**
161- **Build** - Added support for gulp4 **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#179](https://github.com/fomantic/Fomantic-UI/pull/179)
162- **Slider** - Previously known as range the slider component has been renamed **Thanks [@prudho](https://github.com/prudho)** [#290](https://github.com/fomantic/Fomantic-UI/pull/290)
163- **Global** - Removed deprecated jQuery functions and replaced them with custom ones **Thanks [@lubber-de](https://github.com/lubber-de)** [#282](https://github.com/fomantic/Fomantic-UI/pull/282)
164
165**Enhancements**
166- **Slider** - Added ability to have smooth or stepped sliders **Thanks [@prudho](https://github.com/prudho)** [#290](https://github.com/fomantic/Fomantic-UI/pull/290)
167- **Slider** - Added ability to label sliders which can be smooth or stepped at the label **Thanks [@prudho](https://github.com/prudho)** [#290](https://github.com/fomantic/Fomantic-UI/pull/290)
168- **Slider** - Added ability to have nonrestrictive steps **Thanks [@prudho](https://github.com/prudho)** [#290](https://github.com/fomantic/Fomantic-UI/pull/290)
169- **Slider** - Added ability to reverse sliders **Thanks [@prudho](https://github.com/prudho)** [#290](https://github.com/fomantic/Fomantic-UI/pull/290)
170- **Slider** - Added new size variations **Thanks [@prudho](https://github.com/prudho)** [#290](https://github.com/fomantic/Fomantic-UI/pull/290)
171- **Slider** - Added keyboard support **Thanks [@prudho](https://github.com/prudho)** [#290](https://github.com/fomantic/Fomantic-UI/pull/290)
172- **Slider** - Added basic and basic inverted variations **Thanks [@prudho](https://github.com/prudho)** [#290](https://github.com/fomantic/Fomantic-UI/pull/290)
173- **Slider** - Added vertical slider with all features **Thanks [@prudho](https://github.com/prudho)** [#290](https://github.com/fomantic/Fomantic-UI/pull/290)
174- **Slider** - Added a range slider variation (yes an actual range slider) **Thanks [@prudho](https://github.com/prudho)** [#290](https://github.com/fomantic/Fomantic-UI/pull/290)
175- **Loader** - Added double variation **Thanks [@lubber-de](https://github.com/lubber-de)** [#301](https://github.com/fomantic/Fomantic-UI/pull/301)
176- **Loader** - Added elastic variation **Thanks [@lubber-de](https://github.com/lubber-de)** [#301](https://github.com/fomantic/Fomantic-UI/pull/301)
177- **Loader** - Added dimmer support **Thanks [@lubber-de](https://github.com/lubber-de)** [#301](https://github.com/fomantic/Fomantic-UI/pull/301)
178- **Loader** - Loader will show same color as colored segments when inside loading segments **Thanks [@lubber-de](https://github.com/lubber-de)** [#301](https://github.com/fomantic/Fomantic-UI/pull/301)
179- **Rating** - Added ability to change the icon to any supported icon and change to any supported color **Thanks [@lubber-de](https://github.com/lubber-de)** [#303](https://github.com/fomantic/Fomantic-UI/pull/303)
180- **Input** - Add support for error label state with labeled inputs **Thanks [@prudho](https://github.com/prudho)** [#257](https://github.com/fomantic/Fomantic-UI/issues/257)
181- **TextArea** - Added support for corner labels and icons **Thanks [@lubber-de](https://github.com/lubber-de)** [#276](https://github.com/fomantic/Fomantic-UI/pull/276)
182- **Search** - Added support for API results to be an array instead of needing be wrapped **Thanks [@lubber-de](https://github.com/lubber-de)** [#263](https://github.com/fomantic/Fomantic-UI/issues/263)
183- **Label** - Added support for inverted, basic grouping and basic tag labels **Thanks [@lubber-de](https://github.com/lubber-de)** [#116](https://github.com/fomantic/Fomantic-UI/issues/116)
184- **Toast** - Correct the colors and make them more consistent with other components **Thanks [@lubber-de](https://github.com/lubber-de)** [#197](https://github.com/fomantic/Fomantic-UI/pull/197)
185- **Table** - Added ability to use all global colors in table cells **Thanks [@lubber-de](https://github.com/lubber-de)** [#261](https://github.com/fomantic/Fomantic-UI/pull/261)
186- **Text** - Added ability to add color to specific text **Thanks [@lubber-de](https://github.com/lubber-de)** [#261](https://github.com/fomantic/Fomantic-UI/pull/261)
187- **Calendar** - Added ability to add time gaps on time selector **Thanks [@prudho](https://github.com/prudho)** [#198](https://github.com/fomantic/Fomantic-UI/pull/198)
188
189**Bugs**
190- **Build** - Fixed bug which made gulp hang on `gulp build` when using newer versions of node **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#307](https://github.com/fomantic/Fomantic-UI/issues/307)
191- **Global** - Improved LESS and CSS for linters **Thanks [@hammy2899](https://github.com/hammy2899)** [#292](https://github.com/fomantic/Fomantic-UI/pull/292)
192- **Global** - Fixed some compiled CSS errors **Thanks [@prudho](https://github.com/prudho)** [#275](https://github.com/fomantic/Fomantic-UI/pull/275)
193- **Dropdown** - Fixed issue with not showing "no results" when filterRemoteData was false or response was empty **Thanks [@lubber-de](https://github.com/lubber-de)** [#300](https://github.com/fomantic/Fomantic-UI/pull/300)
194- **Dropdown** - Fixed issue with preselected values being ignored when data value fields had different names **Thanks [@lubber-de](https://github.com/lubber-de)** [#285](https://github.com/fomantic/Fomantic-UI/pull/285)
195- **Dropdown** - Fixed issue with submenu positions **Thanks [@lubber-de](https://github.com/lubber-de)** [#194](https://github.com/fomantic/Fomantic-UI/issues/194)
196- **Dropdown** - Fixed issue which stopped already selected items from filtering from a remote API **Thanks [@lubber-de](https://github.com/lubber-de)** [#287](https://github.com/fomantic/Fomantic-UI/pull/287)
197- **Dropdown** - Fixed clearable dropdown initialized with HTML select always showing the clear icon **Thanks [@lubber-de](https://github.com/lubber-de)** [#271](https://github.com/fomantic/Fomantic-UI/issues/271)
198- **Dropdown** - Fixed issue with enter key and multiple variation dropdowns with `allowAdditions` **Thanks [@lubber-de](https://github.com/lubber-de)** [#250](https://github.com/fomantic/Fomantic-UI/pull/250)
199- **Modal** - Fixed top header border radius **Thanks [@lubber-de](https://github.com/lubber-de)** [#308](https://github.com/fomantic/Fomantic-UI/issues/308)
200- **Modal** - Fixed issue with modal dimmers closing when clicked even when `onHide` returned `false` when `allowMultiple` was `true` **Thanks [@lubber-de](https://github.com/lubber-de)** [#284](https://github.com/fomantic/Fomantic-UI/issues/284)
201- **Modal** - Fixed touch scrolling issue for dropdown, focused input and content scrolling **Thanks [@lubber-de](https://github.com/lubber-de)** [#273](https://github.com/fomantic/Fomantic-UI/pull/273)
202- **Checkbox** - Support onChange for cursor key navigation **Thanks [@lubber-de](https://github.com/lubber-de)** [#295](https://github.com/fomantic/Fomantic-UI/pull/295)
203- **Visibility** - Fixed issue with sticky content having large placeholders **Thanks [@hammy2899](https://github.com/hammy2899)** [#296](https://github.com/fomantic/Fomantic-UI/issues/296)
204- **Form** - Fixed issue causing validation to break when id's had colon's in them **Thanks [@lubber-de](https://github.com/lubber-de)** [#286](https://github.com/fomantic/Fomantic-UI/pull/286)
205- **Message** - Fixed issue causing compact icon variation from having a 100% width **Thanks [@lubber-de](https://github.com/lubber-de)** [#279](https://github.com/fomantic/Fomantic-UI/pull/279)
206- **List** - Fixed issue with list conflicting with list icons **Thanks [@lubber-de](https://github.com/lubber-de)** [#281](https://github.com/fomantic/Fomantic-UI/pull/281)
207- **Popup** - Fixed correct usage for `addTouchEvents` **Thanks [@lubber-de](https://github.com/lubber-de)** [#278](https://github.com/fomantic/Fomantic-UI/pull/278)
208- **Table** - Fixed issue with images in table cells not working **Thanks [@lubber-de](https://github.com/lubber-de)** [#227](https://github.com/fomantic/Fomantic-UI/issues/227)
209- **Table** - Fixed table wide vertical text alignment **Thanks [@lubber-de](https://github.com/lubber-de)** [#251](https://github.com/fomantic/Fomantic-UI/pull/251)
210- **Placeholder** - Fixed issue with `image icon` getting wrong height applied **Thanks [@lubber-de](https://github.com/lubber-de)** [#248](https://github.com/fomantic/Fomantic-UI/pull/248)
211
212**Security**
213- **Search** - Added more support for escaping insecure characters, handling untrusted data and preventing JS execution **Thanks [@lubber-de](https://github.com/lubber-de)** [#298](https://github.com/fomantic/Fomantic-UI/pull/298)
214- **Dropdown** - Added more support for escaping insecure characters, handling untrusted data and preventing JS execution **Thanks [@lubber-de](https://github.com/lubber-de)** [#298](https://github.com/fomantic/Fomantic-UI/pull/298)
215- **Build** - Removed `prompt-sui` which in turn removes `event-stream` **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#309](https://github.com/fomantic/Fomantic-UI/pull/309)
216
217### Version 2.6.4 - November 15, 2018
218
219**Enhancements**
220- **Progress** - Display dark text on inverted backgrounds **Thanks [@lubber-de](https://github.com/lubber-de)** [#196](https://github.com/fomantic/Fomantic-UI/pull/196)
221- **Calendar** - Add ability to disable days of the week **Thanks [@prudho](https://github.com/prudho)** [#199](https://github.com/fomantic/Fomantic-UI/pull/199)
222- **Calendar** - Added ability to disable specific date(s) **Thanks [@exoego](https://github.com/exoego)** [#211](https://github.com/fomantic/Fomantic-UI/pull/211)
223- **Dimmer** - Added support for using dimmers partially on top, center and bottom **Thanks [@lubber-de](https://github.com/lubber-de)** [#186](https://github.com/fomantic/Fomantic-UI/pull/186)
224- **Item** - Added inverted variant **Thanks [@lubber-de](https://github.com/lubber-de)** [#232](https://github.com/fomantic/Fomantic-UI/pull/232)
225- **Statistic** - Added stackable variation **Thanks [@prudho](https://github.com/prudho)** [#237](https://github.com/fomantic/Fomantic-UI/pull/237)
226- **Popup** - Add size and basic variation to none javascript popup **Thanks [@prudho](https://github.com/prudho)** [#202](https://github.com/fomantic/Fomantic-UI/pull/202)
227
228**Bugs**
229- **Dimmer** - Fixed inverted dimmer text color **Thanks [@lubber-de](https://github.com/lubber-de)** [#187](https://github.com/fomantic/Fomantic-UI/pull/187)
230- **Popup** - Fixed the method used to check for svg support **Thanks [@lubber-de](https://github.com/lubber-de)** [#192](https://github.com/fomantic/Fomantic-UI/pull/192)
231- **Dropdown** - Fixed issue causing multi select dropdowns being pushed down **Thanks [@lubber-de](https://github.com/lubber-de)** [#195](https://github.com/fomantic/Fomantic-UI/pull/195)
232- **Dropdown** - Fixed issue making dropdowns open/close bubbling on key select **Thanks [@lubber-de](https://github.com/lubber-de)** [#190](https://github.com/fomantic/Fomantic-UI/pull/190)
233- **Dropdown** - Fixed dropdown listening to events when not open **Thanks [@lubber-de](https://github.com/lubber-de)** [#188](https://github.com/fomantic/Fomantic-UI/pull/188)
234- **Dropdown** - Fixed issue with `showOnFocus: false` preventing click to open dropdown **Thanks [@lubber-de](https://github.com/lubber-de)** [#193](https://github.com/fomantic/Fomantic-UI/pull/193)
235- **Dropdown** - Fixed IE11 submenu selection triggered menu opening **Thanks [@lubber-de](https://github.com/lubber-de)** [#189](https://github.com/fomantic/Fomantic-UI/pull/189)
236- **Dropdown** - Fixed issue with `simple dropdown` preventing submenu items from being clicked **Thanks [@lubber-de](https://github.com/lubber-de)** [#203](https://github.com/fomantic/Fomantic-UI/pull/203)
237- **Dropdown** - Fixed issue preventing user additions from being cleared when using `clearable` **Thanks [@lubber-de](https://github.com/lubber-de)** [#244](https://github.com/fomantic/Fomantic-UI/pull/244)
238- **Dropdown** - Fixed issue allowing users to select dropdown text incorrectly **Thanks [@lubber-de](https://github.com/lubber-de)** [#246](https://github.com/fomantic/Fomantic-UI/pull/246)
239- **Segment** - Fixed issue with colored inverted segments not being raised **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#206](https://github.com/fomantic/Fomantic-UI/pull/206)
240- **Menu** - Fixed pointing menu arrows not being colored in inverted colored menus **Thanks [@exoego](https://github.com/exoego)** [#204](https://github.com/fomantic/Fomantic-UI/pull/204)
241- **Menu** - Fixed dropdown inside menus not reflecting correct styling **Thanks [@exoego](https://github.com/exoego)** [#218](https://github.com/fomantic/Fomantic-UI/pull/218)
242- **Modal** - Fixed issue making large content images from going out of the modal content **Thanks [@lubber-de](https://github.com/lubber-de)** [#209](https://github.com/fomantic/Fomantic-UI/pull/209)
243- **Modal** - Fixed inverted modals having incorrect close icon color **Thanks [@lubber-de](https://github.com/lubber-de)** [#208](https://github.com/fomantic/Fomantic-UI/pull/208)
244- **Icons** - Fixed corner icon size in icon headers **Thanks [@exoego](https://github.com/exoego)** [#212](https://github.com/fomantic/Fomantic-UI/pull/212)
245- **Icons** - Fixed icon alignment **Thanks [@exoego](https://github.com/exoego)** [#229](https://github.com/fomantic/Fomantic-UI/pull/229)
246- **List** - Fixed an issue making lists ignore `data-value` **Thanks [@lubber-de](https://github.com/lubber-de)** [#224](https://github.com/fomantic/Fomantic-UI/pull/224)
247- **List** - Fixed issue with icons and wrapped images not being inline and wrapped or wrongly aligned **Thanks [@lubber-de](https://github.com/lubber-de)** [#242](https://github.com/fomantic/Fomantic-UI/pull/242)
248- **Form** - Fixed dropdown widths being incorrect when inside a form **Thanks [@exoego](https://github.com/exoego)** [#238](https://github.com/fomantic/Fomantic-UI/pull/238)
249
250### Version 2.6.3 - October 18, 2018
251
252**Enhancements**
253- **Calendar** - Added ability to set `minDate` and `maxDate` via HTML attributes **Thanks [@prudho](https://github.com/prudho)** [#177](https://github.com/fomantic/Fomantic-UI/pull/177)
254- **Calendar** - Added ability to disable a calendar **Thanks [@prudho](https://github.com/prudho)** [#176](https://github.com/fomantic/Fomantic-UI/pull/176)
255- **Icons** - Updated to FontAwesome 5.4.1 **Thanks [@hammy2899](https://github.com/hammy2899)** [#166](https://github.com/fomantic/Fomantic-UI/issues/166)
256- **Toast** - Added color variants **Thanks [@lubber-de](https://github.com/lubber-de)** [#170](https://github.com/fomantic/Fomantic-UI/pull/170)
257- **Toast** - Added progress bar support **Thanks [@lubber-de](https://github.com/lubber-de)** [#139](https://github.com/fomantic/Fomantic-UI/pull/139)
258- **Toast** - Added icon support **Thanks [@lubber-de](https://github.com/lubber-de)** [#139](https://github.com/fomantic/Fomantic-UI/pull/139)
259- **Toast** - Added close icon support **Thanks [@lubber-de](https://github.com/lubber-de)** [#139](https://github.com/fomantic/Fomantic-UI/pull/139)
260- **Toast** - Added stacking animation support **Thanks [@lubber-de](https://github.com/lubber-de)** [#139](https://github.com/fomantic/Fomantic-UI/pull/139)
261- **Modal** - Added inverted variant **Thanks [@lubber-de](https://github.com/lubber-de)** [#108](https://github.com/fomantic/Fomantic-UI/issues/108)
262- **Form** - Added better transparent input and textarea errors **Thanks [@lubber-de](https://github.com/lubber-de)** [#107](https://github.com/fomantic/Fomantic-UI/issues/107)
263- **Form** - Added inverted textarea variation **Thanks [@lubber-de](https://github.com/lubber-de)** [#161](https://github.com/fomantic/Fomantic-UI/pull/161)
264- **Dimmer** - Added intensity variations `very light`, `light` and `medium` **Thanks [@lubber-de](https://github.com/lubber-de)** [#162](https://github.com/fomantic/Fomantic-UI/pull/162)
265
266**Bugs**
267- **Icons** - Fixed corner position when using some icons within a group **Thanks [@prudho](https://github.com/prudho)** [#183](https://github.com/fomantic/Fomantic-UI/pull/183)
268- **Header** - Fixed top attached headers having no top border when content was above them **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#180](https://github.com/fomantic/Fomantic-UI/issues/180)
269- **Dropdown** - Fixed some issues with clearable dropdowns due to the SUI implementation **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#171](https://github.com/fomantic/Fomantic-UI/issues/171)
270- **Dropdown** - Fixed an issue with clearable dropdowns not getting enabled correctly **Thanks [@prudho](https://github.com/prudho)** [#155](https://github.com/fomantic/Fomantic-UI/pull/155)
271- **Dropdown** - Fixed an issue with searchable dropdowns reopening after an option is selected **Thanks [@lubber-de](https://github.com/lubber-de)** [#153](https://github.com/fomantic/Fomantic-UI/issues/153)
272- **Button** - Fixed some issues with buttons due to LESS support **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#175](https://github.com/fomantic/Fomantic-UI/pull/175)
273- **Toast** - Fixed top and bottom center positions with scrolling pages **Thanks [@lubber-de](https://github.com/lubber-de)** [#167](https://github.com/fomantic/Fomantic-UI/pull/167)
274- **Progress** - Fixed a performance issue with the animation **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#2316](https://github.com/Semantic-Org/Semantic-UI/issues/2316)
275- **Placeholder** - Fixed an issue with transition hide not working **Thanks [@lubber-de](https://github.com/lubber-de)** [#6608](https://github.com/Semantic-Org/Semantic-UI/issues/6608)
276
277The following changes where merged from a new Semantic-UI release
278
279- **Embed** - Embed will now correctly remove DOM metadata on `destroy`
280- **Grid** - Fix issue with `very relaxed vertically divided grid` having wrong margins on dividers
281
282### Version 2.6.2 - October 2, 2018
283
284**Critical Bugs**
285- **Build Tools** - Reverted the gulp 4 update since it broke the npm install **Thanks [@hammy2899](https://github.com/hammy2899)** [#145](https://github.com/fomantic/Fomantic-UI/issues/145)
286
287### Version 2.6.1 - October 2, 2018
288
289**Bugs**
290- **Icon** - Fixed comments icon from conflicting while inside comments component **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#133](https://github.com/fomantic/Fomantic-UI/pull/133)
291- **Modal** - Fixed fullscreen modal from being stuck to the left of the screen **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#135](https://github.com/fomantic/Fomantic-UI/pull/135)
292- **Modal** - Fixed fullscreen modals not working in IE11 **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#136](https://github.com/fomantic/Fomantic-UI/pull/136)
293- **Dropdown** - Fixed clearable icon from appearing on top of text in searchable dropdowns **Thanks [@lubber-de](https://github.com/lubber-de)** [#143](https://github.com/fomantic/Fomantic-UI/pull/143)
294- **Dropdown** - Fixed searchable dropdowns from losing focus after an option is selected **Thanks [@lubber-de](https://github.com/lubber-de)** [#143](https://github.com/fomantic/Fomantic-UI/pull/143)
295
296**Build Tools**
297- Changed bower and composer package names from Semantic to Fomantic **Thanks [@salaros](https://github.com/salaros)** [#140](https://github.com/fomantic/Fomantic-UI/pull/140)
298- Updated build process to use gulp 4 which removes dependency vulnerabilities **Thanks [@acconrad](https://github.com/acconrad) [#6566](https://github.com/Semantic-Org/Semantic-UI/pull/6566)
299
300### Version 2.6.0 - September 18, 2018
301
302> Reason behind version jump: The new 2.6 release might look a little funny since we just released 2.5 but we thought it was necessary to bump a minor patch since the new SUI release introducing a new component and we want to stick to the SUI versioning scheme. We also added the new toast component so we didn't have to wait until the next feature release.
303
304**New Components**
305- **Toast** - Added a new toast component **Thanks [@prudho](https://github.com/prudho)** [#122](https://github.com/fomantic/Fomantic-UI/pull/122)
306
307**Bugs**
308- **Header** - Fixed header content not being displayed when in an accordion element **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#103](https://github.com/fomantic/Fomantic-UI/pull/103)
309- **Menu** - Fixed inconsistent icon spacing in dropdown menus **Thanks [@prudho](https://github.com/prudho)** [#111](https://github.com/fomantic/Fomantic-UI/pull/111)
310- **Checkbox** - Fixed `before(Un)Checked` firing on init **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#115](https://github.com/fomantic/Fomantic-UI/pull/115)
311- **Message** - Fixed colored floating messages not having box shadow **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#124](https://github.com/fomantic/Fomantic-UI/pull/124)
312
313**Enhancements**
314- **Calendar** - Added support for `showWeekNumbers` to show the week number on the left of the calendar **Thanks [@lubber-de](https://github.com/lubber-de)** [#113](https://github.com/fomantic/Fomantic-UI/pull/113)
315- **Modal** - Pressing ESC now only closes the currently active modal when multiple are present **Thanks [@prudho](https://github.com/prudho)** [#118](https://github.com/fomantic/Fomantic-UI/pull/118)
316
317The following changes where merged from a new Semantic-UI release
318
319> `2.4.0` includes a new component `placeholder`. To use this component in your existing SUI site, be sure to add `@placeholder: 'default';` to your `theme.config`. You can see an example in `theme.config.example`
320
321**New Components**
322- **Placeholder** - Added `ui placeholder` that can be used to show where content will soon appear.
323
324**New UI Type**
325- **Segment** - Added new `ui placeholder segment` used to reserve space for UI when content is missing or empty.
326
327**Major Enhancements**
328- **Dropdown** - Added `clearable` dropdowns. When `clearable: true` is specified an (X) will appear to clear dropdown selection [#2072](https://github.com/Semantic-Org/Semantic-UI/issues/2072)
329- **Modal/Dimmer** - Modals and dimmers now include a new setting `useFlex` which defaults to `auto`. Modals and dimmers will automatically revert to using non-flex layouts when there may be layout issues with using flexbox. Modals will fall back to JS position when `detachable: false` is used or with IE11/Edge (Absolutely positioned elements inside flex containers in IE behave differently).
330
331**Critical Bugs**
332- **Modal** - Fixed issue where `scrolling modal` would not allow for scrolling with touch devices. [#6449](https://github.com/Semantic-Org/Semantic-UI/issues/6449)
333- **Label** - Fixed issue where `basic label` were appearing incorrectly **Thanks [@lasley](https://github.com/lasley) and [@ColinFrick](https://github.com/ColinFrick)** [#6582](https://github.com/Semantic-Org/Semantic-UI/issues/6582) [#6440](https://github.com/Semantic-Org/Semantic-UI/issues/6440)
334- **Menu/Dropdown** - Fixed `left menu` inside `ui menu` would display horizontally as `flex` [#6359](https://github.com/Semantic-Org/Semantic-UI/issues/6359)
335
336**Bugs**
337- **Dimmer** - Dimmer now sets `variation` at runtime, to support run-time swapping between `top aligned` and `middle aligned` using `.dimmer('setting', 'variation', 'top aligned')`
338- **Dropdown** - Fixed issue where `onChange` when used with `action: hide` would be missing the third param `$item` [#6555](https://github.com/Semantic-Org/Semantic-UI/issues/6555)
339- **Flag** - Add `uk` alias for `united kingdom` **Thanks [@PhilipGarnero](https://github.com/PhilipGarnero)** [#6531](https://github.com/Semantic-Org/Semantic-UI/issues/6531)
340- **Icon** - Fixes missing `disk outline icon` alias [#6556](https://github.com/Semantic-Org/Semantic-UI/issues/6556)
341- **List** - Fixed issue where list `content` would not take up 100% width when used alongside `img` or `icon`
342- **Menu/Dropdown** - Fixes dropdown item margin not obeyed inside `labeled icon menu` [#6557](https://github.com/Semantic-Org/Semantic-UI/issues/6557)
343- **Modal** - Fixes `@mobileTopAlignedMargin` theming variable was not implemented
344- **Modal** - Modal now will remove `blurring` after undimming, to prevent issues with `position: fixed` [#6520](https://github.com/Semantic-Org/Semantic-UI/issues/6520)
345
346**Minor Changes**
347- **Dropdown** - `inline dropdown` `close icon` default right margin default spacing slightly modified.
348
349### Version 2.5.0 - September 3, 2018
350
351**Major Enhancements**
352- **Calendar** - Added the calendar module :tada: **big thanks to [@mdehoog](https://github.com/mdehoog)** for creating the module and **thanks to [@prudho](https://github.com/prudho)** for the port [#8](https://github.com/fomantic/Fomantic-UI/issues/8)
353- **Range** - Added the range slider module :tada: **big thanks to [@tyleryasaka](https://github.com/tyleryasaka)** for creating the module and **thanks to [@hammy2899](https://github.com/hammy2899)** fro the port [#78](https://github.com/fomantic/Fomantic-UI/pull/78)
354- **Icons** - Updated icons to FontAwesome 5.3.1 **Thanks [@hammy2899](https://github.com/hammy2899)** [#6395](https://github.com/Semantic-Org/Semantic-UI/issues/6395) You can also generate the icons yourself including FA5 Pro using the [fomantic-ui-icon-script](https://github.com/hammy2899/fomantic-ui-icon-script)
355
356**Enhancements**
357- **Loader** - Added color variants **Thanks [@hammy2899](https://github.com/hammy2899)** [#73](https://github.com/fomantic/Fomantic-UI/issues/73)
358- **Label** - Added primary and secondary colored variants **Thanks [@hammy2899](https://github.com/hammy2899)**
359- **Search** - Added ability to disable action link via `actionURL: false` **Thanks [@hammy2899](https://github.com/hammy2899)** [#6490](https://github.com/Semantic-Org/Semantic-UI/issues/6490)
360- **Menu** - Added `center` modifier allowing center aligned menus and tabs **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#5589](https://github.com/Semantic-Org/Semantic-UI/issues/5589)
361- **Flags** - Added `uk` as an alias for United Kingdom **Thanks [@hammy2899](https://github.com/hammy2899)**
362- **Comments** - Added inverted variation **Thanks [@prudho](https://github.com/prudho)** [#88](https://github.com/fomantic/Fomantic-UI/pull/88)
363- **Feed** - Added inverted variation **Thanks [@prudho](https://github.com/prudho)** [#89](https://github.com/fomantic/Fomantic-UI/pull/89)
364- **Form** - Added transparent variation for textareas **Thanks [@LewHgh](https://github.com/LewHgh)**
365- **Step** - Added inverted variation **Thanks [@prudho](https://github.com/prudho)** [#93](https://github.com/fomantic/Fomantic-UI/pull/93)
366- **Cards** - Added horizontal variation **Thanks [@hammy2899](https://github.com/hammy2899)** [#6534](https://github.com/Semantic-Org/Semantic-UI/issues/6534)
367- **Cards** - Added inverted variation **Thanks [@prudho](https://github.com/prudho)** [#3478](https://github.com/Semantic-Org/Semantic-UI/issues/3478)
368- **Grid** - Added `compact` and `very compact` variations **Thanks [@prudho](https://github.com/prudho)** [#99](https://github.com/fomantic/Fomantic-UI/pull/99)
369
370**Bugs**
371- **Label** - Fixed ribbon label background color **Thanks [@hammy2899](https://github.com/hammy2899)** [#6497](https://github.com/Semantic-Org/Semantic-UI/issues/6497)
372- **Search** - Fixed `set value` unable to work inside `onSelect` callback **Thanks [@hammy2899](https://github.com/hammy2899)** [#6454](https://github.com/Semantic-Org/Semantic-UI/issues/6454)
373- **Checkbox** - Fixed toggle not having `checked` class when initialized in a 'checked' state **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#2506](https://github.com/Semantic-Org/Semantic-UI/issues/2506)
374- **Build Tools** - Fixed update not working because of incorrect repo name **Thanks [@hammy2899](https://github.com/hammy2899)** [#84](https://github.com/fomantic/Fomantic-UI/issues/84)
375- **Accordion** - Fixed an issue making inactive accordions have wrong display value when using different HTML elements **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6351](https://github.com/Semantic-Org/Semantic-UI/issues/6351)
376- **Step** - Fixed weird counter behavior **Thanks [@prudho](https://github.com/prudho)** [#92](https://github.com/fomantic/Fomantic-UI/pull/92)
377- **Build Tools** - Fixed compatibility issue with less >= 3.5 due to math changes **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6512](https://github.com/Semantic-Org/Semantic-UI/pull/6512)
378
379### Version 2.4.4 - July 26, 2018
380
381**Enhancements**
382- **Loader** - Added speed variants slow (.9s) and fast (.3s) and default (.6s) **Thanks [@LewHgh](https://github.com/LewHgh)** [#6138](https://github.com/Semantic-Org/Semantic-UI/issues/6138)
383- **Rating** - Add the ability to start a disabled rating trough the `disabled` class **Thanks [@prudho](https://github.com/prudho)** [#76](https://github.com/fomantic/Fomantic-UI/pull/76)
384
385**Bugs**
386- **Dropdown** - Fixed clearable dropdown icon margin **Thanks [@prudho](https://github.com/prudho)** [#67](https://github.com/fomantic/Fomantic-UI/pull/67)
387- **Dropdown** - Fixed pointing menu pointer still shown after menu is collapsed **Thanks [@prudho](https://github.com/prudho)** [#70](https://github.com/fomantic/Fomantic-UI/pull/70)
388- **Icon** - Fixed icon group margin when inside a button **Thanks [@prudho](https://github.com/prudho)** [#68](https://github.com/fomantic/Fomantic-UI/pull/68)
389- **Icon** - Fixed icon group position when inside of menu items **Thanks [@prudho](https://github.com/prudho)** [#6491](https://github.com/Semantic-Org/Semantic-UI/issues/6491)
390- **Header** - Fixed incorrect attached header top margin **Thanks [@prudho](https://github.com/prudho)** [#5436](https://github.com/Semantic-Org/Semantic-UI/issues/5436)
391- **Form** - Fixed textarea incorrect font-family **Thanks [@hammy2899](https://github.com/hammy2899)** [#5546](https://github.com/Semantic-Org/Semantic-UI/issues/5546)
392
393### Version 2.4.3 - July 9, 2018
394
395**Bugs**
396- **Dropdown** - Fixed inverted dropdown message color being applied to all dropdowns **Thanks [@hammy2899](https://github.com/hammy2899)** [#58](https://github.com/fomantic/Fomantic-UI/pull/58)
397- **Build Tools** - Fixed docs build tools error when using latest node version **Thanks [@hammy2899](https://github.com/hammy2899)** [#54](https://github.com/fomantic/Fomantic-UI/issues/54)
398- **Button** - Fixed tertiary buttons having basic background on active state **Thanks [@hammy2899](https://github.com/hammy2899)** [#60](https://github.com/fomantic/Fomantic-UI/issues/60)
399
400
401The following changes where merged from a new Semantic-UI release
402
403**Bug Fixes**
404- **Search** - Passing in `cache: false` will now affect default settings for `apiSettings` when using a remote endpoint. Previously you would also have to pass in `apiSettings: { cache: false}` as well
405- **CSS** - Update LESS syntax to be compatible with LESS 3.0 **Thanks [@sciyoshi](https://github.com/sciyoshi)** [#6447](https://github.com/Semantic-Org/Semantic-UI/pull/6447)
406- **Icon** - Several icon names have been deprecated due to incompatibility with `transition in` and `transition out` used in animations.
407
408* `linkedin in` is now `linkedin alternate`
409* `zoom in` is now `zoom-in`
410* `zoom out` is now `zoom-out`
411* `sign in` is now `sign-in`
412* `sign out` is now `sign-out`
413* `log out` is now `logout`
414* `in cart` is now `in-cart`
415
416### Version 2.4.2 - July 4, 2018
417
418**Enhancements**
419- **Build Tools** - Add compatibility with Less 3.x **Thanks [@sciyoshi](https://github.com/sciyoshi)** [#52](https://github.com/fomantic/Fomantic-UI/pull/52)
420- **Icon** - Allow both rotated and flipped icons **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6460](https://github.com/Semantic-Org/Semantic-UI/issues/6460)
421- **Search** - Added new `noResultsHeader` option to change the no results message **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6442](https://github.com/Semantic-Org/Semantic-UI/issues/6442)
422- **Dropdown** - Added ability to add header items to dropdown menus when initializing with JavaScript **Thanks [@prudho](https://github.com/prudho)** [#6420](https://github.com/Semantic-Org/Semantic-UI/issues/6420)
423- **Dropdown** - Added `clearable` class to dropdown which adds a clear icon allowing the user to clear their selected item **Thanks [@prudho](https://github.com/prudho)** [#3635](https://github.com/Semantic-Org/Semantic-UI/issues/3635)
424
425**Bugs**
426- **Label** - Replaced :ActiveHover since it is not a valid selector **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#5908](https://github.com/Semantic-Org/Semanic-UI/issues/5908)
427- **Tab** - Fixed last tab not having bottom margin **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6461](https://github.com/Semantic-Org/Semantic-UI/issues/6461)
428- **Modal** - Fixed modals from closing when moving unreleased mouse click outside of the modal window **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6430](https://github.com/Semantic-Org/Semantic-UI/issues/6430)
429- **Modal** - Reverted "Add solve for dimmer to prevent modal scrolling in bg" change to fix scrolling modals on mobile devices **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6449](https://github.com/Semantic-Org/Semantic-UI/issues/6449)
430- **Modal** - Fixed absolutely positioned close icon inside modal on Safari **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6251](https://github.com/Semantic-Org/Semantic-UI/issues/6251)
431- **Dropdown** - Fixed searchable dropdown input that doesn't get focus on show **Thanks [@prudho](https://github.com/prudho)** [#39](https://github.com/fomantic/Fomantic-UI/pull/39)
432
433### Version 2.4.1 - June 20, 2018
434
435**Bugs**
436- **List** - Fixed selector typo for item:hover **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6436](https://github.com/Semantic-Org/Semantic-UI/issues/6436)
437- **Dropdown** - Fixed a performance issue which led to dropdowns with lots of items taking 20+ seconds to load **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#34](https://github.com/fomantic/Fomantic-UI/pull/34)
438
439### Version 2.4.0 - June 19, 2018
440
441**Enhancements**
442- **Segment** - Added basic segments variation **Thanks shadoWalker89** [#3801](https://github.com/Semantic-Org/Semantic-UI/issues/3801)
443- **Form** - Added ability to add required marker from the label itself **Thanks shadoWalker89** [#6345](https://github.com/Semantic-Org/Semantic-UI/issues/6345)
444- **Form Validation** - Added new option for whether to trim values before validation **Thanks [@prudho](https://github.com/prudho)** [#6237](https://github.com/Semantic-Org/Semantic-UI/issues/6237)
445- **Dropdown** - Added new `sortSelect` option to choose how to sort the dropdown items **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#4775](https://github.com/Semantic-Org/Semantic-UI/issues/4775)
446- **Dropdown** - Added `inverted` variation **Thanks [@hammy2899](https://github.com/hammy2899)** [#5276](https://github.com/Semantic-Org/Semantic-UI/issues/5276)
447- **Dropdown** - Added `hideDividers` option to hide dividers when search **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6173](https://github.com/Semantic-Org/Semantic-UI/issues/6173)
448- **Button** - Added `tertiary` button **Thanks [@w96k](https://github.com/w96k)** [#6229](https://github.com/Semantic-Org/Semantic-UI/issues/6229)
449- **Icon** - Added primary and secondary colors **Thanks [@sethmoore](https://github.com/sethmoore)** [#6310](https://github.com/Semantic-Org/Semantic-UI/pull/6310)
450- **Card** - Added primary and secondary colors **Thanks [@sethmoore](https://github.com/sethmoore)** [#6310](https://github.com/Semantic-Org/Semantic-UI/pull/6310)
451- **Header** - Added primary and secondary colors **Thanks [@sethmoore](https://github.com/sethmoore)** [#6310](https://github.com/Semantic-Org/Semantic-UI/pull/6310)
452
453**Bugs**
454- **Label** - Fixed basic label background bug introduced with new Semantic release **Thanks [@ColinFrick](https://github.com/ColinFrick)**
455- **Form** - Fixed incorrect CSS rule for placeholders on IE11 **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6363](https://github.com/Semantic-Org/Semantic-UI/issues/6363)
456- **Dropdown** - Fixed update text if action is active or combo **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6285](https://github.com/Semantic-Org/Semantic-UI/issues/6285)
457- **Dropdown** - Fixed items being selected if they have the same display name **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#5817](https://github.com/Semantic-Org/Semantic-UI/issues/5817)
458- **Dropdown** - Fluid dropdowns should now be fluid **Thanks [@shadoWalker89](https://github.com/shadoWalker89)** [#6204](https://github.com/Semantic-Org/Semantic-UI/pull/6204)
459- **Tab** - Fixed last tab in container having different margin **Thanks [@prudho](https://github.com/prudho)** [#5408](https://github.com/Semantic-Org/Semantic-UI/issues/5408)
460- **Table** - Fix priority for td .disabled class **Thanks [@prudho](https://github.com/prudho)** [#6311](https://github.com/Semantic-Org/Semantic-UI/issues/6311)
461
462
463The following changes where merged from a new Semantic-UI release
464
465**Enhancements**
466- **Modal** - Modal and Dimmer now prevent background page from scrolling on mobile or where touch events are present
467- **Button** - Add `inverted` and `inverted basic` variations for `primary` and `secondary` buttons **Thanks [@hammy2899](https://github.com/hammy2899)** [#6242](https://github.com/Semantic-Org/Semantic-UI/issues/6242)
468
469**Theming**
470- **Global** - Add `hover` `down` `active` and `focus` variables for `@invertedPrimaryColor` and `@invertedSecondaryColor`
471
472**Bugs**
473- **Dropdown** Fixed bug that could cause dropdown to recursively trigger network requests specifically when using `apiSettings` with a url that returns valid response but with no results when clicking directly on the `dropdown icon`. **Thanks [@vpeti](https://github.com/vpeti)** [#5231](https://github.com/Semantic-Org/Semantic-UI/issues/5231) [#5809](https://github.com/Semantic-Org/Semantic-UI/issues/5809)
474- **Statistics** - Fix issue where grouped statistics would have excess bottom margin if they are `:last-child`
475- **Label** - Fix `basic label` does not use `@basicBackground` variables **Thanks [@levithomson](https://github.com/levithomson)**
476- **Modal** - Modal will not refocus a field if field is already focused **Thanks [@nikolaybobrovskiy](https://github.com/nikolaybobrovskiy)** [#6301](https://github.com/Semantic-Org/Semantic-UI/issues/6301)
477- **Icon** - Fix `wechat icon` not displaying due to typo **Thanks [@alex-karo](https://github.com/alex-karo)** [#6429](https://github.com/Semantic-Org/Semantic-UI/issues/6429)
478
479### Version 2.3.2 - June 8, 2018
480
481**Bugs**
482- **State** - Added state.js module back (removed in cleanup). **Thanks [@prudho](https://github.com/prudho)** [#6323](https://github.com/Semantic-Org/Semantic-UI/issues/6323)
483- **List** - Fixed icon color inside labels within lists. **Thanks [@w96k](https://github.com/w96k)** [#5991](https://github.com/Semantic-Org/Semantic-UI/issues/5991)
484- **Dimmer** - Fixed dimmer closing when `closable` is false. **Thanks [@prudho](https://github.com/prudho)** [#5786](https://github.com/Semantic-Org/Semantic-UI/issues/5786)
485- **Flags** - Fixed Mayanmar / Burma flag. **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6400](https://github.com/Semantic-Org/Semantic-UI/issues/6400)
486- **Dropdown** - Fixed dropdown icon having different click behaviour on searchable dropdowns. **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#6404](https://github.com/Semantic-Org/Semantic-UI/issues/6404)
487- **Card** - Fixed `card` icon acting like cards. **Thanks [@w96k](https://github.com/w96k)**
488- **Button** - Fixed primary and secondary inverted buttons. **Thanks [@hammy2899](https://github.com/hammy2899)**
489
490### Version 2.3.1 - March 19, 2018
491
492> **A Special Message about Flex Modals**
493> There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a fix.
494
495> A general solution will most likely require branching code for IE11 which will disable flex (as IE11 doesnt correctly implement the latest spec for [absolute positioned flex containers](https://developers.google.com/web/updates/2016/06/absolute-positioned-children)).
496
497**Critical Bugs**
498- **Dropdown** - Fixed issue in `2.3.0` that could cause multiselect dropdowns initialized by converting `<select>` to not add initial selected options. [#6123](https://github.com/Semantic-Org/Semantic-UI/issues/6123)
499- **Search** - Fixes using category search with `fullTextSearch: 'exact'` **@Thanks @prudho** returning duplicate results [#6223](https://github.com/Semantic-Org/Semantic-UI/issues/6223) [#6221](https://github.com/Semantic-Org/Semantic-UI/issues/6221)
500- **Icon** - Fixes `centered` and `bordered` icons appearing incorrectly with FA5 **Thanks [@w96k](https://github.com/w96k)** [#6192](https://github.com/Semantic-Org/Semantic-UI/issues/6192)
501- **Icons** - Fixes missing aliases/incorrect icons from Font Awesome 5 port in `2.3.0` **Thanks hammy2899** [#6181](https://github.com/Semantic-Org/Semantic-UI/issues/6181) [#6175](https://github.com/Semantic-Org/Semantic-UI/issues/6175) [#6176](https://github.com/Semantic-Org/Semantic-UI/issues/6176) [#6174](https://github.com/Semantic-Org/Semantic-UI/issues/6174) [#6175](https://github.com/Semantic-Org/Semantic-UI/issues/6175)
502- **Icons** - Fixed issue where `link icon` were appearing incorrectly due to changes in icons [#6180](https://github.com/Semantic-Org/Semantic-UI/issues/6180)
503
504**Enhancements**
505- **Search** - Adds disabled variation **Thanks [@prudho](https://github.com/prudho)** [#6225](https://github.com/Semantic-Org/Semantic-UI/issues/6225)
506- **Form Validation** - Form can now return their validation prompt dynamically based on their current value. **Thanks [@xDaizu](https://github.com/xDaizu)** [#6016](https://github.com/Semantic-Org/Semantic-UI/issues/6016) [#3864](https://github.com/Semantic-Org/Semantic-UI/issues/3864)
507
508**Bugs**
509- **Dropdown** - Fixed `onChange` missing `text` from callback when dropdown is set to `action: 'select'` **Thanks [@martinduparc](https://github.com/martinduparc)** [#4183](https://github.com/Semantic-Org/Semantic-UI/issues/4183) [#4510](https://github.com/Semantic-Org/Semantic-UI/issues/4510)
510- **Icons** - Fixes some icons that were incorrectly named. **Thanks hammy2899** [#6181](https://github.com/Semantic-Org/Semantic-UI/issues/6181)
511- **Icons** - Added ability to choose whether solid, outline and brand icons should be included in your theme via the `@importSolidIcons`, `importRegularIcons` and `@importBrandIcons` variables **Thanks hammy2899**
512- **Icons** - Increased specifity on `fitted icon` to fix compatibility with other components [#6125](https://github.com/Semantic-Org/Semantic-UI/issues/6125)
513- **Visibility** - Fixed bug that could cause `onScreen` callback to not occur properly for elements that are taller than screen.
514- **Menu** - Fixes `disabled item` showing hover style for `secondary menu` **Thanks [@tcmal](https://github.com/tcmal)** [#6268](https://github.com/Semantic-Org/Semantic-UI/issues/6268)
515- **CSS Variables** - Added use of `@normal` for normal font weight for all non-default themes included in repo. [#6227](https://github.com/Semantic-Org/Semantic-UI/issues/6227)
516- **Image** - Fixes margin being applied twice to `ui images` [#6224](https://github.com/Semantic-Org/Semantic-UI/issues/6224)
517- **Reveal** - Fix `whitespace: nowrap;` applying to content inside `slide reveal` and `move reveal`
518
519**Docs**
520- Fixes CDN links in docs **Thanks [@KSH-code](https://github.com/KSH-code)**
521- Fixed issue where iframes may not load correctly in `/examples/theming.html` #6269
522
523### Version 2.3.0 - February 20, 2018
524
525**Major Enhancements**
526- **Icons** - Font Awesome 5 is now included in Semantic UI **Thanks [@hammy2899](https://github.com/hammy2899)** [#6085](https://github.com/Semantic-Org/Semantic-UI/issues/6085)
527
528- **Search** - Category search can now work with local search by adding a `category` property to any result and specifying `type: 'category'`
529
530```javascript
531 var categoryContent = [
532 { category: 'South America', title: 'Brazil' },
533 { category: 'South America', title: 'Peru' },
534 { category: 'North America', title: 'Canada' },
535 { category: 'Asia', title: 'South Korea' },
536 { category: 'Asia', title: 'Japan' },
537 { category: 'Asia', title: 'China' },
538 { category: 'Europe', title: 'Denmark' },
539 { category: 'Europe', title: 'England' },
540 { category: 'Europe', title: 'France' },
541 { category: 'Europe', title: 'Germany' },
542 { category: 'Africa', title: 'Ethiopia' },
543 { category: 'Africa', title: 'Nigeria' },
544 { category: 'Africa', title: 'Zimbabwe' },
545 ];
546 $('.ui.search')
547 .search({
548 type: 'category',
549 source: categoryContent
550 })
551 ;
552```
553
554- **Popup** - Popup can now position elements correctly even when they have a different offset context than their activating element. Like in [this example](https://jsfiddle.net/g853mc03/).
555
556- **Popup** - Popup will now align the center of the arrow (not the edge of the popup) when it would be reasonable (up to 2x arrow's offset from edge). [See this explanation](http://oi66.tinypic.com/2zr2ckk.jpg)
557
558To preserve functionality `movePopup` default has remained as `true` (moving the popup to the same offset context), however now setting `movePopup: false` should now always position correctly. Be sure to use `movePopup: true` to avoid issues with `ui popup` inside `menu`, `input` or other places where it may inherit rules from its activating element or its context.
559
560- **Transition** - Adds new `glow` transition for highlighting an element on the page, and `zoom` animation for scaling elements without opacity tween.
561
562- **Modal** - Modal has been rewritten to use `flexbox`. No need to call `refresh()` to recalculate vertical centering.
563
564- **Modal** - Modals now have a setting `centered` which can be used to disable vertical centering. This can be useful for modals with content that changes dynamically to prevent content from jumping in position.
565
566**Minor Enhancements**
567- **Theming** - Added global variables for reassigning `normal` and `bold` font weights for custom font stacks. **Thanks [@jaridmargolin](https://github.com/jaridmargolin)** [#6167](https://github.com/Semantic-Org/Semantic-UI/issues/6167)
568- **Search** - Category results now has `exact` setting matching dropdown for `fullTextSearch` preventing fuzzy search
569- **Search** - Category results will now responsively adjust `title` row if titles are long instead of forcing a title width
570- **Dimmer** - Dimmers now have centered content with a single wrapping `content` element.
571- **Modal** - You can now modify `closable` setting after init **Thanks [@mdehoog](https://github.com/mdehoog)** [#3396](https://github.com/Semantic-Org/Semantic-UI/issues/3396)
572- **Accordion** - Added `onChanging` callback for accordion that occurs before animation in both directions **Thanks [@GammeGames](https://github.com/GammeGames)** [#5892](https://github.com/Semantic-Org/Semantic-UI/pull/5892)
573
574**Tiny Enhancements**
575- **Popup** - `arrowBackground` now inherits from `background` [#6059](https://github.com/Semantic-Org/Semantic-UI/issues/6059) **Thanks [@devsli](https://github.com/devsli)**
576- **Popup** - Adds new variable `headerFontWeight`
577- **Search** - Search now has responsive styles for mobile to prevent results being large than page width.
578
579**Bugs**
580- **Modal** - Modal `autofocus` setting now checks to see if currently focused element is in modal, avoiding issues where focus could be set in `onVisible` or `onShow`
581- **Menu** - Fixes `big` and `huge` sizes being swapped in menu **Thanks [@jeremy091](https://github.com/jeremy091)** [#5902](https://github.com/Semantic-Org/Semantic-UI/issues/5902) [#5899](https://github.com/Semantic-Org/Semantic-UI/issues/5899)
582- **Table** - Fixes tr not having correct border on first row when using multiple `tbody` **Thanks [@Mlukman](https://github.com/Mlukman)** [#4458](https://github.com/Semantic-Org/Semantic-UI/issues/4458)
583- **Popup** - Popup will now use `content` specified in settings before `title` attribute [#4614](https://github.com/Semantic-Org/Semantic-UI/issues/4614) **Thanks [@aaronbhansen](https://github.com/aaronbhansen)**
584- **Form Validation** - Fixes bug where `on: 'change'` would still show validation prompts on `blur` when using `inline: true` [#4423](https://github.com/Semantic-Org/Semantic-UI/issues/4423) **Thanks [@avalanche1](https://github.com/avalanche1)**
585- **Dimmer** - Fixes issue with `inverted dimmer` with `content` having wrong text color **Thanks [@rijk](https://github.com/rijk)** [#4631](https://github.com/Semantic-Org/Semantic-UI/issues/4631)
586- **Images / Transition** - Fixed issue where `ui images` would show nested images with `transition hidden` as block (Fixes sequential img animation demo in docs)
587
588**Doc Updates**
589- **Icons** - Icon documentation now has a search that will copy the relevent icon html to clipboard
590- **Icons** - Icon documentation now lists publicly all icon aliases
591
592**Doc Bugs**
593- **UI Examples** - Fixe some improper html in UI examples included with repo [#6127](https://github.com/Semantic-Org/Semantic-UI/issues/6127) **Thanks [@perdian](https://github.com/perdian)**
594- **Admin** - Fixes bug in admin script that caused leaked global vars **Thanks [@esbena](https://github.com/esbena)** [#6136](https://github.com/Semantic-Org/Semantic-UI/issues/6136)
595
596### Version 2.2.14 - January 29, 2018
597
598**Critical Bugs**
599- **Form** - Fixes issue where radio checkbox would not return correct value from `get values` **Thanks [@tincdev](https://github.com/tincdev)** [#5713](https://github.com/Semantic-Org/Semantic-UI/issues/5713) [#6043](https://github.com/Semantic-Org/Semantic-UI/issues/6043)
600- **Modal** - Fixes issue where an oversized modal would appear behind an existing modal when using `allowMultiple: true` and a second modal that is larger than the screen height. [#2423](https://github.com/Semantic-Org/Semantic-UI/issues/2423)
601
602**Enhancements**
603- **Button** - YouTube's red color now matches their current brand guidelines **Thanks [@hammy2899](https://github.com/hammy2899)** [#6110](https://github.com/Semantic-Org/Semantic-UI/issues/6110)
604- **Flag** - Adds missing flag for England **Thanks [@zyzniewski](https://github.com/zyzniewski)** [#5944](https://github.com/Semantic-Org/Semantic-UI/issues/5944)
605- **Reveal** - `ribbon label` can now work with `reveal` [#5681](https://github.com/Semantic-Org/Semantic-UI/issues/5681)
606- **Dropdown** - Added new setting `ignoreCase` (defaults to false) that will prevent values from being added that match existing values (case insensitive). This is particularly useful when using allowAdditions for tagging to not allow case insensitive matches.
607- **Site** - Site theme now includes `@customScrollbarHeight` and specifies a default horizontal scrollbar height **Thanks [@jayphelps](https://github.com/jayphelps)** [#5749](https://github.com/Semantic-Org/Semantic-UI/issues/5749)
608
609**Bugs**
610- **Checkbox** - Fixes issue where `toggle checkbox` box shadow was missing **Thanks [@banandrew](https://github.com/banandrew)** [#5096](https://github.com/Semantic-Org/Semantic-UI/issues/5096)
611- **Dropdown** - Fixed issue where dropdowns could incorrectly open upward and leftward opening when using `context` setting due to an incorrect offset calculation. **Thanks [@dannyBies](https://github.com/dannyBies)** [#5974](https://github.com/Semantic-Org/Semantic-UI/issues/5974) [#5366](https://github.com/Semantic-Org/Semantic-UI/issues/5366)
612- **Form Validation** - Fixed issue where default prompts for `contain` and `doesntContain` rules were swapped. **Thanks [@xiongyu-git](https://github.com/xiongyu-git)** [#5530](https://github.com/Semantic-Org/Semantic-UI/issues/5530)
613- **Visibility** - Fixes issue where `bottomPassed` and `topPassed` would not fire under some conditions
614- **Dropdown** - Fixes issue where dropdowns might accidentally animate closed two times when quickly tabbing through fields
615- **Popup** - Fixed an error which could cause popup not to move to right offset context when using a different target setting.
616- **Dropdown** - Fixed issue where using `ui input` in a dropdown menu could cause the input to be too wide in some cases **Thanks [@banandrew](https://github.com/banandrew)** [#5085](https://github.com/Semantic-Org/Semantic-UI/issues/5085)
617- **Menu / Popup** - Fixed issue where `inverted menu` rules would cause popup inside a menu to have incorrect link styling in `link list` **Thanks [@banandrew](https://github.com/banandrew)** [#5585](https://github.com/Semantic-Org/Semantic-UI/issues/5585) [#5603](https://github.com/Semantic-Org/Semantic-UI/issues/5603)
618- **CSS Build** - Fixed issue where package `gulp-clone` was only set to use > `1.0` causing issues with gulp builds due to upstream error [#6067](https://github.com/Semantic-Org/Semantic-UI/issues/6067)
619
620### Version 2.2.13 - August 07, 2017
621
622**Hotfix** (2)
623- **Install** - Some interactive install script issues may be fixed. Forked `gulp-prompt` plugin to allow for updated `inquirer` version
624- **Build Tools** - Fixes typo causing fix for build tools to fail [#5391](https://github.com/Semantic-Org/Semantic-UI/issues/5391)
625
626### Version 2.2.12 - August 07, 2017
627
628**Major Enhancements** (1)
629- **Dropdown** - Dropdown can now have `values` specified in javascript when initializing.This should simplify cases where dropdown contents are contingent on other fields, for example listing sub categories. You can see some [examples here](https://jsfiddle.net/Lb7c5dkz/) and in the [usage section of dropdown docs](https://www.semantic-ui.com/modules/dropdown.html#initializing-with-javascript-only)
630
631**Critical Bugs** (3)
632- **Dropdown** - Fixed regression that caused sub menu `dropdown` inside `ui menu` to always appear on left edge of dropdown introduced `2.2.11` [#5542](https://github.com/Semantic-Org/Semantic-UI/issues/5542)
633- **Popup** - Fixed a regression with `popup` in `2.2.11` that caused popups to appear out of place in some cases due to incorrect calculation of `offsetParent` [#5549](https://github.com/Semantic-Org/Semantic-UI/issues/5549) [#5597](https://github.com/Semantic-Org/Semantic-UI/issues/5597) [#5590](https://github.com/Semantic-Org/Semantic-UI/issues/5590)
634- **Build Tools** - Fixes issue with deprecated uglify setting that could cause build tools to fail with the following error:
635
636```bash
637GulpUglifyError: unable to minify JavaScript
638Caused by: DefaultsError: `preserveComments` is not a supported option
639```
640
641**Enhancements** (2)
642- **Dropdown** - Dropdown mutation observers now watch to see if the entire `<select>` DOM node is replaced with a different select, and not just if new `<option>` are added
643- **Modal** - Modal will now take into account absolutely positioned elements inside a modal when determining if scrolling is necessary. [#5578](https://github.com/Semantic-Org/Semantic-UI/issues/5578) **Thanks [@lulalala](https://github.com/lulalala)**
644
645**Bugs** (4)
646- **Dropdown** - Fixed an issue where css rule for `focused default text` was not being applied for multiselects [#5633](https://github.com/Semantic-Org/Semantic-UI/issues/5633)
647- **Dropdown** - Calling dropdown methods on `<select>` will now work when using `setting` behavior to set settings after load [#3744](https://github.com/Semantic-Org/Semantic-UI/issues/3744)
648- **Header** - Fixes vertical alignment
649- **Header/List** - Fixes issue where icons appear slightly offset with text due to line-height offset fixes no longer being necessary in modern browsers.
650- **Modal** - Fixes issue where init order matters when multiple modals are shown at same time and `allowMultiple: true` is used [#5559](https://github.com/Semantic-Org/Semantic-UI/issues/5559)
651
652
653### Version 2.2.11 - July 11, 2017
654
655**Critical Bugs** (5)
656- **Dropdown** - Fixed issue where using `down` key to re-open dropdown when using `search selection dropdown` would start at the top element instead of jumping to selected element [#4506](https://github.com/Semantic-Org/Semantic-UI/issues/4506)
657- **Modal** - Using multiple modals with different `inverted` `blurring` or `closable` settings will now function normally in all cases [#4368](https://github.com/Semantic-Org/Semantic-UI/issues/4368)
658- **Modal** - Fixed issue where modal `refresh` was being called on modals even if they are hidden, causing display issues when multiple modals are shown. **Thanks [@p2kmgcl](https://github.com/p2kmgcl)** [#5319](https://github.com/Semantic-Org/Semantic-UI/issues/5319)
659- **Form Validation** - Fixed issue where radio was not being included in `onFailure` values if not set [#5064](https://github.com/Semantic-Org/Semantic-UI/issues/5064)
660- **Sticky** - Fix issue where sticky would cause page to shift when `context` height was determined by sticky's height in `position: static;` [#3430](https://github.com/Semantic-Org/Semantic-UI/issues/3430)
661
662**New Features** (6)
663- **Dropdown** - Dropdowns will automatically detect when they are offscreen to the right and will open leftward instead **Thanks [@Graveheart](https://github.com/Graveheart)** [#4211](https://github.com/Semantic-Org/Semantic-UI/issues/4211)
664- **Form Validation** - Added `add rule` `add field`, `remove rule`, `remove field` to programmatically and and remove validation rules from form validation [#4267](https://github.com/Semantic-Org/Semantic-UI/issues/4267) [#5253](https://github.com/Semantic-Org/Semantic-UI/issues/5253)
665- **Site** - Site now includes custom styles for in-page UI scrollbars (but not actual page scrollbar) by default in WebKit/Chrome. Components with inverted content like dimmer include an inverted scrollbar. You can disable this by setting `@useCustomScrollbars: false` in your `site.variables`
666- **Modal** - Adds new `scrolling content` variation to have a modal with content that scrolls
667- **Sticky** - Sticky now includes a new setting `setSize` to determine whether it should set content size on stick to the size before sticking (fixed content uses different positioning system) [#4360](https://github.com/Semantic-Org/Semantic-UI/issues/4360)
668- **Reset** - Upgrades to [normalize.css 7.0](https://necolas.github.io/normalize.css/) **Thanks [@ivantcholakov](https://github.com/ivantcholakov)** [#4647](https://github.com/Semantic-Org/Semantic-UI/issues/4647)
669- **Modal** - Adds `tiny` and `mini` sized modals **Thanks [@Banandrew](https://github.com/Banandrew)** [#5123](https://github.com/Semantic-Org/Semantic-UI/issues/5123)
670- **Steps** - Steps now include an `unstackable` variation **Thanks [@TemaSM](https://github.com/TemaSM)** [#3714](https://github.com/Semantic-Org/Semantic-UI/issues/3714)
671
672**Enhancements** (4)
673- **Build Tools** - All Gulp/NPM dependencies have been updated to their latest versions
674- **Dropdown** - Improved spacing on `image` inside `menu item` and for selected `text`
675- **Popup** - Added `bind clickaway` `bind touch close` `bind close on scroll` behaviors to make it easier for `on: 'manual'` popup to specify behavior
676- **Popup** - Separated className setting for `visible` into `visible` and `popupVisible`, this way you can remove visible indication on activating element without modifying popup visibility.
677
678**Bug Fixes** (19)
679- **Table**- Fix inverted table header color not applying properly to `sortable table` **Thanks [@Banandrew](https://github.com/Banandrew)** [#5303](https://github.com/Semantic-Org/Semantic-UI/issues/5303)
680- **Dimmer** - Changing closable or inverted settings dynamically with `setting` will now modify settings correctly on next show/hide without re-initialization
681- **Dropdown** - Fix dropdown arrow being slightly off center due to em calculation being incorrect due to differences in relative em
682- **Dropdown** - Fix `loading dropdown` icon position being slightly offset
683- **Dropdown** - Fixed issue where `search selection dropdown` would reset list to top after selection when re-opening dropdown [#4506](https://github.com/Semantic-Org/Semantic-UI/issues/4506)
684- **Icon** - Changed `content icon` to use an existing alias `sidebar icon`, as it is most common use case and prevents naming collisions with `content` of elements **Thanks [@philrykoff](https://github.com/philrykoff)** [#4574](https://github.com/Semantic-Org/Semantic-UI/issues/4574)
685- **Sidebar** - Removed use of `ios` browser detection, and use of `-webkit-overflow-scrolling: touch;`. iOS no longer has sizing issues when displaying sidebar content in latest iOS.
686- **Search** - Fixed issue where `searchDelay` could cause results to appear after search had lost focus.
687- **Sticky** - Fixed edge case where using `offset` setting, sticky element would not internally scroll if the rail contents (without the offset setting) would fit on screen
688- **Popup** - Fixed bug where `supports svg` was not working correctly due to incorrect comparison to `undefined` **Thanks [@mathiasrw](https://github.com/mathiasrw)** [#4544](https://github.com/Semantic-Org/Semantic-UI/issues/4544)
689- **Input** - Fix issue where transparent input had a border radius and could cut off descendors [#5281](https://github.com/Semantic-Org/Semantic-UI/issues/5281)
690- **Input** - Fixes disabled style being applied twice on input **Thanks [@levithomason](https://github.com/levithomason)** [#5284](https://github.com/Semantic-Org/Semantic-UI/issues/5284)
691- **Message** - Fix issue with `compact icon message` not appearing compact [#4759](https://github.com/Semantic-Org/Semantic-UI/issues/4759)
692- **Menu** - Fixed issue where `left menu` and `right menu` did not display correctly in `stackable menu` on mobile **Thanks [@BleuDiamant](https://github.com/BleuDiamant) and [@Traverse](https://github.com/BleuDiamant)** [#3604](https://github.com/Semantic-Org/Semantic-UI/issues/3604) [#5116](https://github.com/Semantic-Org/Semantic-UI/issues/5116)
693- **Menu** - Fixed issue where `(x) item attached menu` was off by 1 pixel due to a css inheritance issue [#4248](https://github.com/Semantic-Org/Semantic-UI/issues/4248)
694- **Popup** - Fixed issue where popup would incorrectly add itself to the wrong offset context when using `popup` and `target` setting together in cases where the `target` has a different `offsetParent` than the activating element.
695- **Segment** - Fixed issue where using colored segment e.g. `red segment` inside `segments` would not work when `:first-child` [#4013](https://github.com/Semantic-Org/Semantic-UI/issues/4013)
696- **Sticky** - Fixed an issue where `ui sticky` used with a percentage based width would not resize properly if the content size of container changed when "stuck" [#4360](https://github.com/Semantic-Org/Semantic-UI/issues/4360)
697- **Dimmer** - Fixed typo causing body dimmer to add unnecessary `position: relative;` **Thanks [@jinyangzhen](https://github.com/jinyangzhen)** [#4707](https://github.com/Semantic-Org/Semantic-UI/issues/4707)
698
699**Doc Fixes** (3)
700- **Form** - Updated docs to include new examples of adding/removing validation rules
701- **API** - Clarified in docs that all AJAX parameters can be passed to API
702- **Form Validation** - Added undocumented `add prompt` to list of behaviors
703
704### Version 2.2.10 - March 28, 2017
705
706**Critical Bugs**
707- **Dropdown** - Fix search input inside dropdown menu causing dropdown to close before selection when selecting an item #5113
708- **Dropdown** - (IE11 Only) Fixed issue where dropdown re-opens immediately after closing when using a `search` inside menu. #4237
709
710**Bugs**
711- **Button** - Fixes `@basicActiveBoxShadow` being used incorrectly in basic button variables
712- **Visibility** - Visibility events now fire correctly when using `context` other than body that has `overflow-x` or `overflow-y` set to `auto` or `scroll`
713- **Dropdown** - Fixes an issue where dropdown would not correctly open `upward` at bottom edge of the screen when using a `context` with `overflow-x` or `overflow-y` set to `auto`
714- **Modal** - `onDeny` and `onApprove` callbacks can no longer occur multiple times if you rapidly click a approve/deny button in a. #4479
715
716**Enhancements**
717-**Form** - Credit card validation now no longer fails validation with dashed credit card values #5122 **Thanks [@neokio](https://github.com/neokio)**
718
719**Bugs**
720- **Visibility** - Fixed bug where using visibility with `context` setting on a scrollable context (with overflow) would cause callbacks to fire incorrectly
721- **Visibility** - Fixed bug where `top passed` and `bottom passed` would appear as incorrect values if using settings from `get element calculations` when element is off screen.
722
723### Version 2.2.9 - February 21, 2017
724
725**Build Tools**
726- Fixes `2.2.8` npm install script failing due to incorrect path in `require` statement
727
728### Version 2.2.8 - February 21, 2017
729
730### Important Note
731> Some quirks have been resolved that may cause changes for upgrading users who were expecting these behaviors
732
733#### Form Validation
734If you are using form validation, previous to `2.2.8` calling `is valid` would trigger UI updates. This behavior now **no longer triggers UI updates**, and will only return a `boolean` whether form is valid.
735
736To trigger UI updates you can call `validate form`. Additional form behaviors have been added as well. [See the new documentation on programmatic validation](http://semantic-ui.com/behaviors/form.html#validating-programmatically) for more examples.
737
738#### Dropdown
739`multiple selection dropdown` no longer automatically adds the currently selected value when you "alt-tab" or blur the field, even when `forceSelection: true` is set.
740
741-------------------------------------------------------
742
743**Major Enhancements**
744- **Icons** - Updates Font Awesome to `4.7.0` **Always the man @BreadMaker** [#4766](https://github.com/Semantic-Org/Semantic-UI/pull/4766)
745- **Dropdown** - Added new setting `filterRemoteData`, when set to `true` API will be expected to return the complete result set, which will then be filtered clientside to only display matching results. **Thanks [@enix223](https://github.com/enix223)** [#4815](https://github.com/Semantic-Org/Semantic-UI/pull/4815)
746- **Dropdown** - Fixed issue where using some usage of special characters like `\` could cause dropdowns to not work. [#4688](https://github.com/Semantic-Org/Semantic-UI/pull/4688) [#4692](https://github.com/Semantic-Org/Semantic-UI/pull/4692)
747- **Tab** - Added setting `loadOnce`, which when enabled only calls remote endpoint for tab data on first load and leaves the DOM undisturbed afterwards. [#2534](https://github.com/Semantic-Org/Semantic-UI/pull/2534)
748
749**Critical Bugs**
750- **Dropdown** - `forceSelection` setting will no longer cause highlighted value in multiselect to be selected on blur when using a `multiple selection dropdown` [#4041](https://github.com/Semantic-Org/Semantic-UI/pull/4041) [#4516](https://github.com/Semantic-Org/Semantic-UI/pull/4516)
751- **Dropdown** - Dropdown using search input inside of menu are now tabbable [#4490](https://github.com/Semantic-Org/Semantic-UI/pull/4490)
752- **Search** - Fixes issue where empty results message can still appear when using setting `showNoResults: false` [#4616](https://github.com/Semantic-Org/Semantic-UI/pull/4616)
753- **Sidebar** - Fixed bug where sidebar in `iOS` would show incorrect background when opening sidebar if page is less than 100% height [#4264](https://github.com/Semantic-Org/Semantic-UI/pull/4264)
754
755**Critical Doc Fixes**
756- **Visibility** - Added documentation for `onOnscreen` and `onOffScreen`, two very important callbacks that occur when an element is or isn't in currently scrolled view.
757
758**Enhancements**
759- **Items** - Added `unstackable` variation to prevent items from stacking on mobile [#2901](https://github.com/Semantic-Org/Semantic-UI/pull/2901)
760- **Search** - Added new parameter `callback` to behaviors `query`, `show results`, `hide results`, and `search remote` to allow a function to be called after completion.
761- **Form Validation** - Rules now properly supports identifiers with special characters like brackets, e.g. `name="user[name]"` **Thanks [@mzygmunt](https://github.com/mzygmunt)** [#4163](https://github.com/Semantic-Org/Semantic-UI/pull/4163)
762- **Search** - `esc` key now hides results and prevents them from being displayed again until form field is blurred
763
764**Build Tools**
765- **NPM** - Removed dependency on tarball, packaged new patched WrenchJS under Semantic-org [as a new package](http://github.com/semantic-org/wrench-js).
766
767**Bugs**
768- **Button** - Fixed issue where css specificity caused `icon buttons` to not center correctly [#4487](https://github.com/Semantic-Org/Semantic-UI/pull/4487)
769- **Dropdown** - Fixed bug where clicking on a dropdown's `dropdown icon` when using remote data would not open menu [#4041](https://github.com/Semantic-Org/Semantic-UI/pull/4041)
770- **Dropdown/Search/Checkbox** - Removes use of deprecated `dispatchEvent` DOM APIs for generating simulated events
771- **Dropdown** - Fixes issue where `left pointing dropdown` and `right pointing dropdown` appear styled incorrectly when opening `upward` [#4896](https://github.com/Semantic-Org/Semantic-UI/pull/4896)
772- **Dropdown** - Fixed issue where using `fullTextSearch: 'exact'` would still fuzzy search on value **Thanks [@ rminnett](https://github.com/ rminnett)** [#4651](https://github.com/Semantic-Org/Semantic-UI/pull/4651) [#3424](https://github.com/Semantic-Org/Semantic-UI/pull/3424)
773- **Dropdown** - Fix bug where `scrolling menu` or `scrolling dropdown` would have excessive right padding by removing scrollbar width from calculation (no longer necessary in modern browsers)
774- **Comments** - `small`, `large` and other comment sizes now default to global size variables.
775- **Dropdown** - Fixed issue where `selectOnKeydown` with `html` content would cause only non html content to display in `text` until blur
776- **Form Validation** - Fixes issue where decimal validation would allow multiple `.` in value
777- **Form Validation** - Fixes js error caused by revalidating inputs without validation rules [#4497](https://github.com/Semantic-Org/Semantic-UI/pull/4497) [#4547](https://github.com/Semantic-Org/Semantic-UI/pull/4457) **Thanks [@cbxp](https://github.com/cbxp)**
778- **Header** - Fixed issue where using `image icon` or `image outline icon` would cause incorrect display within `ui header` due to namespace collision with `ui image` [#4145](https://github.com/Semantic-Org/Semantic-UI/pull/4145)
779- **Input/Dropdown** - Fixed rounding error causing vertical alignment of `dropdown`, `search`, `input` to sometimes appear off by 1 pixel [#4279](https://github.com/Semantic-Org/Semantic-UI/pull/4279)
780- **Segment** - Fixed `padded vertical segment` `very padded vertical segment` mistakenly receives horizontal padding [#3012](https://github.com/Semantic-Org/Semantic-UI/pull/3012)
781- **Visibility** - Images that use `$('img').visibility({ type: 'image'})` will no longer animate a second time if re-initialized.
782- **Form Validation** - Fixed issue where using bracketed values, or other special characters could cause errors with selectors [#4163](https://github.com/Semantic-Org/Semantic-UI/pull/4163) [#4164](https://github.com/Semantic-Org/Semantic-UI/pull/4164)
783
784**Documentation**
785- **Comments** - Added missing `size` variations to comments docs [#4450](https://github.com/Semantic-Org/Semantic-UI/pull/4450)
786- **Typos** - Thanks to everyone who has submitted typo/grammatical PRs, much appreciated
787
788### Version 2.2.7 - December 21, 2016
789
790**Build Tools**
791- **Autoinstall** - Fixes issue where `autoinstall: true` was not copying build files during `npm install` **Thanks [@AnsonT](https://github.com/AnsonT)** [#4430](https://github.com/Semantic-Org/Semantic-UI/pull/4430)
792- **Dependencies** - Updates build dependencies
793
794### Version 2.2.6 - October, 27, 2016
795
796**Bugs**
797-**Tab** - Hotfix for accidental use of ES6 `let`
798
799### Version 2.2.5 - October, 27, 2016
800
801**Bugs**
802- **Search** - Fixed issue where pressing "up" key when no results selected would cause bottom result to be selected
803- **Search** - Fixed issue where input may attempt to refocus when search element is immediately removed from browser's DOM after a result is clicked.
804- **Flat Theme** - Fixes inverted input color
805
806**Enhancements**
807- **Tab** - Added new tab cache type `DOM` which preserves the final DOM state after scripts rendering. This can be used to avoid re-running returned `<script>` tags on each cached read #2534
808- **Checkbox** - Adds additional variables for styling toggle checkbox on/off state
809- **Sticky** - Adds `container` setting. This can be used to specify the offsetParent of the sticky element and avoid having to calculate on initialization (improving performance)
810- **Progress** - Progress now includes transitionEnd failback for progress bar animations, this will prevent labels from continuing to be updated if the `transitionEnd` css callback does not fire correctly
811- **Transition** - You can now specify `data-display` to specify the final display state for an animation in cases that it is detected incorrectly (you can also pass in as a setting)
812
813### Version 2.2.4 - August 25, 2016
814
815**Critical Bug**
816- **Search** - Fixed issue where keyboard navigation for search was broken in `2.2.3` due to regression [#4469](https://github.com/Semantic-Org/Semantic-UI/issues/4469)
817
818**Bugs**
819- **Build Tools** - Removed unnecessary `gulp-minify-css` package from deps [#4463](https://github.com/Semantic-Org/Semantic-UI/issues/4463)
820
821**Enhancements**
822- **Message** - Added additional variables for `@padding`
823
824### Version 2.2.3 - August 21, 2016
825
826**Enhancements**
827- **Form Validation** - Bracketed notation can now be omitted for rules, instead passing in bracketed values with the `value` parameter [#3313](https://github.com/Semantic-Org/Semantic-UI/issues/3313)
828- **Dropdown** - Using `search selection` with `selectOnKeydown` will now highlight the partial search matching the currently keyboard selected value
829- **Modal** - Modal now includes setting to enable/disable keyboard shortcuts
830- **Modal** - Modal will now focus first tabable element, not just `input` [#4370](https://github.com/Semantic-Org/Semantic-UI/issues/4370)
831
832**Bugs**
833- **Comments** - Adds missing sizes (mini, tiny etc) **Thanks [@ilanus](https://github.com/ilanus)** [#4408](https://github.com/Semantic-Org/Semantic-UI/issues/4408)
834- **NPM** - Fixed `package.json` to allow either jQuery `2.x` or `3.x` [#4254](https://github.com/Semantic-Org/Semantic-UI/issues/4254)
835- **Button/Dropdown** - Fixed issue where `ui dropdown button` could have incorrect spacing for dropdown icon **Thanks [@ilanus](https://github.com/ilanus)** [#4408](https://github.com/Semantic-Org/Semantic-UI/issues/4408)
836- **Form/Segment** - Fix typo causing `pointer-events: none` no to work on `loading segment` and `loading form` **Thanks [@YamiOdymel](https://github.com/YamiOdymel) and [@ilanus](https://github.com/ilanus)** [#4403](https://github.com/Semantic-Org/Semantic-UI/issues/4403)
837- **Icon** - `icons` can now receive `link` styling **Thanks [@tbracken](https://github.com/tbracken)** [#4399](https://github.com/Semantic-Org/Semantic-UI/issues/4399)
838- **Button** - Fixed `vertical buttons` with only 1 button having incorrect border radius **Thanks [@Denhai](https://github.com/Denhai)** [#4107](https://github.com/Semantic-Org/Semantic-UI/issues/4107)
839- **Grid** - Fixed issue where `(x) aligned column` inside a `(x) aligned row` would not properly apply the `column` alignment
840- **Form** - Fixed issue where `disabled fields` with radio inputs would not correctly dim the label **Thanks [@louwers](https://github.com/louwers)** [#4366](https://github.com/Semantic-Org/Semantic-UI/issues/4366)
841- **Menu** - Fixed issue where `dropdown` in `vertical menu` would not correctly open `upward` when no space below **Thanks [@gdaunton](https://github.com/gdaunton)** [#4150 [#4156](https://github.com/Semantic-Org/Semantic-UI/issues/4156)
842- **Dropdown** - Using `search selection with `selectOnKeydown` and text content that includes html, will not apply html content (like images) to the text until dropdown blur, making sure that content can align correctly with the partial search content of the search input (which cannot include HTML)
843- **Dropdown** - Fixed issue where dropdown `clear` would not remove active state when `useLabels: true` and multiple dropdown **Thanks vinh123456789** [#4275](https://github.com/Semantic-Org/Semantic-UI/issues/4275) [#4366](https://github.com/Semantic-Org/Semantic-UI/issues/89**)
844- **Dropdown** - `dropdown icon` no longer relies on stopping event propagation. This means using the dropdown icon will now cause other dropdowns to correctly hide. [#3998](https://github.com/Semantic-Org/Semantic-UI/issues/3998)
845- **Dropdown** - Fixes `action: select` not working correctly since `2.2` due to incorrect use of new function signature. [#4183](https://github.com/Semantic-Org/Semantic-UI/issues/4183)
846- **Dropdown** - Fixed typo causing selectObserver mutation observer not to disconnect **Thanks [@Paklausk](https://github.com/Paklausk)** [#4311](https://github.com/Semantic-Org/Semantic-UI/issues/4311)
847- **Icon** - Fixed missing `dribbble` icon due to incorrect count of "b" (should be 3). [#4185](https://github.com/Semantic-Org/Semantic-UI/issues/4185)
848- **Icon** - Fixes `grab icon` and `television icon` not appearing correctly [#4178](https://github.com/Semantic-Org/Semantic-UI/issues/4178)
849- **Form** - `input` styles now apply to `type="file"` **Thanks [@coldfire79](https://github.com/coldfire79)** [#4074](https://github.com/Semantic-Org/Semantic-UI/issues/4074)
850- **Popup/Menu** - Fixed issue where popup would not appear correctly when nested in menu in some ways.
851- **Icon** - Fixes `talk` icon not working correctly **Thanks [@anantogosh](https://github.com/anantogosh)** [#4354](https://github.com/Semantic-Org/Semantic-UI/issues/4354)
852- **Transition** - Removed unreachable code **Thanks [@basarat](https://github.com/basarat)** [#4225](https://github.com/Semantic-Org/Semantic-UI/issues/4225)
853- **Grid** - Fixed alignment in `centered justified grid** **Thanks [@bretto36](https://github.com/bretto36)** [#4224](https://github.com/Semantic-Org/Semantic-UI/issues/4224)
854- **Popup** - Fixed issue where `observeChanges: false` setting in popup would not prevent mutation observers
855
856**Docs**
857- **Icons** - Fixed some duplicate icons (External) and mispelled icons (Dribbble)
858- **Popup** - Fixed popup in menu example
859
860**Themes**
861- **Material** - Fixed paths to `Roboto` google font to use `https` **Thanks [@AndyR207](https://github.com/AndyR207)** [#4051](https://github.com/Semantic-Org/Semantic-UI/issues/4051)
862
863### Version 2.2.2 - July 07, 2016
864
865**Bugs**
866- **Shape** - Fixed issue where shape was animating incorrectly when using jQuery 3.0, due to secret changes in how `width` are calculated on elements with `transform`
867- **Dropdown** - Fixed "pointer" cursor appearing in hitbox above search input in `search selection`, now all input area will appear with "text" input cursor
868- **Dimmer/Modal** - Fixed a bug which could cause a modal's dimmer to not obey `inverted: true` or `blurring: true` when initializing modals with *then afterwards* without either setting.
869
870### Version 2.2.1 - June 27, 2016
871
872**Bugs**
873- **Dropdown** - Fixed issue where using both `<select>` and `allowAdditions: true` would cause dropdown selection to fail
874
875### Version 2.2.0 - June 26, 2016
876
877**Project Features**
878- **jQuery** - Semantic UI is now fully compatible with jQuery `3.0`
879- **Webpack** - All css is now webpack-compatible
880- **NPM** - NPM dependencies have all been updated to latest stable releases
881
882**New UI Features**
883- **All UI** - Added new setting `silent` to all modules which allows you to disable all console output including errors. This can be useful for preventing known errors, like a popup which cannot place itself on screen, or `sticky` content which initializes before it is visible [#3713](https://github.com/Semantic-Org/Semantic-UI/issues/3713)
884- **All UI** - All UI now include _all_ sizing variations, `mini`, `tiny`, `small`, `large`, `big`, `huge`, `massive`. Headers remain with only 5 sizes `small-huge` to match `H1-H5`
885- **All UI** - Components that use event handlers on `document`, `body`, or a `settings.context` now all use DOM mutation observers to detect removal and prevent memory leaks
886- **Button** - Added compatibility with `primary` `secondary` `positive` `negative` buttons with the `basic` styling variation. [#3756](https://github.com/Semantic-Org/Semantic-UI/issues/3756)
887- **Card** - Added `raised` card variation **Thanks [@yordis](https://github.com/yordis)** [#2955](https://github.com/Semantic-Org/Semantic-UI/issues/2955)
888- **Dropdown** - All dropdowns, not just `selection dropdown`, will now select the first `menu item` that starts with a pressed keyboard key, for example "N" will select "New"
889- **Dropdown** - Dropdown now changes user selection on keyboard shortcuts immediately, this will save the extra `enter` key press to confirm selection in most cases. To enable previous pre `2.2` selection style use the setting `selectOnKeydown: false`
890- **Dropdown** - Dropdown will now automatically focus on `search` inside of a dropdown menu after it is opened.
891- **Dropdown** - Multiple select dropdown now sizes current dropdown input based on rendered width of a hidden element, not using an estimate based on character count. This means search will never break to a second line earlier than would normally fit in current line.
892- **Icons** - Icons now use the latest Font Awesome `4.6.3` Icons. 80+ new icons+ are included. Thanks @BreadMaker for the PR and @davegandy for the font!
893- **Popup** - Added new `tooltip` popup type that works without javascript. Tooltips can specify positioning and some variations using `data` attributes, and will handle positioning automatically with CSS only.
894- **Progress** - Progress now uses a polling interval for updates. Rapidly updating the progress bar over a period quicker than the animation duration (for example with xhr `onprogress` events say every 50ms) will now appear smooth as butter.
895- **Table** - `definition table` now includes additional class names for forcing, or ignoring definition cell styles
896
897**New Settings**
898- **Build Tools** - Added new `autoInstall` option to allow for Semantic to be installed without user interaction. See [docs explanation](http://www.semantic-ui.com/introduction/advanced-usage.html[#Auto](https://github.com/Semantic-Org/Semantic-UI/issues/Auto)-Install) for how to use. [#3616](https://github.com/Semantic-Org/Semantic-UI/issues/3616) **Thanks [@algorithme](https://github.com/algorithme)**
899- **Dropdown** - Added `fullSearchSearch: 'exact'` setting, which requires exact matches for dropdown values [#3085](https://github.com/Semantic-Org/Semantic-UI/issues/3085) [#3994](https://github.com/Semantic-Org/Semantic-UI/issues/3994) **Thanks [@ShawnCholeva](https://github.com/ShawnCholeva)**
900- **Dropdown** - Added new setting for search selection `hideAdditions` this will remove showing user additions inside the menu, making for a more intuitive adding process. Dropdowns now have a new state `empty` which will format an active dropdown with empty results. [#3791](https://github.com/Semantic-Org/Semantic-UI/issues/3791)
901- **Dropdown** - Adds new `allowReselection` option to trigger `onChange` events even when reselecting same value
902- **Dropdown** - Adds new setting `minCharacters` which sets the minimum number of characters required to start filtering results [#3886](https://github.com/Semantic-Org/Semantic-UI/issues/3886)
903
904- **Form Validation** - Added `depends` validation rule setting which will only validate a field if another specified field is not empty
905- **Popup** - Added new setting `boundary` and `scrollContext`. `boundary` lets you specify an element that the popup will try to position itself to be contained inside of. `scrollContext` lets you specify the element which when scrolled should hide the popup
906- **Popup** - Added new settings `observeChanges`, which is enabled by default. This will add special mutation observers to trigger `destroy` when the element is removed from the document, preventing memory leaks.
907- **Progress** - Added `onLabelUpdate` callback, this can be used to specify the exact text that should appear on the actual progress update, perhaps based on some external conditions
908- **Rating** - Added new setting `fireOnInit` for rating, which defaults to `false`. When set to true `onRate` will fire when rating is initialized [#3712](https://github.com/Semantic-Org/Semantic-UI/issues/3712)
909- **Search** - Added a new option `selectFirstResult`, which defaults to `false`. Will automatically highlight first result on search
910- **Search** - Search now includes a `showNoResults` setting for determining whether no results messages should be shown
911- **Shape** - Shape now lets you specify next side width using setting `width`, can use `next` or `initial` to specify whether it should use old or new side size
912- **Tab** - Added new setting `cacheType`, can either be `html` or `response` (default). HTML will cache resulting html after callbacks, `response` will cache the original response so that it can be played back identically on future loads [#2534](https://github.com/Semantic-Org/Semantic-UI/issues/2534)
913- **Tab** - Added new option `deactivate`, defaults to `siblings` which will only deactivate tab activators that are DOM siblings elements to the activating element. Setting it to <code>'all'</code> will deactivate any other tab element initialized at the same time.
914- **Visibility** - Added `onFixed` and `onUnfixed` callbacks for visibility `type: 'fixed'`
915- **Visibility** - Added `onLoad` and `onAllLoaded` callback for `type: 'image'` visibility
916- **Visibility** - Added `zIndex` setting for specifying zindex with `type: 'fixed'` [#3370](https://github.com/Semantic-Org/Semantic-UI/issues/3370)
917
918**New Behaviors**
919- **Dropdown** - Added new convenience method `restore placeholder text`
920- **Image** - `transition hidden image` now shows correctly as `visibility: hidden;` and not `display: none`. This will allow `offset` with `visibility` and `sticky` to work more seamlessly. `hidden image` will still remain `display: none;`
921- **Progress** - Added progress `is complete` for returning whether success, warning, or error conditions are met
922
923**CSS Enhancements**
924- **All UI** Extended variables which return exact pixel values in em (`@relativePX` and @px) up to 64px to allow for simple theming with exact values
925- **Button** - Added variables for configuring `disabled` background image and box shadow.
926- **Site** - Added colored box shadow defaults. `ui message` now includes individual colored border shadows based on new site defaults.
927- **Site** - Added new `@inputColor` and `@inputPlaceholderColor` global variables that now control placeholder text styles across all components.
928- **Table** - `definition table` now supports `definition` variation to specify definition styles on an element that is not `:first-child`
929- **Table** - `definition table` now supports `ignored` variation to force a `first-child` to ignore its default definition stylings
930
931**Critical Bug Fixes**
932- **All UI** - Using `component('setting, {})` to add multiple settings as an object literal, for example `error: {}`, will now deep extend the existing object instead of replacing it.
933- **API** - `beforeSend` would not correctly cancel request when `return false;` is used in callback. [#3660](https://github.com/Semantic-Org/Semantic-UI/issues/3660)
934- **API** - `cache: 'local'` would not return the localstorage cached results in some cases
935- **Divider** - Descenders like "g" are cut off in `horizontal divider` [#3585](https://github.com/Semantic-Org/Semantic-UI/issues/3585)
936- **Dropdown** - `forceSelection` will now automatically select values with multi dropdowns. When using `userAdditions` setting it will now automatically tokenize the current entered value
937- **Dropdown** - `search selection` would not let you move back in an entered search string with left arrow [#3596](https://github.com/Semantic-Org/Semantic-UI/issues/3596) **Thanks [@Sanjo](https://github.com/Sanjo)**
938- **Dropdown** - Fixed issue where value set using javascript DOM metadata would be cleared when a message or user addition triggered `refresh` [#3879](https://github.com/Semantic-Org/Semantic-UI/issues/3879) [#3622](https://github.com/Semantic-Org/Semantic-UI/issues/3622) **Thanks [@mdehoog](https://github.com/mdehoog)**
939- **Form Validation / Dropdown** - Using "enter" key in a `search dropdown` could cause a form to be submitted [#3676](https://github.com/Semantic-Org/Semantic-UI/issues/3676)
940- **Form Validation** - Fix issue with some foreign email addresses with extended charsets causing email validation to fail [#3955](https://github.com/Semantic-Org/Semantic-UI/issues/3955) [#3755](https://github.com/Semantic-Org/Semantic-UI/issues/3755)
941- **Form Validation** - Revalidating a field `on: blur` could cause fields not yet interacted with to be validated [#3606](https://github.com/Semantic-Org/Semantic-UI/issues/3606)
942- **Form** - Fixed issue with `(x) fields` and `equal width` fields where middle rows would be slightly smaller because they include both left and right padding in % width. (Edges only have one side padding). Field groups now use negative margins instead.
943- **Popup** - Fixed issue where clicking element inside popup removed from DOM (like clicking a multi select label) would cause popup to close [#3887](https://github.com/Semantic-Org/Semantic-UI/issues/3887)
944- **Rail** - Fixed incorrect width for `close rail` and `very close rail` caused by variable addition with mixed units `px` + `em` [#3835](https://github.com/Semantic-Org/Semantic-UI/issues/3835)
945- **Search** - Fixed bug where a previously XHR query could cause the next one to fail depending on the latency of the request [#2779](https://github.com/Semantic-Org/Semantic-UI/issues/2779)
946- **Search** - Fixed an issue where `onResult` returning `false` would not prevent the search menu from hiding. Clicking on an empty results message will also no longer close the search results. [#3856](https://github.com/Semantic-Org/Semantic-UI/issues/3856) [#3870](https://github.com/Semantic-Org/Semantic-UI/issues/3870)
947- **Sticky/Visibility** - Added mutation observer to teardown element with `destroy` if removed from DOM context, fixing a possible memory leak
948- **Video** - Fixed issue with `.video('change')` behavior not properly changing video.
949
950**Bugs**
951- **API** - Using `onResponse` with `dataType` other than JSON or JSONP would cause an error. (Not allowing plain text responses to be translated) [#3653](https://github.com/Semantic-Org/Semantic-UI/issues/3653)
952- **Build Tools** - Fixed gulp help text incorrect for RTL tasks in build tools [#3858](https://github.com/Semantic-Org/Semantic-UI/issues/3858)
953- **Button** - `right icon` like `right arrow icon` would have additional margin inside an `icon button` [#3525](https://github.com/Semantic-Org/Semantic-UI/issues/3525)
954- **Button** - Fixed issue where `disabled loading button` would not remove `pointer-events` [#2933](https://github.com/Semantic-Org/Semantic-UI/issues/2933)
955- **Button** - Fixed typo in `green inverted button` [#3873](https://github.com/Semantic-Org/Semantic-UI/issues/3873)
956- **Button/Dropdown** - Button dropdowns using `default text` no longer receive incorrect font styling for placeholder text
957- **Checkbox** - Fixed issue where docs refer to `onEnable` and `onDisable` with checkbox but callback was called `onEnabled` and `onDisabled`, both callbacks will now be valid until 3.0 [#3761](https://github.com/Semantic-Org/Semantic-UI/issues/3761) [#3763](https://github.com/Semantic-Org/Semantic-UI/issues/3763)
958- **Checkbox** - Radio buttons received `indeterminate` styles when user has not yet interacted with the page in Chrome
959- **Dropdown** - `apiSettings` was not defaulting to use `cache: 'local'` as specified in the docs
960- **Dropdown** - `get value` would not return correct value when value was blank [#3766](https://github.com/Semantic-Org/Semantic-UI/issues/3766)
961- **Dropdown** - Added `1px` offset for current text so that the blinking text position cursor does not overlap first pixel of underlayed text.
962- **Dropdown** - Dropdown would open when an label delete x was clicked when not using `search selection` [#3789](https://github.com/Semantic-Org/Semantic-UI/issues/3789)
963- **Dropdown** - Dropdowns no longer re-open on selection when nested inside of a `<label>` [#3917](https://github.com/Semantic-Org/Semantic-UI/issues/3917)
964- **Dropdown** - Dropdowns with sub-menus would not properly activate on mobile [#3183](https://github.com/Semantic-Org/Semantic-UI/issues/3183)
965- **Dropdown** - Fixed bug where using `action: 'hide'` could cause `text` value not to be passed to `onChange` callback
966- **Dropdown** - Fixed issue where values with `"` (double quotes) would not work with a dropdown using a select, because value would not be encoded as html entities
967- **Dropdown** - Long dropdown text entry with `allowAdditions` would cause input to mistakingly drop to next line early [#3743](https://github.com/Semantic-Org/Semantic-UI/issues/3743)
968- **Dropdown** - Regenerated dropdown will no longer ignore `disabled` property [#4010](https://github.com/Semantic-Org/Semantic-UI/issues/4010) **Thanks [@eymengunay!](https://github.com/eymengunay!)**
969- **Dropdown** - Search selection would lose search input focus when clicking on a choice [#3790](https://github.com/Semantic-Org/Semantic-UI/issues/3790)
970- **Embed** - `API` setting is now disabled by default
971- **Form Validation** - Fixed issue where initializing form multiple times would not properly call `destroy` removing previous settings [#3798](https://github.com/Semantic-Org/Semantic-UI/issues/3798)
972- **Form** - Fix `equal width fields` sometimes not including right field spacing on mobile [#3913](https://github.com/Semantic-Org/Semantic-UI/issues/3913)
973- **Form** - Fixed issue where `inline` field was not being correctly inverted in color with `inverted form` [#4004](https://github.com/Semantic-Org/Semantic-UI/issues/4004) [#4005](https://github.com/Semantic-Org/Semantic-UI/issues/4005) **Thanks [@tbracken](https://github.com/tbracken)**
974- **Form** - Grouped `fields` and `field` would cause different margin collapse, making `fields` include larger gaps between content [#3717](https://github.com/Semantic-Org/Semantic-UI/issues/3717)
975- **Form** - Remove deprecated `size()` method in `prompt` [#3655](https://github.com/Semantic-Org/Semantic-UI/issues/3655) **Thanks [@SimonArdrey](https://github.com/SimonArdrey)**
976- **Grid** - `centered` content would cause `justified` content to appear aligned left. [#3496](https://github.com/Semantic-Org/Semantic-UI/issues/3496)
977- **Grid** - Fixed issue where `vertically divided` grid would have top margin in first `row` group
978- **Icon** - Sizes smaller tham `small` were using with `rem` [#3782](https://github.com/Semantic-Org/Semantic-UI/issues/3782)
979- **Input** - Fixed `:active` styles appearing on disabled input, when input is disabled using `disabled` property [#3907](https://github.com/Semantic-Org/Semantic-UI/issues/3907)
980- **Input** - Fixes issue with `dropdown` or button on the left side of an `action` input not properly rounding
981- **Label** - Fixed margin when `right floated` element precedes a `top attached label`
982- **List** - `relaxed` and `very relaxed` lists included unnecessary padding on the first and last items [#3710](https://github.com/Semantic-Org/Semantic-UI/issues/3710)
983- **List** - Bullets would be affected by font weight, or whether the list item was a link [#3715](https://github.com/Semantic-Org/Semantic-UI/issues/3715) [#3721](https://github.com/Semantic-Org/Semantic-UI/issues/3721)
984- **List** - Divided lists had unnecessary padding on first and last items, in both horizontal and vertical layouts [#3710](https://github.com/Semantic-Org/Semantic-UI/issues/3710)
985- **Menu** - `stackable` menu with `left/right` `menu` or `item` would incorrectly be floated when stacked. [#3604](https://github.com/Semantic-Org/Semantic-UI/issues/3604)
986- **Menu** - `tabular menu` now has correct bottom margin [#4167](https://github.com/Semantic-Org/Semantic-UI/issues/4167)
987- **Menu** - `@dividerSize` was not being used in `vertical menu` [#3781](https://github.com/Semantic-Org/Semantic-UI/issues/3781)
988- **Menu** - `vertical text menu` no longer includes `left` or `right` padding, but will now sit flush with content.
989- **Message** - Fixes `compact message` appearing as `block` when inside a `form` [#3343](https://github.com/Semantic-Org/Semantic-UI/issues/3343) **Thanks [@bcroq](https://github.com/bcroq)**
990- **Modal** - RGB values set for dimmer `background-color` were not being correctly interpreted [#3665](https://github.com/Semantic-Org/Semantic-UI/issues/3665) **Thanks [@larsbo](https://github.com/larsbo)**
991- **Modal/Dimmer** - Fixed issue with `destroy` not properly removing events from dimmer [#3200](https://github.com/Semantic-Org/Semantic-UI/issues/3200)
992- **Popup** - checking `instanceof SVGGraphicsElement` caused error in IE11 [#3043](https://github.com/Semantic-Org/Semantic-UI/issues/3043)
993- **Progress** - Progress `onSuccess`, `onError`, and `onWarning` callbacks now occur **after** the animation completes for the state change.
994- **Rating** - Fixed `ui rating` to not used outlined star in basic variation, instead using a lighter filled in star for increased visibility [#3730](https://github.com/Semantic-Org/Semantic-UI/issues/3730)
995- **Rating** - rating does not fire `onRate` when rating is initialized [#3712](https://github.com/Semantic-Org/Semantic-UI/issues/3712)
996- **Search** - Added `refresh` behavior for search to refresh selector cache. Cache will automatically refresh after API results received
997- **Search** - Fixed issue where `href` was not pulling correctly on search click when the `result` was an `a` itself. [#3409](https://github.com/Semantic-Org/Semantic-UI/issues/3409)
998- **Segment** - Fixed `segments` to not clip border radius when only a **single** segment is included
999- **Segment/Message** - `top attached message` has no border when attached to `segment` [#3619](https://github.com/Semantic-Org/Semantic-UI/issues/3619)
1000- **Statistic** - statistic receives incorrect size when using `tiny` `large` etc inside a statistic group [#3116](https://github.com/Semantic-Org/Semantic-UI/issues/3116)
1001- **Step** - Fix incorrect bottom margin on `top attached steps`
1002- **Table** - `striped selectable` table would not correctly show hover color on striped rows
1003- **Visibility** - Using `type: fixed` will now correctly remove all special classes and placeholder content on `destroy` [#3548](https://github.com/Semantic-Org/Semantic-UI/issues/3548)
1004
1005**Changes**
1006- **Sizing** - `mini` the smallest size has been modified to align to `11px` instead of previous `10px` at base em size
1007
1008**Docs**
1009- **Progress** - Added new examples to progress
1010- **Progress** - Added all available behaviors with progress
1011- **Form** - Added example of using custom rules with form
1012- **Build Tools** - Added explanation of using SUI with CI, and auto-install in "recipes" section.
1013- **Build Tools** - Added explanation of how to build RTL in "recipes" section
1014- **Layouts** - Added "attached" example showing content attached to other content
1015
1016### Version 2.1.8 - January 7, 2016
1017
1018**Critical Fix**
1019- **Install** - This fixes a regression causing users with NPM `2` from using Semantic UI, caused by removing the deprecated `peerDependencies` which are necessary for NPM2 install to function correctly. [#3511](https://github.com/Semantic-Org/Semantic-UI/issues/3511)
1020
1021**Minor Fix**
1022- **Flag** - Adds Scotland and Wales flag [#3494](https://github.com/Semantic-Org/Semantic-UI/issues/3494) **Thanks [@edumucelli](https://github.com/edumucelli)**
1023- **Install** - Fixes post-install scripts not exiting with correct return values [#3515](https://github.com/Semantic-Org/Semantic-UI/issues/3515) **Thanks [@Jeff-Tian](https://github.com/Jeff-Tian)**
1024
1025### Version 2.1.7 - December 19, 2015
1026[Closed Issues List](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.7+is%3Aclosed)
1027
1028**Enhancements**
1029- **API** - All responses fulfilled with settings (like `mockResponse`) will now receive a settings object with all values resolved. For example `url` will be `/user/2/` and not `user/{id}` in the callback. - [#3466](https://github.com/Semantic-Org/Semantic-UI/issues/3466)
1030- **API** - API now allows the use of settings `response` and `responseAsync` to replace `mockResponse` and `mockResponseAsync`. The use of "mock" may not represent the most common use case which is providing a response from a third party source. (These changes are purely cosmetic and no underlying behavior has changed) - [#3491](https://github.com/Semantic-Org/Semantic-UI/issues/3491)
1031- **Popup** - Adds `onUnplaceable` callback when element cannot be placed in visible screen [#3388](https://github.com/Semantic-Org/Semantic-UI/issues/3388)
1032
1033**Bug Fixes**
1034- **Build Tools** - CSS build will now correctly call callback after both packaged files are created (compressed and uncompressed) Thanks @youngjay [#3405](https://github.com/Semantic-Org/Semantic-UI/issues/3405)
1035- **Flag** - A flag with no country set will no longer display an incorrect country flag. Thanks @space-alien [#3333](https://github.com/Semantic-Org/Semantic-UI/issues/3333)
1036- **Form** - Fixed issue where text would turn transparent inside a `loading form` [#3122](https://github.com/Semantic-Org/Semantic-UI/issues/3122)
1037- **Menu** - Fixed `1px` offset when `attached segment` follows `tabular menu` (max of 2 consecutive segments) [#3479](https://github.com/Semantic-Org/Semantic-UI/issues/3479)
1038- **Header** - `sub header` used inside a header now correctly forces `block` styling [#3020](https://github.com/Semantic-Org/Semantic-UI/issues/3020)
1039- **Popup** - Fixed `is visible`, `is animating`, and `is fluid` to always return `true/false` and not the DOM element. [#2781](https://github.com/Semantic-Org/Semantic-UI/issues/2781)
1040- **Popup** - Fixed issue with `onEnable` callback being defined with name `onEnabled` and `onDisable` with `onDisabled` in default settings, causing an error. To preserve backwards compatibility, the misspelled callback name has been left, but the bug has been fixed. [#3148](https://github.com/Semantic-Org/Semantic-UI/issues/3148)
1041- **Search** - Search now correctly hides menu when an error message inside results is clicked. [#3039](https://github.com/Semantic-Org/Semantic-UI/issues/3039)
1042- **Sidebar** - Fixed css rule issue causing `very thin` sidebar to not work [#3300](https://github.com/Semantic-Org/Semantic-UI/issues/3300)
1043- **Sidebar** - Sidebar no longer includes `transform` rules on child elements, this was causing layout issues in some cases (for example dropdowns in sidebars) [#3306](https://github.com/Semantic-Org/Semantic-UI/issues/3306)
1044- **Sticky** - Renames variables used to account for scroll offset internally for greater code clarity
1045- **Transition** - Fixes `noAnimation` error to more reasonably announce that the element is "not in the DOM" [#3040](https://github.com/Semantic-Org/Semantic-UI/issues/3040)
1046
1047### Version 2.1.6 - November 6, 2015
1048
1049**Bug Fixes**
1050- **Checkbox/Dropdown/Search** - Fixed issue where dropdown/checkbox `change` events were not bubbling. (Dispatched events were swapped to use native `document.creatEvent` in `2.1.5` unfortunately the flag to bubble events was mistakenly off.)
1051
1052### Version 2.1.5 - November 1, 2015
1053
1054**Docs Enhancements**
1055- **Examples** - All code examples now have a "copy to clipboard" button **Thanks [@xiwc](https://github.com/xiwc) and [@zenorocha](https://github.com/zenorocha) for [clipboard.js](https://clipboardjs.com/)**
1056
1057**Minor Enhancements**
1058- **Form** - Adds `equal width form` and `equal width fields` for simpler grouped fields
1059- **Modal** - `onHide` callback can now cancel event by returning false [#3168](https://github.com/Semantic-Org/Semantic-UI/issues/3168) **Thanks [@mdehoog](https://github.com/mdehoog)**
1060- **Dropdown** - Added `onLabelRemove` callback that allows value removal to be cancelled by callback **Thanks [@goloveychuk](https://github.com/goloveychuk)**
1061- **Table** - Added `selectable` on table cell, allowing for full table-cell links
1062- **Popup** Added three new variables for `arrow` background color based on position, top, center or bottom. This makes it easier to use gradient backgrounds with popups and still match arrow colors.
1063- **Popup** - Added behaviors `get popup` and `change content` to more easily determine popup from activating element and change text
1064
1065**Major Bug Fixes**
1066- **Checkbox/Dropdown/Search** - Fixed issue where using `.trigger('change')` would not fire native `change` event. Only triggering event handlers attached with jQuery [#3108](https://github.com/Semantic-Org/Semantic-UI/issues/3108)
1067- **Transition** - Fixed bug where static transitions (those that dont animate in/out of view) would not fire `onComplete` event
1068- **Sticky** - Fixes bug where sticky would stick at incorrect times when using a different scroll container than `body` and scrollTop is not 0 on page load.
1069
1070**Bugs**
1071- **Divider/Step/Modal/AD** - Fixes 1px jump at `@mobileBreakpoint` caused by incorrect edge conditions in media query [#3180](https://github.com/Semantic-Org/Semantic-UI/issues/3180) **Thanks [@mdehoog](https://github.com/mdehoog)**
1072- **Dimmer** - Dimmer can now works correctly with `opacity: 0` [#3167](https://github.com/Semantic-Org/Semantic-UI/issues/3167) **Thanks [@mdehoog](https://github.com/mdehoog)**
1073- **Dropdown** - Fixed condition where focusing on dropdown would show a blank menu when "no results" was reached and the dropdown was refocused
1074- **Dropdown** - Search dropdowns will now correctly filter by current search term on re-focus
1075- **Dropdown** - Fixed issue where tabindex was being removed incorrectly with `selection dropdown` in some cases. [#3002](https://github.com/Semantic-Org/Semantic-UI/issues/3002)
1076- **Dropdown** - Added `remoteValues` as a possible `field` setting. Allowing users to return API results using arbitrary JSON object groupings. [#3080](https://github.com/Semantic-Org/Semantic-UI/issues/3080)
1077- **Dropdown** - Added ability to pass in `keys` as a setting, to avoid issues with languages where comma delimiter may be a different keycode [#3016](https://github.com/Semantic-Org/Semantic-UI/issues/3016)
1078- **Dropdown** - `search dropdown` will now initialize with `autocomplete="off"` to avoid triggering native autocomplete menu
1079- **Form Validation** - Fixes error on `blur` or `change` when using a blank validation object [#3131](https://github.com/Semantic-Org/Semantic-UI/issues/3131) **Thanks [@listepo](https://github.com/listepo)**
1080- **Form Validation** - Fixes some issues with form integer validation [#3053](https://github.com/Semantic-Org/Semantic-UI/issues/3053) **Thanks [@maturano](https://github.com/maturano)**
1081- **Form Validation** - `decimal` rule now **only matches decimals**, to match any number use `number` rule. [#3060](https://github.com/Semantic-Org/Semantic-UI/issues/3060)
1082- **Form** - Removed `divider` spacing as part of `ui form`, this caused inheritance issues when using special divider types [#3092](https://github.com/Semantic-Org/Semantic-UI/issues/3092)
1083- **Grid** - Fixes attached segment 1px offset inside grid column [#3226](https://github.com/Semantic-Org/Semantic-UI/issues/3226)
1084- **Grid** - Fixes some inconsistencies with `widescreen only` class [#3161](https://github.com/Semantic-Org/Semantic-UI/issues/3161) **Thanks [@mdehoog](https://github.com/mdehoog)**
1085- **Header** - Sub headers now force `display: block` [#3020](https://github.com/Semantic-Org/Semantic-UI/issues/3020)
1086- **Popup** - Fixes positioning issue when `movePopup: false` [#3213](https://github.com/Semantic-Org/Semantic-UI/issues/3213) **Thanks [@parisholley](https://github.com/parisholley)**
1087- **Popup** - Popup now works with `svg` elements [#3043](https://github.com/Semantic-Org/Semantic-UI/issues/3043)
1088- **Progress* - Calling `reset` will now reset `value` to 0, so increment starts again at 0
1089- **Search** - Fixes `onSearchQuery` not firing when results are cached **Thanks [@mnquintana](https://github.com/mnquintana)**
1090- **Search** - Fixes `url` parameter not working correctly due to typo in source **Thanks [@fabienb4](https://github.com/fabienb4)**
1091- **Segment** - Fixes border on `horizontal segment` when they are `:first-child` inside `segments` group
1092**Docs Bugs**
1093- Thanks to everyone who has submitted PRs for typos, grammatical changes. These are too numerous to count, but really help improve the quality of our docs.
1094- **Progress** - Progress example code no longer shows accidental inline css
1095- **Sticky** - Fixed issue where pressing home/end button would cause sticky to break due to internal logic not allowing immediate jump from bottom attached to top attached, experienced most likely when pressing "home" or "end" key [#3011](https://github.com/Semantic-Org/Semantic-UI/issues/3011)
1096
1097### Version 2.1.4 - September 13, 2015
1098
1099**Critical Bugfixes**
1100- **Build** - Fixed issue where using a packaged theme without a `site.variables` would cause build to fail [#3009](https://github.com/Semantic-Org/Semantic-UI/issues/3009) [#3010](https://github.com/Semantic-Org/Semantic-UI/issues/3010)
1101
1102**Enhancements**
1103- **Form Validation** - Form validation now supports a brand new shorthand which is drastically simpler to specify [#2579](https://github.com/Semantic-Org/Semantic-UI/issues/2579)
1104```javascript
1105// expands out using default prompts and identifier matching property label
1106$('.ui.form')
1107 .form({
1108 fields: {
1109 name : 'empty',
1110 gender : 'empty',
1111 username : 'empty',
1112 password : ['minLength[6]', 'empty'],
1113 skills : ['minCount[2]', 'empty'],
1114 terms : 'checked'
1115 }
1116 })
1117;
1118```
1119- **Form Validation** - `identifier` and `prompt` are now optional for all form validation rules. Default prompt values have been added for all rule types, and identifier will now automatically match on the named value for rule if no ID is specified. [#3001](https://github.com/Semantic-Org/Semantic-UI/issues/3001) [#2579](https://github.com/Semantic-Org/Semantic-UI/issues/2579)
1120- **Form Validation** - All form prompts now support templates values, `{value}`, `{name}`, `{ruleValue}`, and `{identifier}` [#3001](https://github.com/Semantic-Org/Semantic-UI/issues/3001)
1121
1122**Bugfixes**
1123- **Dropdown** - Fixed issue with ',' key not being allowed in dropdown due to user tagging shortcut key [#3016](https://github.com/Semantic-Org/Semantic-UI/issues/3016)
1124- **Message** - `ui list` used inside `ui message` now aligns properly in all conditions [#2958](https://github.com/Semantic-Org/Semantic-UI/issues/2958)
1125- **Form Validation** - Validation messages in `error message` group are now correctly removed when invalid field revalidates on blur
1126- **Label** - Labels no longer force single line using `word-wrap: nowrap` [#3006](https://github.com/Semantic-Org/Semantic-UI/issues/3006)
1127- **Table** - Fixed issue where `(x) column segment table` was inheriting accidentally inheriting some grid styles
1128- **Grid** - Fixed `middle aligned grid` not applying to columns [#2959](https://github.com/Semantic-Org/Semantic-UI/issues/2959)
1129- **Menu** - Fixed issue where `right menu` was not floating correctly inside a `menu > container` on mobile [#2969](https://github.com/Semantic-Org/Semantic-UI/issues/2969)
1130- **Button** - Fixes `right labeled icon button` with a `right` named icon (for example `right arrow`) having incorrect margin on icon. [#2973](https://github.com/Semantic-Org/Semantic-UI/issues/2973)
1131
1132### Version 2.1.3 - September 03, 2015
1133
1134**Bugfixes**
1135- **Embed** - Fixes issue with `?=` appearing before parameters instead of `?` [#2956](https://github.com/Semantic-Org/Semantic-UI/issues/2956) **Thanks [@AgentShark](https://github.com/AgentShark)**
1136- **Input** - Fixes regression where `ui icon input` inside forms were not correct width [#2953](https://github.com/Semantic-Org/Semantic-UI/issues/2953)
1137- **Input** - Fixes typo in focused placeholder text color preventing the value from being used [#2939](https://github.com/Semantic-Org/Semantic-UI/issues/2939)
1138- **Input** - `action input` now correctly show focused border on button side, and avoids duplicating borders
1139
1140### Version 2.1.2 - September 02, 2015
1141
1142**Bugfix**
1143- **Form Validation** - Fixes callbacks on `onSuccess` so as to not break backwards compatibility. #2945 #2944
1144
1145### Version 2.1.1 - September 02, 2015
1146
1147**Bugfix**
1148- **Build Tools** - Fixes [issue](https://github.com/Semantic-Org/Semantic-UI/commit/3d20d5e9796e05cc100af73370173f3383cf1d81) causing comment banner to incorrectly show version `2.0.7` in `dist/`
1149
1150### Version 2.1.0 - September 02, 2015
1151
1152#### Features
1153
1154**New UI Features**
1155
1156- **API** - Added `encodeParameters` option to enable/disable parameters being encoded with `encodeURIComponent` [#2752](https://github.com/Semantic-Org/Semantic-UI/issues/2752)
1157- **API** Added new setting `hideError`, defaults to `auto` (will automatically hide error for elements that are not forms). [#2586](https://github.com/Semantic-Org/Semantic-UI/issues/2586)
1158- **Build Tools** - Packaged `.overrides` file are now an optional include
1159- **Button** - `colored basic` button are now colored before `:hover` in the default theme, this is more in line with common usage across other websites.
1160- **Button** - Added `labeled button` variation for display a count next to a button.
1161- **Cards** - Added documentation for `stackable` cards which was available but undocumented in previous versions.
1162- **Checkbox** - Added 4 new callbacks `beforeChecked`, `beforeUnchecked`, `beforeDeterminate`, `beforeIndeterminate`. You can now cancel a state change by returning false from these callbacks.
1163- **Divider** - Vertical divider can now be used multiple times in a single column row (not just 50/50 split). [#2808](https://github.com/Semantic-Org/Semantic-UI/issues/2808)
1164- **Dropdown** - Dropdown using remote data, can now customize the property names returned by api call using `fields` (similar to search).
1165- **Dropdown** - Dropdown will now automatically update selected values when hidden input value changes (so long as `change` event is triggered) [#2626](https://github.com/Semantic-Org/Semantic-UI/issues/2626)
1166- **Dropdown** - Dropdown with user additions now will use custom templated messages to distinguish added choice from preselected choice [#2923](https://github.com/Semantic-Org/Semantic-UI/issues/2923)
1167- **Form Validation** - Added credit card validation, supports array of card types, and international cards including non luhn cards like China UnionPay [#2729](https://github.com/Semantic-Org/Semantic-UI/issues/2729)
1168- **Form Validation** - Updated appearance of form validation prompts to use a more lightweight style. Added variables for controlling error validation prompt styles in `form.variables`
1169- **Grid** - Added new responsive [`reversed`](http://www.semantic-ui.com/collections/grid.html#responsive-order) variations for reversing column order, these are also compatible with other grid types like `divided` and `celled` by device [#2685](https://github.com/Semantic-Org/Semantic-UI/issues/2685)
1170- **Icon** - Added `fitted` icon variation, and new small sizes `tiny` and `mini`
1171- **Input** - Added `disabled` state for inputs [#2694](https://github.com/Semantic-Org/Semantic-UI/issues/2694)
1172- **Input** - Added ability for labeled input to be attached to both sides **Thanks [@maturano](https://github.com/maturano)** [#2922](https://github.com/Semantic-Org/Semantic-UI/issues/2922)
1173- **Label** - Added a new `basic label` style, works symbiotically with other label types to provide a more lightweight style label
1174- **Menu** - Added new `tabular` menu types, `right tabular`, `bottom tabular`, added many new `tabular` menu variables for customizing
1175- **Menu** - Appearance of `labeled icon menu` has been modified. Horizontal menus now have icons above text, and icons are slightly larger than before.
1176- **Search** - Search now can use any server response mapping, use the `fields` parameter to pass in a mapping of server response to content **Thanks [@anibalmf1](https://github.com/anibalmf1)** [#2645](https://github.com/Semantic-Org/Semantic-UI/issues/2645)
1177- **Site** - Added global variable `@focusedFormBorderColor` for controlling form focus border color
1178- **Table** - New `fixed` table variation added for use with `table-layout: fixed;`. This also supports "..." ellipsis when used with `single line` content
1179
1180**[Additional Features](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.0+is%3Aclosed)**
1181- **Breadcrumb** - Breadcrumb no longer receives vertical spacing by default. This may often cause vertical alignment issues when displayed next to other `inline-block` content.
1182- **Dropdown** - Added `get default text` and `get placeholder text` behaviors for returning text values.
1183- **Dropdown** - Pointing dropdown (dropdown with arrows) now support `upward`, and will automatically move pointer arrows when appearing upward [#2733](https://github.com/Semantic-Org/Semantic-UI/issues/2733)
1184- **Form** - `inverted form` now remove input border, added new variables for controlling inverted form input styles
1185- **GitHub Theme** - Added github icon theme with port of Octicons.
1186- **Label** - Added `basic` label variation, useful for item counts
1187- **Menu** - `inverted menu` now support `colored` individual items **Thanks [@maturano](https://github.com/maturano)** [#2850](https://github.com/Semantic-Org/Semantic-UI/issues/2850)
1188- **Menu** - `text menu` now uses padding for hitboxes to make target area for links larger
1189
1190**[Community Added Features](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.0+is%3Aclosed)**
1191- **Build Tools** - `gulp build` now correctly calls `callback`, allowing those importing tasks to chain it correctly **Thanks [@artemkaint](https://github.com/artemkaint)** [#2836](https://github.com/Semantic-Org/Semantic-UI/issues/2836)
1192- **Dropdown** - Dropdown `show` and `hide` are now cancellable by returning `false` from `onShow` or `onHide` callbacks.
1193- **Flag** - England flag alias is now correctly set **Thanks [@eduardom](https://github.com/eduardom)** [#2770](https://github.com/Semantic-Org/Semantic-UI/issues/2770)
1194- **Form Validation** - Added `number` and `decimal` validations to form **Thanks [@TonnyORG](https://github.com/TonnyORG)** [#2537](https://github.com/Semantic-Org/Semantic-UI/issues/2537)
1195- **Form Validation** - Form `onSuccess` and `onFailure` now receive current form fields as a parameter **Thanks [@guodong](https://github.com/guodong)**
1196- **Popup** - Popup will now look for inline popup as any next adjacent sibling **Thanks [@malacalypse](https://github.com/malacalypse)** [#2772](https://github.com/Semantic-Org/Semantic-UI/issues/2772)
1197
1198#### Bugs
1199**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.0+is%3Aclosed)**
1200- **Accordion** - Added missing notation for accordion docs [#2812](https://github.com/Semantic-Org/Semantic-UI/issues/2812)
1201- **Build Tools** - Fixed bug where `gulp version` would show `x.x` [#2875 [#2920](https://github.com/Semantic-Org/Semantic-UI/issues/2920)
1202- **Build Tools** - Fixes issue where component glob `{tab, table}` caused table to be included twice in concatenated source **
1203- **Button** - Fixes inverted button missing an `active` and `active focus` state [#2635](https://github.com/Semantic-Org/Semantic-UI/issues/2635)
1204- **Button** - Fixes issue where `basic button` would not have focus color text when colored [#2264](https://github.com/Semantic-Org/Semantic-UI/issues/2264)
1205- **Checkbox** - Clicking a link inside an initialized checkbox `label` will now work correctly, and will not toggle the checkbox. [#2804](https://github.com/Semantic-Org/Semantic-UI/issues/2804)
1206- **Container** - Fix issue with `fluid container` being `100% + gutter` at mobile resolution (causing overflow)
1207- **Dropdown** - `forceSelection` no longer sets current value in search selection when current query is blank [#2058](https://github.com/Semantic-Org/Semantic-UI/issues/2058)
1208- **Dropdown** - Dropdown `@arrowSize` will now automatically reposition itself if size is changed with variable
1209- **Dropdown** - Dropdown arrow now has a variable `@dropdownArrowSize`, and is slightly smaller than previously
1210- **Dropdown** - Fix `left menu` inside `ui menu` appearing horizontally [#2778](https://github.com/Semantic-Org/Semantic-UI/issues/2778)
1211- **Dropdown** - Fixed error where menu would disappear when entering spaced words using `allowAdditions: true` caused by value matching its own whitespace-trimed value [#2853](https://github.com/Semantic-Org/Semantic-UI/issues/2853)
1212- **Dropdown** - Fixed issue where "no results" message would be still be visible before search query on input focus [#2824](https://github.com/Semantic-Org/Semantic-UI/issues/2824)
1213- **Dropdown** - Fixed issue where `onChange` would not fire when using `action: 'hide'`. [#2818](https://github.com/Semantic-Org/Semantic-UI/issues/2818)
1214- **Dropdown** - Fixed issue where selected item would not be shown when being re-shown after filtering with single search selection [#2824](https://github.com/Semantic-Org/Semantic-UI/issues/2824)
1215- **Dropdown** - Fixes issues with setting "" (empty quote) values when `placeholder: false` is used. Fixes issues with using `clear` and `restore defaults` without placeholders. [#2637](https://github.com/Semantic-Org/Semantic-UI/issues/2637)
1216- **Dropdown** - Remove use of `trim` which causes issues IE 11 and below [#2806](https://github.com/Semantic-Org/Semantic-UI/issues/2806)
1217- **Embed** - Remove accidental `console.log` statements in js [#2760](https://github.com/Semantic-Org/Semantic-UI/issues/2760)
1218- **Form / Input** - Fixes `::placeholder` text color for `ui error input`, modifies form error placeholder color to distinguish from form value error color [#2786](https://github.com/Semantic-Org/Semantic-UI/issues/2786)
1219- **Form / Input** - Fixes issue where `ui input` would sometimes collapse to `0px` width, especially when used inside an `inline field` [#2705 [#2621 [#2821](https://github.com/Semantic-Org/Semantic-UI/issues/2821)
1220- **Form** - `disabled field(s)` now remove `pointer-events` allowing it to disable checkbox and dropdown functionality [#555](https://github.com/Semantic-Org/Semantic-UI/issues/#555)
1221- **Form** - Date input and other special input in chrome now are the same height as normal input (adds custom vendor shadow dom styling) [#2704](https://github.com/Semantic-Org/Semantic-UI/issues/2704)
1222- **Form** - Form will no longer show messages that are empty in `error`, `warning`, or `success` state.
1223- **Grid** - Fixed issue where `relaxed stackable grid` would have incorrect margin on mobile width
1224- **Grid** - Fixed issue where nested `stackable grid` would have incorrect margin on mobile.
1225- **Header** - Fixed `attached header` to have the correct bottom border on `top attached` and `attached` variations. [#2798](https://github.com/Semantic-Org/Semantic-UI/issues/2798)
1226- **Icon** - Fixed typo in cube icon alias caused by bad grep [#2765](https://github.com/Semantic-Org/Semantic-UI/issues/2765)
1227- **Input** - Fixed issue with appearance of `left corner labeled left icon input` [#2782](https://github.com/Semantic-Org/Semantic-UI/issues/2782)
1228- **Item** - Fixed `bottom aligned` not working in item due to incorrect flex value [#2826](https://github.com/Semantic-Org/Semantic-UI/issues/2826)
1229- **List** - Lists can now be `right floated` or `left floated`
1230- **Menu** - Fixed `(x) column` nested grid with alignment stacking vertically (wrong flex-direction) [#2810](https://github.com/Semantic-Org/Semantic-UI/issues/2810)
1231- **Menu** - Sub menus now work correctly and are correctly spaced inside `secondary menu` and text menu` [#2862](https://github.com/Semantic-Org/Semantic-UI/issues/2862)
1232- **Modal** - Fix autofocus setting in modal not working due to improper selector [#2737](https://github.com/Semantic-Org/Semantic-UI/issues/2737)
1233- **Modal** - Increased `close` specificity, modal will now only close on `> .close` [#2736](https://github.com/Semantic-Org/Semantic-UI/issues/2736)
1234- **Popup** - Fixes issue where variation would not be added to a pre-existing popup even if specified in javascript [#26011](https://github.com/Semantic-Org/Semantic-UI/issues/6011)
1235- **Search** - Calling `.search('show results')` no longer fails when input is not focused [#2842](https://github.com/Semantic-Org/Semantic-UI/issues/2842)
1236- **Table/Label** - `ribbon labels` will now automatically position themselves when used inside a table [#1930](https://github.com/Semantic-Org/Semantic-UI/issues/1930)
1237- **Transition** - Transition callbacks now all have the correct `this` set. [#2758](https://github.com/Semantic-Org/Semantic-UI/issues/2758)
1238
1239**[Community Bug Fixes](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.0+is%3Aclosed)**
1240- **API** - API debug is now `false` by default, like other modules. [#2817](https://github.com/Semantic-Org/Semantic-UI/issues/2817)
1241- **Build Tools** - Removed octal literals from install scripts (for color escaping), and uses of future ECMAScript reserved words **Thanks [@artemkaint](https://github.com/artemkaint)** [#2838](https://github.com/Semantic-Org/Semantic-UI/issues/2838)
1242- **Dropdown** - Fixed issue where label could not be removed when using a numeric value due to mismatched types **Thanks [@dgurkaynak](https://github.com/dgurkaynak)** [#2754](https://github.com/Semantic-Org/Semantic-UI/issues/2754)
1243- **Menu** - Fixes tabular menu missing variable for background. **Thanks [@frontdevde](https://github.com/frontdevde)**
1244- **Step** - Fixed issue with display of step groups with only one step having incorrect border radius **Thanks [@elliotisonfire](https://github.com/elliotisonfire)** [#2869](https://github.com/Semantic-Org/Semantic-UI/issues/2869)
1245- **Sticky** - Sticky now sets width and height with `!important` to avoid inheritance issues in some cases **Thanks [@lauri-elevant](https://github.com/lauri-elevant)** [#2710](https://github.com/Semantic-Org/Semantic-UI/issues/2710)
1246- **Tab** - Fixed issue where simple path would be tested before full path, i.e. `first/` vs `/second/first/` causing tab to not open in some cases **Thanks [@habibutsu](https://github.com/habibutsu)** [#2843](https://github.com/Semantic-Org/Semantic-UI/issues/2843)
1247
1248**Additional Bugs**
1249- **API** - API now will use automatically use `form` action if no api event is specified now when form is `stateContext` but not initialized element
1250- **Build Tools** - Fixes issue on `win` platform where packaged theme would not correctly update when using watch due to regExp not matching windows path separators.
1251- **Dropdown** - Dropdown will no longer fire native `onchange` event on hidden input when setting value during initial load (unless `fireOnInit: true`) #2795 **Thanks [@lauri-elevant](https://github.com/lauri-elevant)**
1252- **Dropdown** - Fixed issue where `forceSelection` would not occur when `pageLostFocus` (clicked into another tab and back)
1253- **Dropdown** - Fixed issue where using the specific value `value="false"` would cause an option to not be removable from a multiple select
1254- **Dropdown** - When `useLabels: false` placeholder text will now show up when 0 items selected, instead of the text "0 items selected"
1255- **Dropdown/Tab** - Fixed an instance where `metadata` was not referencing settings metadata value
1256- **Form Validation** - Fixed issue with `get value(s)` where unchecked checkboxes would not correctly retrieve values
1257- **Form** - Dropdown in `inline field` now use auto width instead of 100%
1258- **Grid / Container** - `ui relaxed grid container` and `ui very relaxed grid container` will now all render at same container width
1259- **Grid** - Fixed `stackable celled grid` having doubled border width between rows
1260- **Header** - Fixed issue with em sizing of `chubby` and `bookish` header themes appearing too large
1261- **Icons** - Fixed issue where `active icon` or `emphasized icon` would not adjust opacity inside menus
1262- **Input** - `labeled input` now keeps border on label edge so that focus color appears correctly
1263- **Input** - Input now will reset `font-weight` and `font-style` if set on parent;
1264- **Input** `action input` and `labeled input` now have focused border on inner edge with label/button
1265- **Label** - `pointing` and `attached` labels are *now word order sensitive* to allow them to work correctly with other directional variations.
1266- **Label** - `pointint label` now rounds to exact pixel em value, should align correctly in more cases
1267- **Menu** - `@pressedItemColor` has been renamed to `@pressedItemTextColor` to match naming conventions of other variables
1268- **Menu** - Added `flex: 0 0 auto` to menu item to make sure menu do not collapse text content to reduce space
1269- **Menu** - Fix text align on `dropdown item` inside `icon menu`
1270- **Menu** - Fixed hybrid initialization not creating `menu` correctly. Fixed docs example of hybrid `<select>` initialization
1271- **Menu** - Fixed issue with `labeled input` text inside menu not appearing vertically centered
1272- **Popup** - Fixed `onRemove` firing even when popup is not removed
1273- **Reveal** - Reveal now uses `display: inherit` instead of forcing `inline-block`
1274
1275### Version 2.0.8 - August 10, 2015
1276
1277**All UI** - This release should fix issues caused when importing individual component using `require` when using [single component repos](https://github.com/Semantic-Org/). See discussion in [#2816](https://github.com/Semantic-Org/Semantic-UI/pull/2816), and previously [#1156](https://github.com/Semantic-Org/Semantic-UI/pull/1156), and [#1878](https://github.com/Semantic-Org/Semantic-UI/pull/1878)
1278
1279### Version 2.0.7 - July 23, 2015
1280
1281**Important Note**
1282This release should fix bugs some may have encountered with `npm install semantic-ui` hanging after set-up. See [this thread](https://github.com/Semantic-Org/Semantic-UI/issues/1816) for more details.
1283
1284**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.7+is%3Aclosed)**
1285- **API** - Fixed some cases where `onComplete`, `onSuccess` and `onFailure` would receive XHR as first parameter and not `response`. [#2713](https://github.com/Semantic-Org/Semantic-UI/issues/2713)
1286- **API** - Fixed issue where `onFailure` would pass response as stringified JSON and not a JS object [#2713](https://github.com/Semantic-Org/Semantic-UI/issues/2713)
1287- **Build Tools** - Fixed some cases of `npm install` with CI or tests. Install will not stop to ask questions if project has an existing `semantic.json` file (more quiet options to come) [#1816](https://github.com/Semantic-Org/Semantic-UI/issues/1816)
1288- **Dropdown** - Fixed border radius on `circular labeled icon button` [#2700](https://github.com/Semantic-Org/Semantic-UI/issues/2700)
1289- **Dropdown** - Fixed issue where dropdown nested inside `label` would not open. [#2711](https://github.com/Semantic-Org/Semantic-UI/issues/2711)
1290- **Popup** - Fixed issue where popup would not open on tablets with both touchscreen and mouse on mouseenter. [#2715](https://github.com/Semantic-Org/Semantic-UI/issues/2715)
1291
1292**[Merged PR](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.7+is%3Aclosed)**
1293- **Build Tools** - Fixed autoprefixer not correctly setting `last 2 versions` [#2717](https://github.com/Semantic-Org/Semantic-UI/pull/2717) **Thanks [@frontdevde](https://github.com/frontdevde)**
1294- **Gulp Import** - Fixes error `Cannot find module 'gulp-help'` which may occur when importing gulp tasks [#2653](https://github.com/Semantic-Org/Semantic-UI/issues/2653) [#2668](https://github.com/Semantic-Org/Semantic-UI/pull/2668) **Thanks [@fholzer](https://github.com/fholzer)**
1295
1296**Docs**
1297- **Recipes** - Add links to Sketch files for SUI. Add example repo on how to import gulp tasks.
1298
1299
1300**Minor Enhancements**
1301- **API** - All API callbacks now receive `xhr` from API request as the third callback parameter
1302
1303**Additional Fixes**
1304- **Checkbox** - Fix checkbox "check" appearing italicized when included inside italicized text
1305- **Popup** - Fixed terribly typo where popup `onShow` was mistakenly being called instead of `onHide` when hiding popup
1306- **Popup** - Popup on `touchstart` now occurs immediately without waiting for `delay.show`
1307
1308### Version 2.0.6 - July 22, 2015
1309
1310**Important Notes**
1311- **Form Validation** - In `2.0.4` `length` rules were corrected to match "exact length" and not "minimum length". This may have caused issues for those who were using this rule as min length previously. We've remedied any breaking changes introduced by by returning `length` to functioning as "minimum length" and added a new rule `exactLength` for matching exact length. #2681
1312
1313**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.6+is%3Aclosed)**
1314- **Dropdown** - Fixed issue where `disabled` dropdown would still receive focus [#2699](https://github.com/Semantic-Org/Semantic-UI/issues/2699)
1315- **Dropdown** - Fixed `restore value` sometimes now working correctly due to "animating out" label still being mistaken for selected. [#2690](https://github.com/Semantic-Org/Semantic-UI/issues/2690)
1316- **Dropdown** - Added `set exactly` to remedy confusion of `set selected` not removing current selections with multiple [#2689](https://github.com/Semantic-Org/Semantic-UI/issues/2689)
1317- **List**- Fixed issue where using an image variation like `ui image label` as a direct child of an `item` would remove right padding [#2691](https://github.com/Semantic-Org/Semantic-UI/issues/2691)
1318
1319**Additional Fixes**
1320- **Dropdown** - Fixed issue where using text labels, `useLabels: false`, would cause selection count to appear incorrect.
1321- **Dropdown** - Text labels, `useLabels: false`, now works correctly with `maxSelections`, and receives special UX considerations
1322
1323### Version 2.0.5 - July 20, 2015
1324**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.5+is%3Aclosed)**
1325
1326- **API** - Data replaced in urls, `urlData`, will now be url encoded by default. Additionally checks were added to avoid double encoding already encoded values. [#2394](https://github.com/Semantic-Org/Semantic-UI/issues/2394)
1327- **Checkbox** - Fix issue with `onChange` not firing when space key is used. Checkbox keyboard shortcuts now occur on `keydown` but cancel events correctly on `keyup` [#2676](https://github.com/Semantic-Org/Semantic-UI/issues/2676)
1328- **Radio Checkbox** - Fixed regression causing radio checkboxes to all appear selected in chrome due to `:indeterminate` selector [#2505](https://github.com/Semantic-Org/Semantic-UI/issues/2505)
1329- **Dropdown** - Fixed issue causing `multiple search dropdown` using [`search` inside menu](http://www.semantic-ui.com/modules/dropdown.html#search-in-menu) to break when multiple [#2666](https://github.com/Semantic-Org/Semantic-UI/issues/2666)
1330- **Message** - Fixed issues where icon would overlap in `icon message` when at mobile resolutions due to `flex-collapse` value being incorrect [#2665](https://github.com/Semantic-Org/Semantic-UI/issues/2665)
1331
1332**Additional Fixes**
1333- **Dropdown** - `<select>` dropdowns initialized without `multiple` property set on `<select>` will now produce an error to alert users selection will not be preserved correctly. Related [#2573](https://github.com/Semantic-Org/Semantic-UI/issues/2573)
1334- **Dropdown** - Dropdown `<option>` added with `userAddition` now receive class name `addition` to distinguish from original `<select>` options. [#2573](https://github.com/Semantic-Org/Semantic-UI/issues/2573)
1335- **Dropdown** - User additions now have their `<option>` removed if a user deselects an addition. [#2573](https://github.com/Semantic-Org/Semantic-UI/issues/2573)
1336
1337### Version 2.0.4 - July 17, 2015
1338
1339**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.4+is%3Aclosed)**
1340- **Build Tools** - Fixed issue where sub tasks were undefined when importing SUI's `build` and `watch` tasks into custom gulpfile #2648
1341- **Button** - Fixed `fluid buttons` not working correctly with `<button>` due to button tags not supporting `flex` rules. [#2617](https://github.com/Semantic-Org/Semantic-UI/issues/2617)
1342- **Button** - Fixed colored vertical basic buttons appearing 2px offset [#2655](https://github.com/Semantic-Org/Semantic-UI/issues/2655)
1343- **Checkbox** - Checkbox now focuses after click, allowing for tab navigation from current position [#2610](https://github.com/Semantic-Org/Semantic-UI/issues/2610)
1344- **Checkbox** - Fixed checkbox not using javascript having incorrect colors on focus [#2607](https://github.com/Semantic-Org/Semantic-UI/issues/2607)
1345- **Dropdown** - Fixed `search selection` appearing incorrectly inside menu (default text would not disappear) [#2624](https://github.com/Semantic-Org/Semantic-UI/issues/2624)
1346- **Form** - Added `doesntContain` and `doesntContainExactly` [#2638](https://github.com/Semantic-Org/Semantic-UI/issues/2638)
1347- **Form** - Fixed issue with `minLength[1]` validation not behaving same as `minLength > 2` [#2636](https://github.com/Semantic-Org/Semantic-UI/issues/2636).
1348- **Form** - Fixes errors when a field identifier is named `identifier` [#2629](https://github.com/Semantic-Org/Semantic-UI/issues/2629)
1349- **Form** - Form fields will now error when a non-string identifier is used
1350- **Formatting** - Fixed several source files that had `CR LF` (Windows) line endings [#2649](https://github.com/Semantic-Org/Semantic-UI/issues/2649)
1351- **Input** - Fixed `left action input` displaying with incorrect `input` border radius inside `ui form` [#2638](https://github.com/Semantic-Org/Semantic-UI/issues/2638)
1352- **Modal** - Modal `action` now uses a more specific selector to prevent modifying `comment action`
1353- **Popup** - `fluid` popup with `setFluidWidth: true` (default value), will now use `parent` width and not `offsetContext` width [#2526](https://github.com/Semantic-Org/Semantic-UI/issues/2526)
1354- **Popup** - Fixed issues where rounding could cause elements that are against edge of page from not appearing. Add new `jitter` setting for allowing popups to escape page boundaries by a small margin [#2526](https://github.com/Semantic-Org/Semantic-UI/issues/2526)
1355- **Segment** - Added additional variables for `inverted` segment.
1356- **Segment* - `horizontal segments` in IE will no longer stretch to the natural width of child imgs [#2550](https://github.com/Semantic-Org/Semantic-UI/issues/2550) [flexbug [#1](h](https://github.com/Semantic-Org/Semantic-UI/issues/1](h)ttps://github.com/philipwalton/flexbugs[#1-mi](https://github.com/Semantic-Org/Semantic-UI/issues/1-mi)nimum-content-sizing-of-flex-items-not-honored)
1357- **Sidebar** - `right`, `top`, and `bottom` sidebar will not have their direction removed on `destroy` [#2644](https://github.com/Semantic-Org/Semantic-UI/issues/2644)
1358- **Sticky** - Fixed `sticky` element that cannot fit in viewport not scrolling correctly when fixed to viewport [#2605](https://github.com/Semantic-Org/Semantic-UI/issues/2605)
1359- **Transition** - Fixed issue where animating same element in its own `onComplete` would fail because animation had not yet called `force visible/hidden` [#2583](https://github.com/Semantic-Org/Semantic-UI/issues/2583)
1360- **Visibility** - `refreshOnResize` now correctly includes a default value [#2615](https://github.com/Semantic-Org/Semantic-UI/issues/2615)
1361- **Menu/Segment/Table** - Consolidated `attached` logic for all components using attached. [#2599](https://github.com/Semantic-Org/Semantic-UI/issues/2599)
1362
1363**Additional Bugs**
1364- **Checkbox** - Fixed `space` shortcut causing checkbox to trigger twice
1365- **Checkbox** - Updated `colored` theme to add new focus color variables.
1366- **Popup** - `wide` and `very wide` popup will now limit themselves to normal popup widths on mobile so that they still appear on screen.
1367- **Message** - Fixes `attached icon message` not using `flex`
1368- **Sticky** - Fixed `sticky` content jumping from `fixed` to `bound bottom` when scroll position has surpassed bottom of container during page refresh.
1369- **Sticky** - Sticky no longer uses `bottomPadding` to determine bottom edge of container.
1370- **Steps** - Updated `basic` steps theme to appear correctly
1371
1372**Docs**
1373- Fixed theme previews appearing incorrectly in all UI in docs. Regex parsing `.variable` files would ignore first variable after a comment.
1374- Added individual examples of all form validation rules
1375- Partial rewrite of sidebar documentation
1376- Updated example in theme guide to include checkbox focus colors
1377
1378### Version 2.0.3 - July 8, 2015
1379
1380**Docs Updates**
1381- **Examples** - Source code examples have been greatly improved. Required class names for each example will be highlighted in yellow. Other UI elements used in examples will now link out to their definition pages.
1382
1383
1384**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.3+is%3Aclosed)**
1385- **Checkbox** - Checkbox initialized with JS and with `for/id` matching would cause toggle to occur twice on click (making it seem as if nothing was updated) **Thanks [@malacalypse](https://github.com/malacalypse)** [#2572](https://github.com/Semantic-Org/Semantic-UI/issues/2572)
1386- **Divider/Grid** - `vertical divider` no longer has inexplicable right border when stacked on mobile [#2558](https://github.com/Semantic-Org/Semantic-UI/issues/2558)
1387- **Dropdown** - Dropdown using `<select>` and `apiSettings` will now correctly add new `<option>` value when selections are made [#2573](https://github.com/Semantic-Org/Semantic-UI/issues/2573)
1388- **Icon** - `black icon` have been added back as a color option [#2556](https://github.com/Semantic-Org/Semantic-UI/issues/2556)
1389- **Icon** - Adds missing `square` and `square outline` icon [#2532](https://github.com/Semantic-Org/Semantic-UI/issues/2532)
1390- **Input** - Fixed errored input field having incorrect border radius with `labeled input`
1391- **Modal** - Modal that is larger than page height will now correctly reset body height on remove [#2576](https://github.com/Semantic-Org/Semantic-UI/issues/2576)
1392- **Popup** - Popup `preserve` setting (which preserves popup in DOM to avoid regenerating on each show/hide) was set to `true` by default causing generated popups to remain in DOM. [#1369](https://github.com/Semantic-Org/Semantic-UI/issues/1369)
1393- **Steps** - Fixed `github` theme for steps not displaying correctly in 2.0 [#2545](https://github.com/Semantic-Org/Semantic-UI/issues/2545)
1394- **Steps** - Last `step` no longer incorrectly shows arrow [#2552](https://github.com/Semantic-Org/Semantic-UI/issues/2552)
1395- **Transition** - Fixes `get current animation` erroring when `module cache` is cleared. [#2469](https://github.com/Semantic-Org/Semantic-UI/issues/2469)
1396
1397**Additional Bugs**
1398- **Form** - URL regexp will now match now works correctly, and matches against non `http://` prefixed urls like `www.google.com`
1399
1400### Version 2.0.2 - July 7, 2015
1401
1402**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.2+is%3Aclosed)**
1403
1404- **Dropdown** - Fixed regression in `2.0.1` causing search dropdown not to clear values correctly [#2533](https://github.com/Semantic-Org/Semantic-UI/issues/2533)
1405- **Site** - Sizing variables now are relative to `@emSize` adjusting all sizing variations proportionately as `@emSize` changes [#2538](https://github.com/Semantic-Org/Semantic-UI/issues/2538)
1406- **Dropdown** - Dropdown icon will now always toggle menu visibility [#2510](https://github.com/Semantic-Org/Semantic-UI/issues/2510)
1407- **Dropdown** - Pressing same key on dropdown with multiple choices with same first letter will now cycle selections. For example "California" then "Colorado" when pressing C [#2516](https://github.com/Semantic-Org/Semantic-UI/issues/2516)
1408- **Dropdown** - Dropdown now changes text before calling `onChange` callback so that callback reflects new dropdown conditions [#2539](https://github.com/Semantic-Org/Semantic-UI/issues/2539)
1409
1410**Additional Bugs**
1411- **Dropdown** - Clicking on label, or deleting a label will no longer trigger dropdown menu toggling
1412- **Dropdown** - Multiselect that do use text labels (e.g. "5 selected") will now remove filters on selection and scroll to last selected value
1413
1414### Version 2.0.1 - July 6, 2015
1415
1416**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.1+is%3Aclosed)**
1417- **Label** - Attached labels now use a border-radius for corner-edges that matches more closely [#2500](https://github.com/Semantic-Org/Semantic-UI/issues/2500)
1418- **Label** - Fixes incorrect label sizing for `large` and bigger sizes [#2486](https://github.com/Semantic-Org/Semantic-UI/issues/2486)
1419- **Segment** - Fixed incorrect margin set on `attached segment` [#2503](https://github.com/Semantic-Org/Semantic-UI/issues/2503)
1420- **Card** - `centered cards` variation now works similar to `centered card`. [#2520](https://github.com/Semantic-Org/Semantic-UI/issues/2520)
1421- **Checkbox** - Fixed issue in chrome where radio checkbox would appear incorrectly when no default value was selected [#2505](https://github.com/Semantic-Org/Semantic-UI/issues/2505)
1422- **Dropdown** - Fixed transparent tap color not being set correctly. Removed toggle behavior from touch events on multiple dropdown. [#2524](https://github.com/Semantic-Org/Semantic-UI/issues/2524)
1423- **Checkbox** - Fixed issue where radio checkbox were not properly receiving `checked` class [#2506](https://github.com/Semantic-Org/Semantic-UI/issues/2506)
1424- **Tab** - Tab now correctly obeys `cache` setting. Removed use of API's local caching by default. [#2493](https://github.com/Semantic-Org/Semantic-UI/issues/2493)
1425- **Form** - `reset` will no longer clear values if no default value is found [#2504](https://github.com/Semantic-Org/Semantic-UI/issues/2504)
1426
1427**Additional Bugs**
1428- **Dimmer** - Dimmer now removes variations like `blurring` and `inverted` when `destroy` is called.
1429- **Dropdown** - `restore defaults` in dropdown when used with multiple will now correctly clear other values selected that were not there on page load.
1430- **Dropdown** - Removes accidental console.log statement in dropdown
1431- **Dropdown** - Dropdown no longer closes after max selections reached and enter key used for selection.
1432- **Dropdown** - Dropdown will now show correctly when menu only includes a message with no other items
1433- **Menu** - Fixed `pointing menu` arrow color slightly off
1434- **Progress** - Progress included `debug: true` by default. This has been now correctly set to `false`
1435- **Modal** - `scrolling modal` now correctly inherits rules so that it appears at top of screen on mobile
1436- **Menu** - Inverted menu no longer includes a 1px transparent border.
1437- **Menu** - Fixes `compact vertical menu` using `flex` style incorrectly
1438- **Menu** - Fixes `border-top` not appearing on `bottom fixed` menu
1439- **Tab** - Fixed bug where remote loaded tab content would not show `loading tab` on first load.
1440
1441**Docs**
1442- **Form** - Clarified usage for `reset` in form docs [#2504](https://github.com/Semantic-Org/Semantic-UI/issues/2504)
1443- **Docs** - `1.0` docs are now available at [http://1.semantic-ui.com](http://1.semantic-ui.com) Link in footer has been fixed.
1444- **Image** - Fixed `mini image` having wrong pixel size in docs [#2521](https://github.com/Semantic-Org/Semantic-UI/issues/2521)
1445- **Image** - Added docs for missing `fluid image` variation
1446- **Modal** - Removed legacy JS animation settings still accidentally in docs
1447- **Tab** - Added new examples for `evaluateScripts` and HTML5 state tabs
1448
1449### Version 2.0.0 - June 30, 2015
1450
1451**Migration Guide**
1452
1453- **Modal** - If you are using a modal with image content, you will need to use `image content` on the parent element. This is because `flex` rules require parent styling that the previous `table-row` rules did not.
1454- **Modal** - Modal will now only close on buttons matching `deny` or `approve` selector. Any button that should hide modal on click should either match one of these selectors, or call `$('.ui.modal').modal('hide')` `onclick`.
1455- **Grid** - `page grid` has been deprecated. `page grids` used percentage gutters which made it unnecessarily difficult to style responsive page content. Moving forward we recommend using `ui container` a fixed width responsive container for holding page contents.
1456- **Dropdown** - Dropdowns will now change opening directions automatically based on available screen space. If you need to force a dropdown direction use `dropdown({ direction: 'upward'})`
1457- **Form Validation** - Form validation now passes settings through a `fields` object. This is to make form initialization match other components. The previous syntax will continue to work but will produce deprecation notices in console
1458- **Checkbox** - Checkbox `fireOnInit` now defaults to false. Checkboxes now also *do not require javascript* to function.
1459- **Dropdown** - Dropdown item `description` now are floated in default theme and should be included before other `item` content
1460- **Form** - `grouped inline field` no longer display horizontally. Use `inline field` instead for horizontal inline field groups.
1461- **Input** - `pointer-events` have been removed from `icon` in `icon input` unless a `link icon` is used. This is to make sure the hitbox for focusing an input includes the icon.
1462- **Popup** - Popups are no longer exclusive by default. Opening a popup will not necessarily close other visible popups. You can change this behavior by using the setting `exclusive: true`. Additionally the default theme now uses `1rem` size for standard popups.
1463- **Colors** - Default colors have been adjusted, which may cause slight changes in your design. New colors have also been added to fill in missing gaps in [color naming](http://en.wikipedia.org/wiki/Linguistic_relativity_and_the_color_naming_debate#Berlin_and_Kay).
1464- **Segment** - Segment no longer includes a [clearfix](http://learnlayout.com/clearfix.html) by default. You will need to specify a `clearing segment` to clear floated content.
1465- **Rail** - Rail now uses `border-box` instead of `content-box`. This means manually specified rail widths will now need to account for padding. This was added to fix issues where rail `height: 100%` would incorrectly match content when a rail had padding.
1466- **Menu** - `tiered menu` has been removed in `2.0`. This may be rewritten in the future, but was not up to the standards of the rest of the library and has been removed.
1467- **Tab** - `onTabInit` and `onTabLoad` have been renamed to `onFirstLoad` and `onLoad` respectively. This is to conform to the naming conventions of other modules (no self reference). Previous callbacks will continue to work but will produce deprecation notices in console. Two new callbacks `onVisible` and `onRequest` have been added as well.
1468- **Button** - `wide` variations using numbers `2 wide`, `3 wide` have been removed due to incompatibilities with some build tools. Please use `two wide`, or `three wide` instead.
1469- **Video** - The undocumented `video` module has been renamed to `embed`. Behaviors remain the same, but users need to adjust their javascript init to `$('.ui.embed').embed();`
1470- **API** - API `onFailure` will now be called **in all failure conditions**, when a request is errored (504, 404 etc), aborted (page change or CORS), or JSON does not pass `successTest` function. `onError` and `onAbort` will also fire for each specific failure condition.
1471
1472**New UI**
1473- **Container** - Containers are fixed width containers meant for holding page contents, and are a simpler alternative to `ui page grid`, view more [examples in docs](http://www.semantic-ui.com/elements/container.html#examples)
1474- **Multiselect** - New `multiple` dropdown types have been added. Many new dropdown improvements have been added including tagging/tokenizing features and loading data through API requests.
1475- **Embed** - New embed component allows for responsive iframe embeds that maintain their aspect ratio. Embed can be used with YouTube or Vimeo videos, along with placeholder content to avoid loading third party libraries until a user chooses to interact with the video.
1476
1477**Major Enhancements (Please Read)**
1478- **Site** - Added new colors `olive`, `violet`, `brown` and `grey`. These are available in all elements with color variations. **Thanks [@lemartialou](https://github.com/lemartialou)**
1479- **API** - API can now be used with mocked responses, and custom AJAX requests. `mockResponse` has been added to resolve request with a prespecified JSON object, or a synchronous function callback.
1480- **API** `mockResponseAsync` has been added for custom asynchronous requests. This allows you to specify a custom async callback to resolve an API request, helping with integration with libraries like Ember or Angular that may wrap AJAX requests.
1481- **API** - API callbacks now have an `onResponse` callback that can adjust a servers response before it is parsed by other callbacks for success or failure conditions. **Thanks [@mnquintana](https://github.com/mnquintana)**
1482- **API** - API now provides a local caching setting to avoid server roundtrips for identical urls by using `cache: 'local'`. This is not enabled by default. Local caching is useful for results that should return the same values across a single session, for example when querying an autocomplete.
1483- **Card** - Cards now support multiple custom `content` blocks. Content blocks and images can now appear in any order.
1484- **Checkbox** - Checkbox no longer require javascript to function.
1485- **Checkbox** - Added support for `indeterminate` checkboxes, along with new stylings.
1486- **Checkbox** - Now includes separate behaviors for triggering state changes without invoking callbacks `set checked` vs `checked`
1487- **Dropdown** - Added remote API integration with dropdown, to allow `search selection` to query against a remote dataset.
1488- **Dimmer** - Dimmers now have a `blurring` variation which apply a glass-like effect when dimmed
1489- **Dropdown** - Dropdowns now automatically observe changes in `menu` and will update selector cache with new additions
1490- **Dropdowns** - Added ability to add custom choices to all search selection dropdowns (multi/single) using `allowAdditions: true` setting. Search now displays error messages on no results in all cases.
1491- **Dropdown** - Keyboard shortcuts have been added for selecting dropdown choices, for example "N" will scroll to "New York" in a state selection list, similar to native `<select>` behavior.
1492- **Dropdown** - Added new dropdown variation `scrolling dropdown` and `scrolling menu`, this can be used to include a scrollable section inside a dropdown menu.
1493- **Dropdown** - Dropdown will automatically animate upward if there is not enough space to appear below.
1494- **Dropdown** - Using `page up` and `page down` keys will now scroll menus by a page at a time
1495- **Form** - Forms now use `flexbox` for creating field groups. Inline fields now support `(x) wide` sizing using `flex`
1496- **Grid** - Grids now use `flexbox`, columns are now all equal height by default. New flexbox alignment types like `stretch` have been added for easier vertical alignment.
1497- **Multiple UI** - Many components now use flexbox, which means previous confusing fixes like `font-size: 0;` to remove [white-space from inline block](https://css-tricks.com/fighting-the-space-between-inline-block-elements/) is no longer necessary. Removing this hack, now means any element can be a direct child of `grid` or `menu`.
1498- **Modal** - Added new settings `blurring` and `inverted` which automatically set a modal's dimmer to either inverted or blurring.
1499- **Menu** - Menu now uses flexbox. This allows menu items to match each others heights regardless of each items content size. `right menu` content should now follow other menu content instead of preceding it (no longer uses float).
1500- **Grid** - Grids are now `flexbox` and `equal height` by default, the `equal height` variation can safely be removed
1501- **Popup** - Popup has been rewritten to drastically improve performance, especially when testing multiple positions.
1502- **Transition** - Fallback javascript animations have been removed from UI components like dropdown and popup to increase performance. This removes need for expensive pseudo selectors like `:visible`, `:animated` and `:hidden` and reduces filesize.
1503- **Form Validation** - Form validation now uses a single `settings` object like other modules. Using `(fields, settings)` will continue to work but will produce a deprecation notifications in `console`
1504- **Form Validation** - Form validation now supports many new validation rules, including some specifically for use with multiple select values.
1505- **Item** - Items now uses `flexbox` for layout.
1506- **Message** - `icon message` now uses `flexbox` for layout
1507- **Menu** - `vertical tabular menu`, a vertical tab menu, has been added
1508- **Input** - All `input` types use `flexbox` for layout
1509- **Segment** - Segments now support complex nesting, many new rules for how segment groups should appear inside groups
1510- **Segment** - New `horizontal segment` groups make laying out auto resizing text columns much easier.
1511- **Sidebar** - iOS will now correctly report `scrollTop` values for `document` or `body` when using a sidebar. Chrome on iOS no longer has issues with fixed content not sticking immediately when using a sidebar.
1512- **Shapes** - Shapes now correctly adjusts for margin on `sides`
1513- **Steps** - Steps now use `flexbox`, fluid steps now center content inside each step
1514- **Steps** - Steps no longer need `item count` and will automatically divide evenly
1515- **Transition** - Transition code has been optimized to increase performance. 100% improvement on first animation, and 40% improvement on subsequent animations.
1516- **Visibility** - Using `.visibility({ type: 'fixed'})` will now automatically add a placeholder element which will swap places with an element when it is attached to the viewport. This should make fixed content drastically simpler.
1517- **Visibility** - Visibility and sticky now use a more performant [pub/sub pattern](http://davidwalsh.name/pubsub-javascript) that will only attach a single event to context `scroll`.
1518- **Visibility** - Added two new visibility callbacks `onOnScreen` and `onOffScreen`, which occur, most obviously when an element first appears in or out of a browser's viewport.
1519
1520**Enhancements**
1521- **Site** - Added many new site variables, including the ability to control input size across all UI `inputPadding`, along with more border colors, accents, and colors.
1522- **Accordion** - adds `onOpening` and `onClosing` callback (before animation) to go with `onOpen`, `onClose` (after animation) **Thanks [@cluppric](https://github.com/cluppric)**
1523- **Accordion** - Added `on` setting for specifying accordion trigger event.
1524- **Activity Feed** - Activity feed has been rewritten to use `flexbox`
1525- **API** - API now has new settings `throttleFirstRequest` and `interruptRequests`. Interrupt requests will abort a previous request on an element when making a new request. `throttleFirstRequest`, sets whether the first request or only subsequent requests should be throttled when a `throttle` duration is specified.
1526- **Build Tools** - Build tools will now display pre-specified errors when a theme file is missing or an element specifies an unavailable theme.
1527- **Build Tools** - Adjusting `site.variables` will now rebuild all UI, instead of just `site.less`
1528- **Button** - Added `:focus` styles for all button types, all button examples in docs now are keyboard focusable using either `<button>` or `tabindex` where appropriate.
1529- **Card** - Card now includes a `centered` variation
1530- **Checkbox** - Checkbox will now gracefully correct behaviors invoked on the child input element instead of the `ui checkbox`.
1531- **Checkbox** - Reduced kb size of icon font
1532- **Divider** - `vertical divider` inside `ui grid` now accounts for column padding
1533- **Dropdown** - Nested `scrolling` menus now support keyboard selection, e.g. pressing "A" for apple, and keyboard scrolling.
1534- **Dropdown** - Dropdowns now have `match` setting to specify whether to match on `text`, `value` or `both`
1535- **Dropdown** - Multi select dropdowns now have new settings for specifying maximum selection count
1536- **Dropdown** - Dropdown has new `placeholder` setting for setting placeholder text in javascript
1537- **Dropdown** - Added `showOnFocus` option that lets you specify whether dropdown menu should show on focus
1538- **Dropdown** - `fullTextSearch: true` now uses fuzzy search (same as `ui search`)
1539- **Dropdown** - Page down and page up now works with dropdown menus
1540- **Dropdown** - Dropdown initialized with `disabled` prop on an `option` will now correctly appear disabled
1541- **Dropdown** - Added `disabled item` state, disabled items will automatically be skipped with keyboard selection
1542- **Form** - Added a host of new styles for form fields autocompleted by your browser, including autocompleted error, and focus states
1543- **Form** - Added placeholder color rules for IE, `ms-input-placeholder`
1544- **Form** - Fix `errored field` dropdown keyboard selection color
1545- **Form** - Adds form `success` state
1546- **Form Validation** - Added `is valid` behavior, returns `true/false` if form is valid
1547- **Form Validation** - Added `different[field]` rule which requires a field to be different than another field
1548- **Form Validation** - `data-validate` now takes precedence over other validation matching schemes like `name` or `id`
1549- **Form Validation** - New rules for matching against custom regular expressions
1550- **Form Validation** - Form validation now has `minCount`, `maxCount`, and `exactCount` for validating multiple selections
1551- **Grid** - `celled grid` now removes internal cells on mobile and tablet when used with `doubling` grid responsive variation.
1552- **Grid** - Added `large screen only` and `widescreen only` responsive variations for grid.
1553- **Grid** - `equal width` grids now works without `row` wrappers
1554- **Grid** - rows can now be `stretched` as well as `middle aligned`, `bottom aligned` and `top aligned`!
1555- **Grid** - Fixed margins on `internally celled` grid
1556- **Grid** - `celled` and `internally celled` grid now use flexbox instead of `display: table;`
1557- **Headers** - Added new header type `sub header`, useful for displaying small headers alongside text content. See examples [in the header docs](http://www.semantic-ui.com/elements/header.html#sub-headers)
1558- **Image** - Images now include a `spaced` variation for adding whitespace around images when used inline with text.
1559- **Input** - Added placeholder color rules for IE, `ms-input-placeholder`
1560- **Input** - Action input now supports multiple buttons, and dropdown
1561- **Label** - Labels now have `active` and `active hover` states
1562- **Label** - Label now sets an `img` height even when not using an `image label`
1563- **List** - Any content inside a `ui list` can now be vertically aligned
1564- **Menu** - Add examples/documentation for `fixed menu`
1565- **Menu** - Added `stackable` menu variation for simple responsive menus
1566- **Menu** - Added many new variables to menu
1567- **Menu** - Fixed several inheritance issues for `dropdown item` inside `menu` appearing as `menu item`.
1568- **Menu** - Horizontal menus now set a default image size for images / logos
1569- **Menu** - Menus items are now slightly more padded
1570- **Menu** - The hover/active state of `dropdown item` have been adjusted to match `item`. Dropdown styles can be themed specifically inside `menu`.
1571- **Menu** - Vertical dropdown menus are no longer 100% `min-width`
1572- **Modal** - Modal now uses an adjusted `scale in` transition in the default theme, that should be more subtle and work better with long modal content.
1573- **Modal** - Modal `onApprove` and `onDeny` now receive the activating element as the first parameter. Added documentation about using `return false` to avoid hiding element on click.
1574- **Modal** - Modal content now uses flex, image content now requires `image content` class on parent to allow for flex stylings.
1575- **Popup** - Popup now defines a `transform-origin` so animations will be affected by the direction the element is placed
1576- **Popup** - `onShow` and `onHide` callback can now cancel popup from showing or hiding by returning false
1577- **Popup** - Added more size variations for popup `mini`, `tiny`
1578- **Progress** - `indicating` labels now are more legible use separate css variables from `indicating` bar color
1579- **Reveal** - Added new `active` state that allows you to show `reveal` programmatically
1580- **Search** - Cache can now be cleared using `$('.search').search('clear cache')`
1581- **Segment** - Added `padded` and `very padded` segment variations
1582- **Search** - Search now operates off a unique id generated by result position to retrieve results. For example category #1's first result is 'A1' . Previously result titles were used as their "id", which could cause issues with duplicate titles, or results that do not contain a title.
1583- **Search** - Search will now automatically add class `category` when using `type: category`.
1584- **Search** - Search will now generate `results` container if one is not present on init
1585- **Search** - Search now uses `em` for resizes, making sure it will resize with the surrounding content
1586- **Search** - Search `prompt` now has focus styles defined if not using `ui input`
1587- **Segment** - Added `clearing` segment for cases that need a [clearfix](http://learnlayout.com/clearfix.html).
1588- **Sidebar** - Improved animation performance through performance debugging. Sidebar now caches, width, height, rtl direction on load.
1589- **Site** - Fixed mixed globals `@defaultDuration` and `@transitionDuration` usage to use a single variable across all UI `@defaultDuration`, the same for `@defaultEasing` and `@transitionEasing`
1590- **Site** - Added in `pageOverflowX` variable, default theme hides horizontal scrollbars on `body`
1591- **Site** - Added default `focus` colors for all color variations
1592- **Site** - All floating/raised variations now inherit from a global `@floatedShadow` making theming easier
1593- **Sticky** - Sticky now internally caches current scroll position when `cantFit = true` to avoid getting DOM property on scroll.
1594- **Statistic** - Added new evenly divided group variation, for example `three statistics` shows 3 per row
1595- **Statistic** - Statistic group now use `flex`. Styles have been updated.
1596- **Steps** - Added `attached` steps, which can now be attached to other UI like `segment`
1597- **Tabs** - Tab will now manually correct page scroll position when linking to an in-page anchor in a hidden tab
1598- **Tabs** - Added new callbacks `onTabVisible` and `onRequest`
1599- **Tabs** - Added `parseScripts` option, defaults to `once` parsing inline scripts only first load
1600- **Table** - Adds `selectable table` variation, which shows hover effect on row when hovering
1601- **Table** - Added `vertical alignment` variations to `ui table`
1602- **Table** - Added `single line` table variation which prevents text from wrapping
1603- **Transition** - Adjusting `style` or `class` during a transition, will no longer reset the change after transition completes.
1604- **Transition** - Transition will no longer force visible/hidden with inline styles if `onComplete` callback sets visibility.
1605- **Visibility/Sticky** - Visibility and sticky now refresh automatically after page content loading to deal with changes in position from images loading
1606- **Visibility/Sticky** - Visibility now uses pub/sub pattern to greatly improve scroll performance when attaching multiple events
1607- **Visibility** - Visibility includes a new setting `checkOnRefresh` which determines whether visibility callbacks should occur on resize or refresh
1608- **Visibility** - Visibility `image` will now wait to lazy load images that are *above* the current screen position, not just below.
1609
1610**Bugs**
1611- **All Modules** - Performance logging now delays 500ms instead of 100ms for console logging to ensure all logs are captured in one group
1612- **All Modules/Transition** - Transitions no longer use `rotateZ(0deg)` to trigger GPU display of visible state. This causes issues with `transform` creating new stacking context that can disrupt `z-index`.
1613- **Accordion** - Fixed bug where `exclusive: true` could sometimes cause other accordion element animations to get stuck when animating rapidly
1614- **API** - API longer uses `readyState = 0` as sole check for request abort, this may accidentally trigger with `JSONP` or `CORS` requests.
1615- **API** - Fixed `this` context of `beforeSend` to use `stateContext` not `element`
1616- **API** - Fixed `loadingDuration` not correctly delaying requests when invoking with `.api('query')`
1617- **Build Tools** - Fixes issue with out of date minify dependency causing rules with `background: inherit;` to be removed.
1618- **Button** - Fixed `attached buttons` 1px offset when attached to segment and menu (border vs box shadow border)
1619- **Card** - IE11 now can correctly use `flexbox` cards **Thanks [@Widcket](https://github.com/Widcket)**
1620- **Checkbox** - Fix `disabled checkbox` sometimes displaying hand cursor
1621- **Checkbox** - Fixes nested `dropdown` inside `checkbox` causing issues
1622- **Checkbox** - Fix `:focus` styles only applying if checkbox is unchecked
1623- **Divider** - Hidden divider now correctly hides vertical dividers
1624- **Divider** - Fixes single icon alignment inside `vertical divider` or `horizontal divider`
1625- **Divider** - Fixed slight offset in `vertical divider` when it automatically adjusts to `horizontal divider` inside a `stackable grid`
1626- **Dropdown** - `focus` after changing tabs will no longer cause menu to re-open **Thanks [@trevorharwell](https://github.com/trevorharwell)**
1627- **Dropdown** - Fix issue with search dropdown refocusing on self the first time after "tabbing" away in Chrome
1628- **Dropdown** - Fixes issue with headers disappearing inside of `ui dropdown` when nested in `ui menu`
1629- **Dropdown** - Fixes `onChange` to fire when input value changes, not just when menu UI changes
1630- **Dropdown** - Dropdowns with `transition: none` now work correctly.
1631- **Dropdown** - Fixed issue where `sortSelect` was relying on object key enumeration order which is browser dependent and unreliable. It now uses a sort function which functions the same in all browsers
1632- **Dropdown** - Fixed issue with `search selection` not changing text when reselecting same value from list
1633- **Dropdown** - Fixed `min-width` issues causing background to not appear behind unwrapped text with `white-space: nowrap`
1634- **Dropdown** - Dropdown `menu` now use same font size as dropdown
1635- **Dropdown** - Fixed dropdown `metadata` attribute caching causing issues with React integration
1636- **Dropdown** - Fixed border radius on `sub menu` when aligned `left`
1637- **Dropdown** - Fixed `inline dropdown` icon not aligning with content
1638- **Dropdown** - Fixed behaviors called on `<select>` after initialization not being correctly applied to `ui dropdown`
1639- **Dropdown** - Fixed issue with matching boolean values, and using `set selected` with `true` or `false`
1640- **Dropdown** - Fixed `search dropdown` submitting parent form when enter shortcut pressed
1641- **Dropdown** - Fixed dropdown menu items should not center inside of a center aligned container.
1642- **Dropdown** - Fixed some cases where onChange would not occur for values matching equality against '', for example `0`
1643- **Form** - Form will no longer set a height for `textarea` using the `rows` property
1644- **Form** - `inline fields` are now `1em` and do not match label's reduced size
1645- **Form** - `field` inside `fields` no longer produce double sized margins.
1646- **Form** - Form sizes and input sizes now inherit from `site.variables`
1647- **Form Validation** - Fixed bug causing `match` rule not to work as expected.
1648- **Form Validation** - Fixed `clear` and `reset` causing validation error to appear on checkbox if empty rule was set on checkbox.
1649- **Form Validation** - Form validation now validates correctly on `<select>` change
1650- **Form** - Fixed autocompleted `ui selection dropdown` having dropdown icon z-index issues
1651- **Form/Input** - `ui labeled input` inside `form` will no longer escape column width. `ui fluid input` will now use input widths shorter than browser default.
1652- **Grid** - Fixed responsive styling for grid types, more consistent display for `divided`, `celled,` on mobile
1653- **Grid** - Fix `doubling row` not working correctly inside a different `doubling grid` (css spec issue)
1654- **Grid** - Fix `doubling grid` incorrectly applying width to `(x) column row`
1655- **Grid** - First column on `stackable grid` no longer receives top margin
1656- **Grid** - `x column wide` inside `equal width/height` now cannot grow beyond column size
1657- **Grid** - Fixes colored grid columns not appearing when not nested in rows
1658- **Icon** - Fixes `ascending` and `descending` icon being swapped
1659- **Icon** - Fixes phone icon only appearing as alias `call`
1660- **Image** - `rounded image` and `circular image` now apply border radius to all child elements, fixing dimmers, and other content rounding
1661- **Input** - Fixed improper left padding on `transparent left icon input` **Thanks [@zxfwinder](https://github.com/zxfwinder)**
1662- **Input** - Fixed `placeholder` color not changing correctly on focus **Thanks [@zxfwinder](https://github.com/zxfwinder)**
1663- **Input** - Fixed right padding on `labeled input` that were not `corner labeled`
1664- **Label** - Labels inside `header` now vertical align better by accounting for line height offset
1665- **List** - `horizontal list` are now aligned `middle` by default, while vertical lists are aligned `top`.
1666- **List** - Fixes numbers not appearing when using `inverted ordered list` **Thanks [@pcj](https://github.com/pcj)**
1667- **List** - `a` elements inside a `ui list` will no longer apply styles on `ui` elements like `button` **Thanks [@ahtinurme](https://github.com/ahtinurme)**
1668- **List** - Fixed `divided bulleted list` child lists getting wrong indent
1669- **List** - Bullets and numbers are no longer selectable in `bulleted list` and `ordered list`
1670- **List** - Fixed `inverted bulleted list` bullet color
1671- **List** - Fix first element touches border on `ui horizontal celled list`
1672- **List** - Added many new variables for link stylings inside list, added separate variables and defaults for child-list spacing
1673- **Loader** - Fix position of `inline centered loader` to be centered correctly
1674- **Message** - Message now uses `@lineHeight` from `site.variables`
1675- **Menu** - Fixed menus like `left fixed` `right fixed` are all now class order dependent.
1676- **Menu** - Fixed 1px border on last element of inline menus like `pagination menu` or `compact menu`
1677- **Modal** - Modal no longer hides page scroll bar causing dimmed page content to jump positions.
1678- **Modal** - Fixed bug where clicking an element detached from dom would cause modal to hide prematurely
1679- **Modal** - Clicking on other modals will no longer close open modal when `allowMultiple: true`
1680- **Modal** - Fixed `scrolling` class not being removed after opening a normal modal after a `scrolling` modal.
1681- **Message** - Updated all message colors for legibility
1682- **Message** - Close icon position adjusted to align with headers
1683- **Menu** - Fixes divider appears on last element of `(x) item menu`
1684- **Menu** - Fixed `top attached menu` not having margin-top, and `bottom attached menu` not having `margin-bottom`
1685- **Menu** - Menu now has a `min-height` that matches standard item padding
1686- **Menu** - `dropdown menu` in a `secondary pointing menu` or `tabular menu` now receive distinct active styling from other `active item`
1687- **Menu** - Fixed arrow position in `pointing menu` to be more consistent, round to exact pixels and account for arrow border width
1688- **Menu** - Fix issue with `pointing` arrow having too high a `z-index` and appearing above `ui dropdown menu`
1689- **Modal** - `scrollable modal` now correctly adds padding below modal
1690- **Modal** - Modal with `detachable: false` inside `ui sidebar` `pusher` element will now show correctly
1691- **Popup** - Popup now correctly adjusts if `data` attributes change
1692- **Popup** - Fixes issue with `min-width` in firefox exceeding `max-width` causing element to not wrap correctly
1693- **Popup** - Popup will now produce an error message and not mistakenly appear in the top left corner of page, if called with a `popup` or `target` that does not exist.
1694- **Popup** - Popup will no longer appear incorrectly if the targeted element is not visible on page
1695- **Popup** - Fixed bug which could cause pre-existing inline popup to be removed from DOM after hiding
1696- **Popup** - Fixes popup offstage position calculations with pages including horizontal scrollbars
1697- **Popup** - Added `addTouchEvents` to specify whether touch events should be added to trigger popup on mobile
1698- **Progress** - Fixed bug where percentage complete values between 0-1% would display incorrectly (0.5% would show as 50%)
1699- **Rail** - Rail 100% height now uses `border-box` to ensure exact height match to container
1700- **Rating** - Rating now correctly adjusts if `data` attributes change
1701- **Reveal** - Removed `masked` reveal, all reveals are masked by default
1702- **RTL** - Fixed `rtl: 'both'` in `semantic.json` not building both versions of source correctly.
1703- **Search** - Search will no longer incorrectly produce an error when API settings are passed through metadata
1704- **Sidebar** - Top/Bottom sidebar will now show scroll bars correctly when taller than 100% page height
1705- **Sidebar** - Fixed bug where having a `style[title]` in page causing page not to be pushed correctly
1706- **Sidebar** - Last menu item now has a border when sidebar and menu are used together
1707- **Segment** - Segment groups can now be `raised` or `piled` or `stacked`
1708- **Search** - Fixed `category search` not applying active styles correctly to category names
1709- **Search** - Fixed `onSelect` not returning the correct value when using `type: category`
1710- **Search** - Fixed `onSelect` returning the first term that matches the beginning of the selected value not the exact value.
1711- **Search** - Fix `loading search` with an `icon button` causing double loaders.
1712- **Search** - `searchFields` setting now correctly replaces default fields instead of adding the user fields to defaults
1713- **Search** - Calls to `set value` or `query` now obey `minCharacterLength`
1714- **Search** - Search API calls now use the same level debug settings as search
1715- **Steps** - Fixes bug where `ordered steps` had smaller numbers in `IE10`
1716- **Steps** - Fixed bug where `stackable steps` were not working correctly
1717- **Sticky** - Fix issue with sticky content scroll css transition causing element to scroll too slowly when cannot fit on screen.
1718- **Sticky** - Fix issues when `pushing: true` with sticky content having incorrect bottom spacing, when container has bottom padding
1719- **Sticky** - Fixed issue with sticky content animating width on display in some cases.
1720- **Tab** - multiple tab groups initialized together with `context: 'parent'` will now each use their own parent
1721- **Tab** - Tabs now use the standard component design pattern internally
1722- **Table** - Fixes `sorted` column are not correctly centered with `center aligned` due to margin on sort icon
1723- **Table** - Fixes `ascending` and `descending` icons were reversed in table
1724- **Table** - `very basic table` now works together with `padded table`
1725- **Table** - Fix inheritance of text alignment and vertical alignment
1726- **Transition** - Fixed bug where transition out would cause unwanted focus event in IE if element has focus
1727- **Transition** - Calling an `out` animation during an `in` animation with `queue: false` now correctly calls the `complete` event of the original animation
1728- **Transition** - Fixed bug where transition could sometimes not occur when an element was determined to always be hidden
1729
1730**Changes**
1731- **All Modules** - All modules now default to `verbose: false`
1732- **Accordion** - Accordion no longer sets a `font-size` to better couple with other components defaults
1733- **Button** - Button focus color now uses hoverColor background instead of blue box shadow
1734- **Button** - `basic colored button` now grow their border size to 2px in default theme on hover
1735- **Breadcrumb** - Fixed breadcrumb `em` rounding, adjusted distance in default theme
1736- **Card** - Card styles have been adjusted, `link card` now raise to show selection. Colored variations now have shadows.
1737- **Checkbox** - Toggle now uses `@primaryColor`
1738- **Dropdown** - Dropdown padding values now resolve to exact pixel values from em
1739- **Dropdown** - `item` `description` is now floated by default
1740- **Feed** - Removed `extra text` pointer border
1741- **Form** - `set value` no longer automatically calls `validate form`
1742- **Grid** - Small computer `page grid` gutters have been adjusted from 8% to 3% to allow for roomier layouts on small screens.
1743- **Grid** - Vertically divided grids now double row spacing to account for dividers
1744- **Grid** - `center aligned` no longer centers rows, just text. Use `centered grid` to center a grid column on the page.
1745- **Header/Table/Divider** - These components now pull border color defaults from `site.variables` instead of using their own values
1746- **Image** - `avatar image` size has been slightly decreased
1747- **Image** - `mini image` default width has been increased to `35px`
1748- **Item** - item `description` now longer sets a `max-width`
1749- **Icon** - `disabled icon` now have `pointer-events` again.
1750- **Label** - Label size now varies by type. `pointing label` are now `1em` by default.
1751- **Label** - Padding on `corner label` has been increased
1752- **Input** - Input now use `em` instead of `rem` so they will inherit the size of the elements they are nested inside
1753- **Progress** - Update contrast on `indicating`, update default styles. Fixed some examples
1754- **Menu** - Menu now uses `border` for borders instead of `box-shadow`
1755- **Menu** - `secondary pointing menu` has had some slight design tweaks, thinner lines, more padding
1756- **Menu** - Active sub-menu items are now `bold`
1757- **Menu** - Menus no longer have additional borders on `active item` in the default theme
1758- **Menu** - `tiered menu` has been removed
1759- **Menu** - Increased contrast on `inverted` menu selection for legibility
1760- **Modal** - Modals now used fixed widths and not percentage widths. Widths might be slightly different.
1761- **Modal** - Modal no longer observes DOM changes by default, added setting to enable
1762- **Message** - Slightly increases `box-shadow`
1763- **Popup** - Popups now default to `exclusive: false` and will not hide other popups when opening
1764- **Popup** - Popup no longer produces a console error when a position cannot be found on the page.
1765- **Rating** - Rating styles have been adjusted to use subtle transitions and tweaked color values.
1766- **Segment** - **Clearfix** has been removed from `ui segment`
1767- **Sidebar** - Sidebar `legacy` animations have been removed. 3D transforms are now available in all supported browsers.
1768- **Search** - Slightly adjusted search result theme for clarity
1769- **Segment** - Segment now uses `border` for border instead of a second `box-shadow`, this may adjust position by 1pixel
1770- **Statistic** - Statistic label styles have been updated
1771- **Site** - Additional font variables have been added to site to help clarify variable purpose.
1772- **Site** - Increase contrast on default hovered/down colors for colored variations
1773- **Site** - Page background is now `#FFFFFF` by default instead of an offwhite `#F7F7F7`
1774- **Site** - Adjusted global line height to the closest even pixel value
1775- **Table** - Table header colors and padding defaults have been slightly adjusted
1776- **Table** - Horizontal cell padding has been slightly reduced, and cell borders are slightly lighter.
1777- **Transition** - Transition no longer checks for vendor prefixed `animation-name` css property. This was introduced in jQuery `1.8`
1778- **Transition** - Some transition have been modified so that the `in` animation is more telegraphed than the `out` animation, which may now recede more gently.
1779- **Visibility** - In returned `calculations` object, `visible` and `hidden` are renamed to `onScreen` and `offScreen`, since this describes more accurately what the value represents.
1780
1781### Version 1.12.3 - May 20, 2015
1782
1783**Announcement**
1784Version 2.0 will be launching on June 1st, which will include 100+ bug fixes, enhancements, new ui, and default theme improvements.
1785
1786**Bugs**
1787- **Grid** - Fixes bug causing colored variations not to work on columns without row wrappers. Backport from `2.x`
1788
1789### Version 1.12.2 - May 4, 2015
1790
1791**Bugs**
1792- **Dropdown** - Fixed `left` and `right` arrow does not move input cursor with `visible selection dropdown`. Event accidentally prevented by `sub menu` shortcut keys.
1793
1794### Version 1.12.1 - April 26, 2015
1795
1796**Bugs**
1797- **Dropdown** - Fixes issue with chained dropdown methods used on a `<select>` not applying to the generated `ui dropdown` **Backport from 2.0**
1798- **Input** - Fixes labeled inputs not adjusting correctly with flex. **Backported from 2.0**
1799- **Input** - Fixes placeholder text color prefixes for `webkit` **Backport from 2.0**
1800- **Progress* - Fixes rounding error in precision settings *Thanks @aaroncox*
1801- **Popup** - Removes `min-width: moz-max-content` from popups, which may cause display differences between chrome and FF
1802
1803### Version 1.12.0 - April 13, 2015
1804
1805**Enhancements**
1806- **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.
1807- **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.
1808
1809**Changes**
1810- **Popup** - Popup no longer produces a console error when it cannot find an adequate position in the browser viewport.
1811
1812**Bugs**
1813- **Build Tools** - Fixes issue with component glob matching twice (causing build to include file twice) if duplicate values found in `semantic.json` component.
1814- **Input** - Backports fix from `2.x` for `ui fluid input` not appearing correctly.
1815- **Visibility** - Fixed issue where `precache` behavior was missing from visibility causing `image` lazy loading to fail
1816
1817### Version 1.11.8 - April 13, 2015
1818
1819**Bugs**
1820- **Build Tools** - Fixed `npm install` without `semantic.json` to merge changes with site theme and packaged themes in a similar fashion to `npm update`
1821- **Build** - `gulp build` now properly warns against missing `semantic.json` **Thanks [@rudyrk](https://github.com/rudyrk)**
1822
1823### Version 1.11.7 - April 13, 2015
1824
1825**Bugs**
1826
1827- **Sticky** - Fixes errant `console.log` statement appearing in source
1828- **Card** - Fixes card `flex` display issues in IE
1829- **Build Tools** - Fixes issue where `npm update` install scripts would remove custom themes from `src/themes/` during copy after updating Semantic UI
1830
1831### Version 1.11.6 - March 27, 2015
1832
1833More critical bug backports from `2.x` branch, as well as fixes for browserify
1834
1835**Bugs**
1836- **Menu/Dropdown** - Fix dropdown headers disappearing inside menus
1837- **Dropdown** - Fix unescaped character in css property causing css validation errors
1838- **Form** - Fix `grouped required` fields display issues **Thanks [@palmsey](https://github.com/palmsey)**
1839- **All UI** - Fix `index.js` npm build to work with browserify in individual component repos **Thanks [@sdimit](https://github.com/sdimit)**
1840- **LESS Repo** - Add missing `semantic.less` file to less repo for importing components
1841
1842### Version 1.11.5 - March 23, 2015
1843
1844This version backports several bugs that were being packed in `2.0` to `1.x`.
18452.0 will be coming in the next 1-2 weeks.
1846
1847**Bugs**
1848- **Build Tools** - Adjusting site.variables will now rebuild all UI, instead of just site.less
1849- **Build Tools** - LESS will now throw errors correctly in `watch`
1850- **Card** - Fixes dimmer background shorthand property causes transparent dimmer in minified version
1851- **Dimmer** - Fixed `variation` setting not working correctly
1852- **Dropdown** - `onChange` no longer fires when reselecting same value
1853- **Dropdown** - Fix bug where element will not blur on tab key when search selection and no selection made
1854- **Dropdown** - Dropdown init on `select` now returns `ui dropdown` created for chaining
1855- **Dropdown** - Dropdown `focus` color has been adjusted to match forms more closely
1856- **Dropdown** - Fixes IE10 scrollbar width in menu (calc was being precompiled in LESS) **Thanks [@gabormeszoly](https://github.com/gabormeszoly)**
1857
1858### Version 1.11.3-4 - March 6, 2015
1859
1860**Enhancements**
1861- **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`.
1862
1863**Fixes**
1864- **Build Tools** - Fix issues with minified CSS `@import` not being on top of minified semantic ui concatenated release due to [bug in clean-css](https://github.com/jakubpawlowicz/clean-css/issues/476)
1865- **Grid** - Fixes `stackable` `equal height/width` grid to remove `flex` on mobile when stacking
1866- **Grid** - Fixed `right/left/center aligned` to adjust `align-items` in flex containers like `equal height/width`
1867
1868### Version 1.11.2 - March 6, 2015
1869
1870**Enhancements**
1871- **Accordion** - Accordion can now specify a trigger element instead of `title`, added an [example in docs](http://www.semantic-ui.com/modules/accordion.html#changing-trigger)
1872- **Accordion** - Accordion can now hide while opening animation is still occurring
1873- **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](http://www.semantic-ui.com/collections/grid.html#equal-height)
1874- **Header** - Labels inside headers have been slightly increased in size
1875- **Search** - Search now uses internally [fuzzy search](https://github.com/bevacqua/fuzzysearch) as its new full text search algorithm.
1876
1877**Important Fixes**
1878- **Build Tools** - Fix issues with minified component CSS `@import` not always being on top of files due to [bug in clean-css](https://github.com/jakubpawlowicz/clean-css/issues/476)
1879
1880**Bugs**
1881- **Accordion** - Removed mistaken extra `1px` top border on nested `styled accordion`
1882- **Modal** - Fixes modal `buttons` on mobile devices to not have extra bottom padding.
1883- **Card/Dimmer** - Fix dimmer z-index being too high when inside a `ui card`. Added variable for specifying default dimmer color inside card.
1884- **Site** - `h1-h5` now have no top margin when `first-child` and no bottom margin when `last-child`
1885- **Dropdown** - Fix issue in `setup reference` (added in `1.11.1`) where chaining would not return `ui dropdown` immediately after initialization
1886
1887### Version 1.11.1 - March 5, 2015
1888
1889**Enhancements**
1890- **Dropdown** - Calling behaviors on a dropdown `select` will now automatically route them to the appropriate parent `ui dropdown`
1891
1892**Bugs**
1893
1894- **Grid** - Fix issue in `centered grid` not centering `column` inside `row`
1895- **Dropdown** - Added select styles for elements before they are initialized instead of FOIC (Flash of invisible content)
1896
1897### Version 1.11.0 - March 3, 2015
1898
1899**New Components**
1900- **Visibility** - Attach callbacks to elements visibility conditions like `top visible` `bottom visible`, `passing`. Useful for things like: image lazy loading, infinite scroll content, and recording tracking metrics.
1901
1902[See the examples](http://www.semantic-ui.com/behaviors/visibility.html#/examples) online for a demonstration.
1903
1904**Enhancements**
1905- **Menu** - Horizontal menus now use flexbox so they can resize automatically to content size.
1906- **Form** - `<select>` now receive error formatting on `form error` **Thanks [@davialexandre](https://github.com/davialexandre)**
1907- **Transition** - Added more reasonable default durations for each animation
1908- **Loader** - `inline loader` now has a `centered` variation
1909- **Modal** - Modal no longer hides and reshows dimmer when opening a modal with another modal open with `exclusive: true`
1910- **Popup** - Added `exclusive` parameter to automatically close other popups on open
1911- **Transition** - Added `toggle` behavior and docs for `show` and `hide`
1912- **Transition** - transition now has `stop`, `stop all`, and `clear queue` for removing transitions, (undocumented method `stop`, and `start` renamed to `enable` and `disable`)
1913- **Dimmer** - Add `opacity` setting to override css value. Add to docs several undocumented settings, like `useCSS`, and `variation`.
1914- **Icon** - added `@src` variable to make it adjustable with themes that dont support all types like `woff2`
1915
1916**Deprecations**
1917- **Menu** - `ui tiered menu` has been deprecated. It has been removed from the docs, and will be removed eventually in `2.0`
1918
1919**Bugs**
1920- **Input** - Fix bug with vertical centering of `ui action input` inside `menu` due to `flexbox` changes
1921- **Dropdown** - Fixes issue where dropdown would not open after restoring previous value on failed `search dropdown` search
1922- **Dropdown** - Fixes issue where dropdown would not open after restoring previous value on failed `search dropdown` search
1923- **Grid** - Fixes specificity of grid `column` colors to not affect other elements with columns
1924- **Icon** - Fix `clockwise rotated icon` causing `clockwise` icon to appear
1925- **Popup** - Fix issue with `popup` not re-opening until another element gains focus on a mobile touchscreen
1926- **Modal** - Fixed issue with modal not appearing when calling `show` during another modal `hide`
1927- **Popup** - Popup will now fire `onHidden` when an element is hidden by opening a different popup
1928- **Popup** - Fix popup not namespacing `window` events and unbinding on `destroy` **Thanks [@revov](https://github.com/revov)**
1929- **Table** - Fixes table on `mobile` sizes can surpass parent container width
1930- **Transition** - Fixes `swing out` animations not working correctly
1931- **Transition** - Fixed display state other than `block` not determined when using `show` and `hide` without an animation
1932- **Transition** - Fix bug in `remove looping` causing next animation to use same duration
1933- **Segment** - Fix first/last margins on `ui segments`
1934- **Search** - Fix special characters not searching correctly with local search
1935- **Search** - Fix a bug with `onSelect` returning `null` when `minCharacters: 0`
1936- **Search** - Fix a bug with `onSelect returning `null` when results retrieved from cached API query
1937- **Sticky** - Fixed sticky position when page loads and content is below sticky content.
1938- **Sticky** - Fix bottom attached position not adjusting for bottom padding on container element
1939- **Menu** - Fix vertical pointing menu, sub menu arrow color
1940- **Item ** - `img` inside of `ui item content` now do not receive size formatting by default
1941- **Form** - Added `input[type="search"]` styles to `ui form`
1942
1943**Docs**
1944- **Transition** - Adds examples of `hide, `show`, `toggle`, `stop`, `stop all`, and `clear queue`
1945- **Item** - Significant rewrite of `ui item` documentation
1946
1947### Version 1.10.4 - February 28, 2015
1948
1949- **API** - Remove console error message when no API url is specified but element is a `form` (defaults to `form` action)
1950- **API** - `api` check for [serialize object](https://github.com/macek/jquery-serialize-object) optional dependency no longer produces error when `serializeForm: true` and dependency is not found.
1951
1952### Version 1.10.3 - February 27, 2015
1953
1954**Bugs**
1955- **Build Tools** - All UI components now have component name in comment banners and release version
1956- **Menu** - Fixes dropdown menu item not having a hover state inside inverted menu
1957- **Search** - Fixes bug in category search causing item selection to sometimes produce a javascript error.
1958- **Button** - Fixes `<button>` inside `vertical buttons` not taking full container width
1959
1960### Version 1.10.1-2 - February 24, 2015
1961
1962No changes, fixes stale pm component builds
1963
1964### Version 1.10.0 - February 23, 2015
1965
1966**New Features**
1967- **Transition** - Transitions now have `interval` to allow grouped elements to animate one by one with a delay between each animation. Grouped animations determine order based on transition direction to avoid reflows, or can manually be reversed by using <code>reverse: true</code> [See Examples](http://www.semantic-ui.com/modules/transition.html#grouped-transitions) for more details.
1968
1969**Critical Fixes**
1970- **Transition** - Webkit `failSafe` used for [Chromium Bug #437860](https://code.google.com/p/chromium/issues/detail?id=437860) now also works for queued animations
1971
1972**Enhancements**
1973- **Form Validation** - Adds `containsExactly`, `notExactly`, `isExactly` case sensitive validation rules, make `contains`, `not`, `is` case insensitive.
1974- **Form Validation** - `contains` rule is now case insensitive
1975- **Form Validation** - Validation messages no longer increase field height on `inline fields` like checkboxes after error appears
1976- **API** - Added `was cancelled` to determine whether request was cancelled by `beforeSend`
1977- **Image* - Added `hidden image` state
1978
1979**Fixes**
1980- **Build Tools** - Fixed issue with recursive merge for site themes in update scripts, [details here](https://github.com/Semantic-Org/Semantic-UI/pull/1845) Thanks @derekslife
1981- **Cards** - Fix `.ui.cards > .ui.card` margins to match `.ui.cards > .card` margins
1982- **Cards** - Fix consecutive card groups to preserve row flow (similar to consecutive grids)
1983- **Sidebar** - Sidebar using `exclusive: true` now queue animations after hiding previous sidebar (unless `overlay`) to avoid rendering issues
1984- **State** - Text states now handle `cancelled` API requests correctly
1985- **Search** - Category search no longer displays unnecessary error message about maxResults
1986- **Composer** - Composer.json should now read version from tags, adjusted some fields.
1987- **Grid** - Stackable grid now has horizontal padding by default on mobile unless nested inside a `ui grid` or `ui segment` (not vertical)
1988- **Menu** - Fixes pointing menu displaying under dropdown menu
1989
1990-**Docs**
1991-**Transition** - `useFailSafe` was incorrectly shown as `false` by default
1992
1993### Version 1.9.3 - February 20, 2015
1994
1995**Bugs**
1996- **RTL** - Fixes `rtl` tasks not running correctly on `gulp build` due to name typo, `build rtl` instead of `build-rtl`
1997- **Tab** - Fixed bug when loading `remote` content with `tab` where current tab would not hide while another tab is loading
1998- **Tab** - Tab with remote content and `auto: true` now removes duplicate slashes from url path
1999- **API** - Simplified `api` debug output to console to more clearly label url and data sent
2000
2001**Docs**
2002- **Tab** - Added new tab remote content example with stubbed AJAX using SinonJS
2003
2004### Version 1.9.2 - February 19, 2015
2005
2006Added new repositories for css and less only versions, can be installed with
2007```bash
2008npm install semantic-ui-less
2009npm install semantic-ui-css
2010```
2011
2012**Bug Fixes**
2013
2014- **Modal** - Fixes typo causing `middle aligned` image not to work correctly.
2015- **Build** - `gulp watch` now compiles concatenated css (missing in `1.9.1` only)
2016
2017### Version 1.9.1 - February 18, 2015
2018
2019**LESS Changes**
2020
2021Importing individual components into other less files now requires scoping. This is to prevent issues with variable scope that cannot be resolved inside definitions.
2022
2023```less
2024/* Import a specific component */
2025& { @import 'src/definitions/elements/button'; }
2026```
2027
2028Importing `semantic.less` still does not require any special syntax
2029@import 'src/semantic';
2030
2031
2032**Bugs**
2033- Fixed issue directly importing `semantic.less` caused by variable scoping in `.loadOverrides()`.
2034- Fix bug where `equal height` row could not be `centered`, or less than full width
2035
2036### Version 1.9.0 - February 17, 2015
2037
2038### Build Tools
2039
2040##### NPM Install
2041
2042- `npm install semantic-ui` is now the recommended path for getting Semantic UI
2043- Added `npm` `post-install` scripts which automatically install or update semantic
2044
2045##### Gulp Task Imports
2046
2047- Semantic tasks are now each defined [in their own file](https://github.com/Semantic-Org/Semantic-UI/tree/master/tasks), and can be directly imported into external gulpfiles. Read more about [importing tasks here](https://github.com/Semantic-Org/Semantic-UI/blob/next/src/README.md)
2048- If you are using Grunt, you may be able to import these tasks using [Grunt-gulp](https://www.npmjs.com/package/grunt-gulp)
2049
2050##### LESS Component Imports
2051
2052- Semantic LESS files can now be directly included in other LESS files.
2053* You can import all UI with `@import 'src/semantic';`
2054* You can also import individual definitions using `@import 'src/definitions/elements/button'`.
2055
2056### UI Changes
2057**Major Enhancements**
2058- **Card** - Cards now equalize height by default using `display: flex`. No longer are card heights required to be specified manually to align
2059- **Flag** - Reduced the file size of flag sprite to a measly 28kb (500%+ file size reduction)
2060- **Icon** - Added Font Awesome 4.3 including many new icons
2061- **Input** - Input with dropdowns is now much easier, see docs. `action input` and `labeled input` now use `display: flex`. `ui action input` now supports `<button>` tag usage (!) which support `flex` but not `table-cell`
2062- **Segment** - Added plural variation `ui segments` that stack together in groups without using additional class names
2063
2064**Enhancement**
2065- **API** - API now has an ``onRequest`` callback setting that receives the XHR promise after initializing the request
2066- **Button** - Loading buttons no longer receive `pointer-events` in default theme. Added variable for `loading button` opacity.
2067- **Card** - Card now has colored variations **Thanks [@romuloctba](https://github.com/romuloctba)**
2068- **Dropdown** - `search selection dropdown` will now close the menu when a `dropdown icon` is clicked
2069- **Dropdown** - Added new dropdown setting, `forceSelection` which forces `search selection` to a selected value on blur. Defaults to `true`.
2070- **Flag** - Updated Burma/Myanmar flag to current flag (was pre-2010 flag)
2071- **Form** - Input rules now apply to `input[type="time"]`
2072- **Form Validation** - `get values`, `set values` now support multiple select e.g. `field[]`
2073- **Form Validation** - Dropdown and checkbox will now validate after interaction with `on: 'blur'`
2074- **Headers** - Headers can now contain images alongside text, added examples to docs
2075- **Icon** - Added woff2 icon files for supported browsers (20% file-size decrease) **Thanks FontAwesome**
2076- **Label** - `ribbon label` can now be used inside `ui image` and `ui card` correctly
2077- **Sidebar** - Sidebars in IE now work correctly with `context` specified
2078- **Rating** - Vertical alignment of `ui rating` with inline content now accounts for parent line height
2079
2080**Bugs**
2081- **All Modules** - Fixed bug where element `destroy` could remove third party events when re-initialized
2082- **Breadcrumb** - Breadcrumb icon now has exact px value to alleviate vertical align issues
2083- **Card** - Star / Like button colors have been fixed to match `ui rating` inside `card`
2084- **Card** - Hiding a card with `display: none` no longer causes layout issues with `(x) cards`
2085- **Card** - `image` inside `content` no longer has a fixed size **Thanks [@romuloctba](https://github.com/romuloctba)**
2086- **Form** - `info message` are no longer hidden by default inside `ui form`
2087- **Form** - Lightened error dropdown hover text color to be more legible
2088- **Dropdown** - Upward dropdown now has upward arrow icon
2089- **Icon** - `external link` and `external link square` has been renamed to `external icon` to no longer receive `link` styles by default
2090- **Modal** - Modal now swaps to `scrolling modal` when `close icon` no longer can be displayed, instead of modal `content`
2091- **Steps** - Fixed bug where evenly divided steps were no longer fluid
2092- **Transition** - Fixes bug where `moduleNamespace` was being omitted
2093- **Transition** - Transitions with direction now use word order dependency to prevent conflict with component directions, for example `bottom left popup slide down in transition
2094
2095**Docs**
2096- Fixed bug with chinese mirror modal appearing on every page load when selecting chinese language
2097
2098### Version 1.8.1 - January 26, 2015
2099
2100**Bugs**
2101- **Grid** - Removed `text-align: left` from column definition. Now inherits from grid.
2102- **Input** - `ui labeled input` now uses `flex` added example in ui docs with dropdown
2103- **Input** - Fix border radius on `ui action input` with button groups, aka `ui buttons`
2104- **Popup** - Popup `hide all` will now use transition set in `settings.transition` when closing other popups
2105- **Grid** - Fix `doubling grid` setting `100% width` which may cause
2106
2107### Version 1.8.0 - January 23, 2015
2108
2109[View Closed Issues](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A1.8.0+is%3Aclosed+sort%3Acomments-desc)
2110[View Commits](https://github.com/Semantic-Org/Semantic-UI/compare/1.7.3...1.8.0)
2111
2112**Key Features**
2113
2114- **Form** - Form now has new methods `reset`, `clear`, `set value(s)`, and `read value(s)` for modifying and reading form data. Check docs for details on implementation. **Thanks [@mktm](https://github.com/mktm)**
2115- **Search** - Search `onSelect` now receives JSON object matching currently selected element, you can now programmatically retrieve result JSON using `.search('get result', 'query')` or `.search('get results')`. `get result` will default to current value unless specified as first parameter.
2116- **Transition** - Added many new transitions, and new directions for existing transitions **Thanks [@ph7vc](https://github.com/ph7vc)**
2117- **Dropdown** - Dropdown now stores `placeholder text` (prompt text) as separate from `default text` (text set on page load). You can now reset placeholder conditions using `$('.ui.dropdown').dropdown('clear');``
2118
2119**Enhancements**
2120- **API** - Added new behavior `$.api('abort')` which cancels current request
2121- **Dropdown** - Keyboard navigation will now allow opening of sub menus with right/left arrow. Enter will open sub-menus on an unselectable category (`allowCategorySelection: false`) as well.
2122- **Dropdown** - Mutation observers will now observe changed in `<select>` values after initialization, and will automatically update dropdown menu when changed
2123- **Dropdown** - Dropdown behavior `set selected` will now also call `set value` automatically, so you do not have to invoke two behaviors to update a `selection dropdown` **Thanks [@mktm](https://github.com/mktm)**
2124- **Form** - Form will now prevent browsers from resubmitting form repeatedly when keydown is pressed on input field.
2125- **Header** - Content headers now inherit `@h1-h6` sizes from `site.variables`
2126- **Header** - Sub headers now adjust in size depending on header size, added new variables for subheader resizing
2127- **Search** - Greatly reduced search delay from `300ms` to `100ms`. Previous request will automatically abort `xhr` when new request made
2128- **Search** - Search `onSelect` and `onResultsAdd` can now cancel default actions by returning `false`.
2129- **Transition** - Transition duration now defaults to what is specified in `css`, to set custom duration you can still pass at run-time as a different value. Animation duration no longer set by default during animation.
2130- **Transition** - Transition will now prevent repeated animations when using an inferred direction i.e. animation without `in` or `out` specified. When `queue: true` only animations with explicit direction, e.g. `fade in`, will be ignored when called repeatedly.
2131
2132**Bugs**
2133- **API** - Fixed bug where `$.api('get xhr')` was not correctly returning xhr promise
2134- **API** - Fixed bug where API would query resource immediately when specifying `on: false`
2135- **Button** - ``ui vertical basic buttons` now have dividers in default theme
2136- **Button** - Fixes formatting for `disabled button` inside `ui buttons`
2137- **Checkbox** - Checkbox now only modifies `input[type="radio"]` and `input[type="checkbox"]` ignoring any other inputs
2138- **Dropdown** - Dropdown no longer will not show menu when no `item` are present in menu. Dropdown will now only filter results for `ui search dropdown` #1632 **Thanks PSyton**.
2139- **Dropdown** - Dropdown will now produce an error if behaviors on an initialized `<select>` are not invoked on `ui dropdown`
2140- **Dropdown** - Fixed bug where link items would not open in sub-menus due to `event.preventDefault`
2141- **Label** - Fixed `ui corner label` appearing on-top of `ui dropdown` menu due to issue in z-index hierarchy
2142- **Label** - Fixed issue with `ui ribbon label` not positioning itself correctly when using sizes like `small` or `large`
2143- **List** - `relaxed list` and `very relaxed list` no longer add padding to child menu items
2144- **Popup** - Popup will now only use a max of one element when `settings.popup` mistakingly passes multiple DOM elements
2145- **Popup** - Popups will now by default appear over all UI content, even dimmers.
2146- **Search** - Search results no longer hide/show when user changes tab or page loses focus
2147- **Sidebar** - Fixed bug with `pusher` inheriting first child margins due to `margin-collapse`
2148- **Sidebar** - Mobile `is mobile` was using RegExp `test()` which would return an incorrect value when called multiple times
2149- **Sidebar** - Sidebar will now only close if you click on `pusher` or underlayed `body` (scale out). Clicking on fixed elements will not close sidebar.
2150- **Transition** - Fixed bug with animations that contain the strings 'in' or 'out' as part of their names, for example "swing"
2151- **Sticky** - Fixes issue with container size not being set explicitly on rail due to improper method renaming
2152
2153### Version 1.7.3 - January 16, 2015
2154
2155- **Installer** - Fix issue with component list in `semantic.json` not correctly overriding default components
2156
2157### Version 1.7.(1-2) - January 15, 2015
2158
2159**Bugs**
2160
2161- **Installer** - Fixes installer not including RTL parameter correctly
2162- **UI** - Fixes `progress`, `ad`, and `sidebar` not loading `.override` files correctly
2163- Removed undocumented components from `theme.config.example`
2164
2165### Version 1.7.0 - January 14, 2015
2166
2167**Major Changes**
2168- **Project** - Right-to-left (RTL) support added. New gulp tasks for RTL file generation and install setting. Docs however do not yet support RTL.*Thanks @MohammadYounes for constant support with RTL!*.
2169- **Project** - Install now let you specify the outputted file permissions (express/custom install)
2170
2171**Enhancements / Changes**
2172- **Grid** - Added `equal width` variation using `flex-box`, `equal height` now also uses `flex-box` (this may have to be removed if causes unexpected browser issues)
2173- **Sidebar** - Having a sidebar visible on page load is now much simpler. You can include ``ui visible sidebar`` on page load to have a sidebar element appear on page load. To close call `$('.ui.sidebar').sidebar('hide')`
2174- **Sidebar** - Added documentation on using sidebar on a custom context. Sidebars using a custom context no longer add background colors like those initialized on `body`
2175- **Site** - Form input highlighting color added (helps differentiate form colors with autocompleted fields). Default text highlighting color moved from highlighter yellow to a mellow blue.
2176- **Dropdown** - Javascript Dropdown can now be disabled by adding ``disabled` class. No need to call `destroy`. **Thanks Psyton**
2177- **Dropdown** - Search dropdown input can now have backgrounds. Fixes issues with autocompleted search dropdowns which have forced yellow "autocompleted" bg.
2178- **Dropdown** - Fix issue with search selection not correctly matching when values are not strings
2179- **Progress** - Progress bars can now display percent or amount left using `{value}` in text templates
2180- **Dropdown** - New `upward dropdown` variation, which opens its menu upward. Default animation now uses ``settings.transition = 'auto'` and determines direction of animation based on menu direction
2181- **Dropdown** - Dropdown matching fields without values now trims whitespace by default
2182- **Checkbox** - Checkbox now toggles on spacebar when focused (previously only toggled on enter key).
2183- **Popup** - Popup now uses its own custom method for determining `offsetParent` meaning 3D contexts (like inside an animation) no longer should break positioning
2184- **Popup** - Popup now uses `preserve: false` by default, this is slightly less performant but will reduce page clutter caused by leaving generated elements in the DOM
2185
2186**Code / Build**
2187- **Build** - `Dist/` files now set file permissions in build. `644` by default. Can adjust in `semantic.json` or during gulp install. You will need to run `npm install` to add the new gulp-chmod dependency *Thanks @PeterDaveHello*
2188- **Sidebar** - `setup layout` not occurs synchronously if you initialize a sidebar without the proper html. This makes sure calls to sidebar will occur correctly before the page is setup. A new setting `delaySetup` will override this, increasing performance.
2189- **Modules** - Remove use of deprecated `.size()` for `.length` across all modules
2190- **Modules** - Use of `$.proxy` swapped to native `function.call()` for performance gains across all modules
2191
2192**Bugs**
2193- **Video** - Video component now uses `//` instead of defaulting to `http`
2194- **Dropdown** - `restore defaults` will now set placeholder styling and remove active element. Added example in docs.
2195- **Dropdown** - Fixed bug where sub menus may sometimes have dropdown icon overlap text
2196- **Dropdown** - Fixes dropdown search input from filtering text values when input is inside menu, i.e "In-Menu Search"
2197- **Dropdown** - Fix issue with search selection not correctly creating RegExp when select values are not strings **Thanks [@alufers](https://github.com/alufers)**
2198- **Dropdown** - Fix issue with `left floated` and `right floated` content sometimes not applying correctly
2199- **Popup** - `wide` and `very wide` popup will now appear when screen size is below their `max-width`
2200- **Popup** - Popup no longer blurs element on popup hide
2201- **Segment** - ``ui tabular menu`` now correctly aligns with attached segment when using fluid variation *Thanks @MohammadYounes*
2202- **Segment** - `basic segment` no longer removes padding on first and last elements
2203- **Steps** - Steps now use ``table-cell`` to allow steps to be equal height by default, even with different content height.
2204- **Button** - Fix issue with labeled icon groups in material theme
2205- **Progress** - Fixes bug with progress that use ``total`` and ``value`` receiving the wrong values for text templates
2206- **List** - Fix some styling issues with `ui list` inside `ui menu`
2207
2208### Version 1.6.4 - January 12, 2015
2209
2210- `1.6.3` contained an unintentional character at beginning of `label.less` re-released as `1.6.4`
2211
2212**Bugs**
2213- **Build** - Fix CSS property typo in list icon, and label causing issues with some custom build tools
2214
2215### Version 1.6.3 - January 12, 2015
2216
2217- `1.6.3` contained an unintentional character at beginning of `label.less` re-released as `1.6.4`
2218
2219**Bugs**
2220- **Build** - Fix CSS property typo in list icon, and label causing issues with some custom build tools
2221- **Label** - Fix attached labels to have correct border radius inside of attached segments of all kinds
2222
2223### Version 1.6.2 - January 06, 2015
2224
2225**Site Variables**
2226- **Site** - EM values for `small` `large` etc are now all calculated from ``@emSize`` allowing you to only change one variable.
2227
2228**Bugs**
2229- **Button** - Fixes active orange button color
2230- **Menu** - Fixes ``fluid text menu`` to have correct margins
2231
2232### Version 1.6.1 - January 05, 2015
2233
2234**Bugs**
2235- **Accordion** - Accordion now uses ``useFailSafe: true`` to avoid callbacks not occurring because of race conditions with `transitionend` in webkit
2236
2237### Version 1.6.0 - January 05, 2015
2238
2239**Build**
2240- **Dist** - Build will now output version number in comment banner
2241
2242**Updates / Enhancements**
2243- **Accordion** - Child element animations now use ``$.fn.transition`` and css animations by default (if available)
2244- **Accordion** - Added ``animateChildren`` option to disable/enable opacity animation on child elements
2245- **Accordion** - Accordion now uses `easeOutQuint`` instead of ``easeInOutQuint`` to increase perceived responsiveness of drawers
2246- **Grid** - ``stackable grid`` now only adds horizontal padding when using ``stackable page grid``, otherwise content will take up full width of parent element
2247
2248**Bugs**
2249- **Tab/Segment** - Fixes first tab being 1pixel taller than all other tabs
2250- **Popup** - Fix issue with `ui popup` receiving error ``$offsetParent is undefined`` when using a pre-defined popup
2251- **Popup** - Fix issue with ``ui popup` not appearing with ``ui flowing popup`` due to newly added ``min-width: max-content``
2252- **Form** - ``ui search dropdown`` inside a form has incorrect focus style
2253- **Menu** - Fixes ``ui fluid labeled icon menu`` to not have `min-width`
2254
2255### Version 1.5.2 - January 02, 2015
2256
2257**Bugs**
2258- **Sidebar** - Fix bug with `useLegacy` introduced in `1.5.1`
2259
2260### Version 1.5.1 - January 01, 2015
2261
2262**Bugs**
2263- **Button** - Fixed vertical alignment of ``ui animated button``
2264- **Search** - Fixed issue with local search returning all results due to improper regexp
2265
2266### Version 1.5.0 - December 30, 2014
2267
2268**Critical Bugs**
2269- **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``.
2270
2271**Enhancements**
2272- **Dropdown** - New setting ``allowCategorySelection`` lets menu items with sub menus be selected. Added example in docs.
2273- **Reset** - Reset now inherits ``box-sizing`` [from html tag](http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/)
2274- **Label** - ``ui ribbon label`` can now appear on the right side of content when specifying ``ui right ribbon label``
2275- **Checkbox** - Checkboxes now can handle labels with multiple lines of text
2276- **Progress** - Progress bars now display all intermediary percentage values when animating. Improved performance when progress bar is rapidly updated.
2277- **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.
2278- **Table** - Table now has coupling with image to make sure size is preserved correctly with table sizing when used inside a table cell.
2279- **Menu** - ``ui fixed menu`` now defaults to ``ui top fixed menu``
2280
2281**Bugs**
2282- **Form** - Fixed (x) wide field not having correct bottom field margin when in ``fields`` group on tablet or mobile
2283- **Tab** - Calls to global ``$.tab()`` would not pass arguments correctly
2284- **Dropdown/Search** - Fixed issues with ``ui search`` and ``ui search dropdown`` using ``RegExp test`` which [advances pointer on match](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) causing results to display incorrectly
2285- **Form** - ``ui input`` now receives the same formatting as a normal input inside an ``inline field``
2286- **Grid** - Fix display of equal height stackable grid. Add padding to divided stackable grid for dividers
2287- **Input** - Fixed bug when ``ui action input`` uses a ``ui icon button``, button was receiving `i.icon` formatting.
2288- **List** - Fixed bug when using ``ui icon button`` or ``ui icon header`` causing element to receive icon formatting
2289- **Grid** - Fixed issues where negative margins on ``ui stackable grid`` could cause horizontal scroll bars on mobile
2290- **Popup** - Popup destroy will now also destroy any unfired timers (show/hide delay)
2291- **Popup** - Popup now moves to the same offset context to avoid positioning errors when using a named pre-existing popup.
2292
2293### Version 1.4.1 - December 23, 2014
2294
2295**Build Tools**
2296- ``gulp build`` will now only build `dist/components/` for components selected in install
2297- Fixed bug where interactive installer was not correctly setting components in ``express`` and ``custom`` install
2298
2299**Bugs**
2300- **Dropdown** - ``<select>`` elements will now preserve original ``<option>`` order by default. Added ``sortSelect`` setting (disabled by default) to automatically sort ``<option>`` on initialization
2301- **Button** - Fixes issue with ``will-change`` property added to ``ui button`` causing layout z-indexing issues (dropdown button)
2302
2303### Version 1.4.0 - December 22, 2014
2304
2305[Browse Issues for 1.4.0](https://github.com/Semantic-Org/Semantic-UI/issues?q=milestone%3A1.4.0)
2306
2307**Enhancements**
2308- **Modal** - Modal now accepts custom dimmer settings with setting `dimmerSettings``
2309- **Form** - Form inputs without ``type`` specified are now formatted **Thanks PSyton**
2310- **Accordion** - Added inverted accordion variation
2311
2312**Bugs**
2313- **Progress** - Fixes bug where ``ui indicating progress`` would not update its label immediately in webkit
2314- **Button** - Fix Chrome bug with buttons sometimes not correctly repainting (particularly evenly divided groups)
2315- **Menu** - Fix border radius of dropdown menu inside `ui vertical menu`
2316- **Menu** - Fix formatting of ``ui selection dropdown`` inside ``menu``
2317
2318**Docs**
2319- Improved documentation for API and Tab to be slightly more comprehensive
2320
2321### Version 1.3.2 - December 17, 2014
2322
2323- **Modal** - Fixed issue with modal dimmer appearing cut off in some browsers, and not hiding
2324
2325### Version 1.3.1 - December 17, 2014
2326
2327- **Button** - Dist version of button accidentally included ``chubby`` theme instead of ``default`` theme
2328
2329### Version 1.3.0 - December 17, 2014
2330
2331[Browse Closed Issues for 1.3.0](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A1.2.1+is%3Aclosed)
2332
2333**Critical Bugs**
2334- **Build Tools** - Fixed issue with ``theme.config`` causing ``gulp watch`` to throw an error
2335
2336**Enhancement**
2337- **Dropdown** - Dropdown can now specify which direction a menu should appear left/right, dropdown icons can also appear on the left
2338- **Dropdown** - Full text search now defaults to ``false``, meaning search terms will return only results beginning with letters
2339- **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``
2340- **Dropdown** - Search Dropdown now correctly replaces placeholder text when backspacing to empty value
2341- **Dropdown** - Search Dropdown now has a callback when all results filtered ``onNoResults``
2342- **Dropdown** - Search dropdown will now strip html before searching values when searching html
2343- **Dropdown** - Search now has keyboard shortcut to open dropdown on arrow down
2344- **Form** - Form will no longer process validation rules on disabled fields
2345- **Label** - Corner attached labels now display correctly inside of attached segments
2346- **Steps** - Steps are now responsive for mobile by default, and have optional responsive styles for tablet
2347- **Table** - Table has now variations to remove responsive stylings, specify responsiveness for tablet
2348- **Table** - Table now has a ``structured table`` type, which removes some formatting considerations to support complex table layouts with ``colspan`` and ``rowspan``
2349
2350**Bugs**
2351- **Button** - Button "or" positioning variables have been adjusted to be automatically calculated without magic numbers
2352- **Dropdown** - Dropdown now always scrolls to active element on menu open, calculates position with new ``loading`` class
2353- **Dropdown** - Fix bug in position of sub menus with ``floating dropdown``
2354- **Form** - Fixed positioning of horizontal field groups, aka ``fields`` for mobile.
2355- **Grid** - ``stackable grid`` now display correctly when nested inside a different ``stackable grid``
2356- **Image** - UI image now works with SVG
2357- **Modal** - Fixed issue with modal losing scroll position on mobile
2358- **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.
2359- **Segment** - Vertical segments now have padding on first/last element, fixing issues when using with grids
2360- **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
2361- **Step** - Fix issue with completed ordered step icon alignment
2362- **Table** - Fix responsive styles when applied to ``definition table``.
2363- **All UI** - Adds error message when triggering an invalid module behavior i.e. typos ``$('.dropdown').dropdown('hid');``
2364
2365**Docs**
2366- **Button** - Add tabindex /keyboard nav documentation
2367- **Grid** - Add another grid example
2368- Updates to reflect all new changes to UI listed above
2369
2370### Version 1.2.0 - December 08, 2014
2371
2372[Browse Closed Issues](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A1.1.3+is%3Aclosed)
2373
2374**Enhancement**
2375- **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**
2376- **Fonts** - Add font subset variable for ``site.variables`` **Thanks gabormeszoly**
2377- **Modal** - Default modal shadow now more subtle
2378- **Sidebar** - Now has behaviors ``is open/closed`` that are aliases for ``is visible/hidden``
2379- **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.
2380- **Progress** - Adds ``limitValues`` setting to adjust values outside of 0-100 automatically to within range, defaults to true
2381
2382**Bugs**
2383- **Grid** - Fixes ``ui stackable grid`` sometimes not aligning correctly at mobile sizes with ``ui page grid``
2384- **Progress** - Fixes issues with setting progress to 0% not working as expected
2385- **Modal** - Fixes issues with multiple modals sometimes not closing dimmers
2386- **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
2387- **Modal** - "Hammer" clicking multiple times on a hiding dimmer no longer causes animation issues
2388- **Sidebar** - Fixes issue with multiple sidebars sometimes causing dimmer to close prematurely
2389- **Sidebar** - Dimmer can now be clicked even before sidebar has finished showing to immediately close sidebar
2390- **Item/Card** - Default link formatting inside element simplified to avoid adjusting other nested ``ui`` link styles
2391- **Dropdown** - Fixes bug with dropdown converted from ``select`` that use ``<option`` values with capital letters not being selectable
2392- **Form** - Fixes required checkbox asterisks formatting incorrect
2393
2394**Docs / Build**
2395- Fixed documentation on dropdown actions, form field widths, form validation types, and many odds & ends
2396- Adds components to semantic.json.example
2397- Theme.config.example now links to final site folder
2398
2399### Version 1.1.2 - December 03, 2014
2400
2401- **NPM** - Fixes issue with ``dist/`` not being included when using NPM due to ``.gitignore``
2402
2403### Version 1.1.1 - December 03, 2014
2404
2405**Bugs**
2406- **Step** - Fixes step content appearing overlapped due to use of ``em`` instead of ``rem`` for line-height.
2407- **Sidebar** - Fixes issue that may cause sidebars to stay open in some circumstances when using multiple sidebars
2408
2409### Version 1.1.0 - December 02, 2014
2410
2411**Enhancements**
2412- **Transition** - Transition's caching of final display state and animation existence now has improved performance.
2413- **Popup** - Popup now has a ``settings.prefer`` that defaults to ``adjacent``. This setting sets prefered next placement when a popup cannot fit on screen in the chosen placement. ``prefer`` can also be set to ``opposite`` to prefer the same position on the opposite side
2414- **Popup** - Popup can now use a setting ``lastResort``. When set to a position it will be used as a last resort even if popup does not entirely fit on the page. Setting this to ``false`` will produce an error when a popup cannot fit on screen.
2415- **Transition** now has ``useFailSafe`` parameter (off by default) to ensure transition callback fires even if native ``onAnimationEnd`` event does not fire due to element visibility. [Chromium Bug Report by Product Manager @ Mozilla](https://code.google.com/p/chromium/issues/detail?id=135350#c2) and [this open issue](https://code.google.com/p/chromium/issues/detail?id=437860)
2416- **All UI** - Many ``em`` measurements adjusted slightly to calculate out as exact pixel values (Fixes 1px rounding errors)
2417- **Steps** - Now use global border color
2418- **Progress** - Progress now has sizing variations
2419- **Input** - ``transparent input`` can now be ``inverted``
2420- **Dropdown** - Dropdown ``onChange`` callback now fires when calling ``setSelected`` programmatically.
2421
2422**Bugs**
2423- **Build Tools** - NPM now correctly pins dependencies instead of using bleeding-edge versions which may break builds
2424- **Transition** - Transition now correctly detects missing animations, errors do not cause future image transitions to break
2425- **Menu/Segment** Fixes double border on pointing menu with attached segment **Thanks davialexandre**
2426- **Progress** - Fixes indicating progress appearing incorrectly at 100% complete **Thanks ordepdev**
2427- **Icon** - ``remove icon`` is now formatted correctly when used as ``remove link icon``
2428- **Input** - ``ui action input`` can now accomodate ``ui button`` that adjust padding from default
2429- **Dropdown** - Fix ``action input`` used inside ``ui dropdown`` to appear correctly **Thanks ordepdev**
2430
2431**Docs**
2432- **Progress** - Added missing settings docs for progress module
2433
2434### Version 1.0.1 - November 28, 2014
2435
2436**Bugs**
2437- **Site** - Add protocol variable for Google Font loader to avoid issues with ``//`` when loading locally causing freezing
2438- **Icon** - Fix horizontal centering of circular icon
2439- **Transition** - Fix vertical flip not working due to css typo **Thanks cgroner**
2440- **Menu** - Removes missing image loader variable **Thanks ryan-mahoney**
2441- **Card/Item** - Fix generic link stylings erroneously affecting linked ui elements like buttons
2442- **Table** - Fixes table cell transition animating all properties
2443
2444### Version 1.0.0 - November 24, 2014
2445
2446**Breaking Changes**
2447- **Word Order** - Many multi word variations now require proper word order, for example ``left aligned`` or ``right floated`` classnames must be adjacent. This is to prevent conflicts with other multiple word variations
2448- **Form** - Date field has been removed, use a ``ui icon input`` with a ``calendar icon`` instead
2449- **Label** - Corner labels no longer support text, only icons.
2450- **Dropdown** - Sub menus inside dropdowns now need a wrapping div **text** around sub-menu descriptions
2451- **Checkbox** - Checkbox "enable" and "disable" have been replaced with "check" and "uncheck"
2452- **Modal** - Modal ``left`` and ``right`` sections are now replaced with ``image`` and ``description``
2453- **Accordion** - Accordions are now unstyled by default allowing for simpler coupling with other UI without having to override styles. Styled accordions are now included as a variation ``ui styled accordion``
2454- **List** - List item selectors are now more strict, list items must be immediate children of ``ui list`` or ``ui list list``
2455- **Item** - 0.x.x's UI card has been adjusted heavily. Vertically listed content should use ``ui item`` while floated grouped content should continue to use ``ui card``. Some 'card' view content has been slightly adjusted. Please refer to documentation
2456- **Header / Icon** - Inverted headers and icons no longer invert background colors, but instead use a lighter version of colors more legible on dark backgrounds. Inverted circular icons, still however invert the color of the circle.
2457- **Input** - Labeled inputs now have ``corner`` ``left`` and ``top`` label types. Any labeled inputs should be converted to ``corner labeled input`` to preserve functionality from ``0.x``
2458- **Modal** - allowMultiple (allowing multiple modals at once) is now set to **false** by default.
2459- **Table** - Tables are no longer striped by default, instead you must specify the 'striped' variation
2460- **Transition** - Complete, and Start callbacks are now ``onComplete`` and ``onStart``
2461
2462**Enhancements**
2463- **General** - CSS animations now hint with will change properties to increase performance in supported browsers
2464- **General** - Many modules now use DOM Mutations and event delegation to allow content adjustment after initialization
2465- **Accordion** - Accordion now includes all icons in an embedded font instead of requiring icons
2466- **Button** - Now has compact form, used for fitting into tight spaces
2467- **Button** - Now has CSS loaders to allow loading state to maintain other styles
2468- **Checkbox** - Now correctly handles read-only and disabled, has read-only and disabled states
2469- **Checkbox** - All styles have been redone. Standard checkboxes are now based around PX and not EM making sure there are no unusual circles or rounding issues. Checkboxes also now use a custom font for glyphs instead of CSS tricks.
2470- **Checkbox** - Checkbox now have a ``fireOnInit`` setting for firing callbacks on page load
2471- **Checkbox** - Checkbox now receive a ``checked`` class when checked, making it easier to write css selectors on checked checkboxes, for example when using sibling selectors ``.ui.checked.checkbox + .content { // style }``
2472- **Dropdown** - New dropdown type, searchable selection for large lists of choices
2473- **Dropdown** - Dropdowns can now be initialized directly on a ``<select>`` element without any html
2474- **Dropdown** - New action combo will change text of adjacent button, select will select element but not change text
2475- **Dropdown** - Many new content types now work inside dropdowns, headers, dividers, images, inputs, labels and more
2476- **Form** - Form now has a success state which will automatically display success messages
2477- **Dimmer** - Dimmer will now automatically determine whether click-to-close is enabled by ``settings.on``
2478- **Dimmer** - Multiple dimmers can now be used on the same context with ``dimmerName``
2479- **Dimmer** - Dimmer variations can be specified when creating a dimmer from javascript using ``variation`` setting.
2480- **Form** - Grouped fields and inline fields can now have labels
2481- **Form** - Forms in 'success' state will now show success messages inside
2482- **Form** - Inputs now use 1em font size and correctly match selection dropdown height
2483- **Form** - Inverted form now properly styles loader
2484- **Form** - New field type ``required`` formats labels to show filling out field is mandatory
2485- **Grid** - ``ui divider`` can now be used inside of row columns as well as ``vertically divided grid`` variation
2486- **Grid** - Grid rows and columns now support color variations
2487- **Grid** - Grid has been rewritten to automatically create row flow without row wrappers
2488- **Grid** - Divided and celled grids can now be inverted for dark backgrounds
2489- **Grid** - Elements inside a grid that are not rows or columns will now align properly
2490- **Grid** - Fixed page grid allows for fixed pixel size containers used with a grid instead of percentage
2491- **Grid** - Vertically divided grid now does not include left/right gutters in divider
2492- **Header** - Linked headers now receive link colors
2493- **Image** - New ``bordered image`` variation
2494- **Item** - Items now have a horizontal list view for content lists
2495- **Label** - Added tag label and empty circular label style
2496- **Label** - Now has compact form, for fitting into tight spaces
2497- **Label** - Now has more sizes available
2498- **List** - Child lists can now be formatted to sit inside text content
2499- **List** - List images can now specify vertical alignment
2500- **List** - List spacing defaults have been adjusted to be more consistent
2501- **Popup** - Popup can now allow itself not to be closed when hovered over
2502- **Popup** - A popup element can now be specified on initialization.
2503- **Reveal** - Reveals now all use css properties with GPU acceleration
2504- **Popup** - Positioned popups will now extend in the opposite direction to fit better with floated content
2505- **Rating** - Rating now uses an embedded icon font to maximize compatibility
2506- **Rating** - Rating can now automatically generate icons without including them
2507- **Rating** - Rating can use data attributes to specify individual ratings
2508- **Sidebar** - Sidebar now has tall / very tall variations for resizing top/bottom sidebars
2509- **Shape** - Shape now is better at calculating sizes when animating
2510- **Shape** - You can now disable repeated animations by setting, so animation wont queue if side is currently visible
2511- **Steps** - Steps can now have icons, descriptions and titles. Step default theme has been modified significantly to be more flexible.
2512- **Table** - Tables now have 'basic' and 'very' basic variations
2513- **Transition** - Transition will now keep block position of elements hidden with visibility hidden
2514- **Transition** - Transitions now will handle multiple display types more consistently
2515- **Transition** - Transition now has a new ``start`` callback, before animation starts
2516- **Transition** - Complete callback now does not occur if animation is interrupted before completing
2517- **Transition** - You can now specify the final displayType of a transitioning element in metadata or settings (not just automatically detected)
2518- **More [untracked changes](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+label%3AEnhancement+is%3Aclosed) added as well**
2519
2520** Bug Fixes **
2521- See Closed GitHub Issues
2522
2523### Version 0.19.3 - September 11, 2014
2524
2525**Bug Fixes**
2526
2527- **Grid** - Fixes issue where some responsive grid stylings were being overridden by other variations (for example stackable overriding )
2528
2529### Version 0.19.2 - September 11, 2014
2530
2531**Bug Fixes**
2532
2533- **Grid** - (Backport from 1.0 branch) Fixes issue where some combinations of (tablet/mobile/computer) only does not function correctly
2534
2535### Version 0.19.1 - September 5, 2014
2536
2537**Bug Fixes**
2538
2539- **Modal** - (Backport from 1.0 branch) Fixes issue where modal sometimes appears too low on second show
2540
2541### Version 0.19.0 - July 3, 2014
2542
2543**Enhancements**
2544- **Transition** - Adds "fade in left/right" variations to match "fade up/down" **Thanks AdamMaras**
2545
2546**Fixes**
2547- **Accordion** - Fixes incompatibilities with ``ui list`` when used inside a ``ui accordion``, fixes issues with menu accordion display in some circumstances
2548- **Menu** - Fixes ``ui inverted secondary pointing menu`` to have correct pointer color for all color variations **Thanks AdamMaras**
2549- **Docs** - Language clarified for menu/rating definition **Thanks jnbt/ewiner**
2550
2551### Version 0.18.0 - June 6, 2014
2552
2553**Enhancements**
2554- **Modal** - Modals now focus on first input if available **Thanks Knotix**
2555- **RTL** - RTL now uses RTLCSS instead of CSSJanus **Thanks MohammadYounes**
2556
2557**Fixes**
2558
2559- **Menu** - Fixes bug where pointing menu would sometimes appear below content **Thanks Skysplit**
2560- **Dropdown** - Fixes dropdown 'is animating' with dropdowns when CSS animations were not included **Thanks nathankot**
2561- **Accordion** - Accordion title does not know have to be :first-child to receive proper border **Thanks BigBlueHat**
2562- **Popup** - Fixes javascript animation of popup missing easing dependency
2563- **Label** - Fixes border radius on bottom left label
2564
2565**Docs**
2566- **Modal** - Docs now have HTML examples
2567- **Docs** - Fixes issue with overview mode not clearing code examples
2568- **CSS Guide** - Fixes typos in css guide
2569
2570
2571### Version 0.17.0 - May 9, 2014
2572
2573**Enhancements**
2574- **Dropdown** - Dropdowns can now receive focus and be navigated with a keyboard **Thanks Musatov**
2575- **Popup** - Popup now has an ``onRemove`` callback after removing element from DOM
2576
2577**Fixes**
2578- **Modal** - Element does not accurately close other modals when initialized at different times **Thanks nojhamster**
2579- **Modal** - Fixes javascript error for browsers that don't support CSS animations if jquery.easing is not included
2580- **Form, Input** - Fixes ``ui input`` to work correctly inside ``inline field``
2581
2582### Version 0.16.1 - April 22, 2014
2583
2584**Fixes**
2585- **Transition** - Fixes bug where transition could accidentally hide element on show due to error when determining original display type
2586
2587### Version 0.16.0 - April 22, 2014
2588
2589**Enhancements**
2590- **Form** - Fields can now be aligned to a grid **Thanks seralex-vi**
2591
2592**Critical Fixes**
2593- **Modal** - Fixes issue where position sometimes appeared too low on second show
2594- **Reveal** - Fixes reveal being broken in Chrome in ``0.15.5`` due to poor fix for reveal selectability
2595
2596**Fixes**
2597- **Transition** - Fixes issue where transition hidden was sometimes overwritten by UI styles causing the element to stay visible
2598- **Checkbox** - Fixes issue where checkboxes with multiple line labels were appearing formatted incorrectly.
2599
2600
2601### Version 0.15.5 - April 11, 2014
2602
2603**Critical Fixes**
2604- **Checkbox** - Fixes ``ui checkbox`` to obey ``disabled`` property of input
2605
2606**Fixes**
2607- **Reveal** - Hidden content now can be selected on reveal
2608- **Message** - Fixes hidden/visible class to work with animations
2609- **Message** - Fixes hidden/visible class to set proper display on ``ui icon message``
2610- **Message** - Fixes hitbox/position of ``close icon`` inside message
2611
2612### Version 0.15.4 - April 04, 2014
2613
2614**Fixes**
2615- **Rating** - Fixes issue where rating was behaving erratically in Chrome
2616
2617### Version 0.15.3 - April 04, 2014
2618
2619**Changes**
2620- **Transition** - CSS Transitions now work in legacy FF (FF > 12)
2621- **All UI** - Adds support for legacy FF vendor prefixes (FF > 12)
2622
2623**Docs**
2624- Adds more examples for static checkbox/radio boxes with HTML only
2625- Fixes a variety of issues with malformed examples (thanks community)
2626
2627### Version 0.15.2 - March 28, 2014
2628
2629**Changes**
2630- **All Modules** - Debug is now disabled by default
2631
2632**Fixes**
2633- **Step** - Fixes issue with border radius on vertical steps
2634- **Icon** - Orange color is now available for icon
2635- **Menu** - Fixes formatting of attached segments with menus
2636
2637### Version 0.15.1 - March 14, 2014
2638
2639**Critical Fixes**
2640- **Dropdown** - Typo in dropdown css was causing selection dropdowns not to appear
2641
2642### Version 0.15.0 - March 14, 2014
2643
2644**Enhancements**
2645- **Step** - Vertical Steps now have option to have two line items
2646- **Form** - Forms, Dropdowns, and Inputs now have matching padding size, and use 1em font size to appear same size as surrounding text
2647- **Icon** - Icons on dark backgrounds should render better in OSX
2648- **Modal** - Modals now have an onVisible and onHidden callback for after animation ends
2649- **Form Validation** - Form validation now automatically revalidates a selection dropdown on change when invalid
2650
2651**Critical Fixes**
2652- **Modal** - Browsers without RequestAnimationFrame (Opera) were erroring on modal show
2653- **Dropdown** - Element's with numeric ``data-text`` values were erroring when selected
2654
2655**Fixes**
2656- **Modal** - Modal onShow and onHide occurs before transition starts, allowing for class name changes not to be reset
2657- **Dropdown** - Default selection text was not appearing when a dropdown had a value that was ``false`` or ``0``
2658- **Input** - Fixes slight error in corner label rounding **Thanks MohammadYounes**
2659- **Reveal** - Reveals will now show on active, for touch devices **Thanks Illyism**
2660- **Table** - Fixes rounding on tables with multiple tfoot elements **Thanks webdesserts**
2661- **Icon** - Hide and unhide icon were accidentally given opposite names
2662- **Checkbox** - Checkboxes can now have multiple inputs inside, for use with .NET and other languages that insert their own hidden inputs
2663
2664**Project**
2665- **iOS** - Active styles, for example pressed in buttons, now appear in docs on touch devices
2666
2667### Version 0.14.0 - March 03, 2014
2668
2669**Enhancements**
2670- **Modal** - Modal now uses requestAnimationFrame instead of debounced callback
2671- **Dropdown** - Dropdown now has error state **Thanks Musatov**
2672- **Form** - Form fields with errors will now properly style dropdown elements **Thanks Musatov**
2673- **Step** - Steps can now appear vertically
2674
2675**Fixes**
2676- **List** - Bulleted and horizontal lists now appear correctly in IE10-11
2677
2678**Project**
2679- **NPM** - Docpad is now moved to a dev dependency **Thanks kapouer**
2680
2681### Version 0.13.1 - February 28, 2014
2682
2683**Fixes**
2684- **Modal** - Fixes modal positioning appearing slightly below center on second load
2685- **Checkbox** - Fixes checkbox appearance inside inverted forms
2686- **Input** - Fixes ui input to inherit form sizing
2687- **Accordion** - Fixes issues with accordion rules being too specific, causing several common usages of accordions to break
2688- **Form Validation** - Fixes form validation regular expression matching **Thanks icefox0801**
2689
2690
2691### Version 0.13.0 - February 20, 2014
2692
2693**Enhancements**
2694- **Label** - Corner labels now are coupled to have rounded edges with components with rounded edges like input
2695- **Form** - Grouped form fields now have responsive styles for mobile
2696- **Modal** - Modal will now work when modal is taller than page's content
2697- **Checkbox** - Checkboxes now also trigger DOM ``change`` event
2698- **Accordion** - Accordions now preserve inline styles when animating
2699- **Form Validation** - Form validation now rechecks on all form change events, not just input change
2700
2701**Fixes**
2702- **Menu** - Fixes 2px border on last element in horizontal menus
2703- **Menu** - Fixes dropdown formatting when used **inside* a menu item
2704- **Menu** - Fixes formatting of grouped icon buttons inside menus
2705- **Modal** - Fixes z-index of modal close to appear above ``relative/absolute`` modal content on mobile
2706- **Dimmer** - Dimmers are less buggy when used with ``on: 'hover``
2707
2708
2709### Version 0.12.5 - February 04, 2014
2710
2711**Enhancement**
2712- **Button** - Or buttons can now have text specified using ``<div class="or" data-text"text">`` with alternate text *Thanks MohammadYounes*
2713
2714**Fixes**
2715- **Popup** - Fixes issue where popups using ``title`` attribute to store data were losing title content instead of correctly restoring it
2716- **Modal** - Fixes an issue where modal may not position correctly in some cases *Thanks GianlucaGuarini*
2717- **Modal** - Fixes modal throwing an error when transition is not included *Thanks robertoles*
2718
2719### Version 0.12.4 - January 29, 2014
2720
2721**Fixes**
2722- **Form** - Fixes issue with onSuccess not allowing cancellation of form submit in form validation
2723- **Input** - Fixes ``ui buttons`` to work inside an ``ui action input`` **Thanks MohammadYounes **
2724- **Items** - Fixes ``ui horizontal items`` to work correctly, missing comma **Thanks mishak87**
2725
2726**Project**
2727- **RTL** - Adds RTL hinting for some files **Thanks MohammadYounes**
2728- **Specs** - Adds additional JSON spec files for future use with generators **Thanks brigand**
2729
2730### Version 0.12.3 - January 24, 2014
2731
2732**Fixes**
2733- **Message** - Fixes some issues with margins sometimes not appearing with ``attached message`` **thanks joltmode**
2734- **Item** - Fixes color repeating to be consistent for items **thanks skysplit**
2735
2736### Version 0.12.2 - January 21, 2014
2737
2738**Enhancement**
2739- **Form Validation** - Adding custom validation is now simpler, uses syntax ``$('.form').form('add prompt', identifier, 'Error message');``
2740
2741**Fixes**
2742- **Menu** - Slightly updates input sizes inside menus
2743- **Grid** - Fixes grid ``only tablet/mobile/computer`` showing both devices on exact pixel of breakpoint, i.e. 768px
2744- **Icon** - Fixes ascending alphabetic inheritance
2745
2746### Version 0.12.1 - January 15, 2014
2747
2748**Fixes**
2749- **LESS** - Fixes typo breaking less parsing **thanks DVSoftware**
2750- **Menu** - Fixes buttons using ``<a>`` tag from inheriting link styles. **thanks joltmode**
2751- **Menu** - Fixes ``action input`` to work inside menus **thanks joltmode**
2752- **Modal** - Fixes possible race conditions in animations of modal **thanks dos1**
2753- **Message** - Prevents close icon from being misformatted in icon message **thanks MohammadYounes**
2754
2755**Docs**
2756- **Icons** - Fixes some icon code samples in docs **thanks mishak87**
2757Some updates to docs formatting
2758
2759### Version 0.12.0 - January 06, 2014
2760
2761**Major Fixes**
2762- **Dropdown** - Fixes dropdowns links not working on touch devices
2763- **Input** - Fixes input placeholder styles to work (accidental regex replace)
2764
2765**Major Updates**
2766- **Transition** - Transitions will now, by default, prevent the current animation from being queued while it is actively animating the same animation
2767- **Modal** - New setting ``allowMultiple`` lets you specify whether multiple modals can be shown at once
2768- **Modal** - New setting ``detachable`` allows you to specify whether modal DOM element can be moved (Thanks MohammadYounes)
2769
2770**Updates**
2771- **Dropdown** - Default value is now stored on init, and can be restored using 'restore defaults' behavior
2772- **Modal** - Buttons can now use both ``cancel/deny`` or ``ok/approve``, for approve/deny events to fire (Thanks MohammadYounes)
2773- **Menu** - Fixed menu now adds padding on the next element if it is a grid
2774- **Progress Bar** - Adds warning color
2775
2776**Fixes**
2777- **Icon** - Fixes unnecessary formatting on thumbs up/down
2778- **Dropdown** - Fixes touchmove event not clearing on touch devices causing unnecessary overhead
2779- **Input** - Action inputs can now be fluid
2780- **Sidebar** - Fixes issue where top sidebar was receiving left offset
2781- **Menu** - Fixes z-index on fixed menu to exist just below modals
2782- **Dropdown** - Fixes issue where last match was returned, not prioritizing value over text
2783- **Form** - Fixes all validation input to be trimmed for whitespace
2784
2785### Version 0.11.0 - December 25, 2013
2786
2787### Merry Christmas!
2788
2789**Major Updates**
2790
2791-**Transition**: Transition has been completely rewritten, performance should be about 10x after first animation due to caching and use of request animation frame
2792
2793**New Features**
2794
2795-**Transition**: Transitions now work with **any display type** not just display: block, meaning transitions can be used on buttons and other inline elements without affecting display
2796
2797**Fixes**
2798
2799-**Transition**: Fixes typo in "horizontal flip out" causing opacity to be fading in
2800
2801-**Popup** - Fixes popup sometimes opening and closing when ``event:click`` is used and a user double clicks
2802
2803-**Modules**: Fixed error in all modules where calling invoke would modify instance outside of scope, making it impossible to access some data (for instance cached positions) from outside of module.
2804
2805-**Modal**: Fixes issues with modal in IE, IE11 can now use CSS animations with modals
2806
2807### Version 0.10.3 - December 22, 2013
2808
2809**Critical Fixes**
2810- **Dropdown** - Fixes issue where dropdown animation does not occur sometimes (Thanks MohammadYounes)
2811
2812**Fixes**
2813- **Popup** - Native browser popups no longer if using ``title`` attribute
2814- **Grid** - Fixes issue where stackable grid was not working correctly when using (x) wide column
2815- **Modal** - Fixes element detaching sometimes in case where it is already inside a dimmer
2816- **Input** - Removes duplicate sizes
2817
2818### Version 0.10.2 - December 13, 2013
2819
2820**New**
2821- **Button** - Adds VK button
2822- **Input** - Action inputs now support button groups
2823
2824**Fixes**
2825- **Rating** - Fixes vertical alignment with text
2826- **Dropdown** - Fixes missing easing equations for dropdown javascript animations. Would cause an error when no css transitions were included and jquery easing was not available.
2827
2828### Version 0.10.1 - December 06, 2013
2829
2830**Fixes**
2831- **Modal** - Fixes issue with modal animation regression in 0.10.0
2832
2833### Version 0.10.0 - December 05, 2013
2834
2835**New**
2836- **Grid** - Adds ``doubling`` responsive variation which automatically formats content spacing based on device type
2837- **Form Validation** - Adds two new parameters, to allow for changing of revalidation and delay on input
2838
2839**Updates**
2840- **Grid** - Row padding is now EM not % based, this might shift layouts slightly
2841- **Grid** - Grid columns not inside a row will automatically receive row padding now. This will allow for content to flow correctly when row count is unknown
2842
2843**Fixes**
2844- **Grid** - Fixes margin on stackable grids
2845- **Dropdown** - Value can be retrieved even in instances where forms arent used
2846
2847### Version 0.9.6 - December 04, 2013
2848
2849**Updates**
2850- **Rating** - Ratings now receive class disabled when read only, instead of receiving ``active`` when rateable since active are much more common
2851- **Grid** - Fixes some instances where grid column width ``x wide`` was being overruled by parent element ``x column``.
2852- **Header, Grid, Segment** - Adds justified alignment
2853- **Message** - Fixes issues with attached icon message (thanks overra)
2854
2855### Version 0.9.5 - November 25, 2013
2856
2857**New**
2858- **Segment** - Segments now have a circular variation
2859
2860**Fixes**
2861- LESS files now include vendor prefixes by default instead of only including them in css releases
2862
2863### Version 0.9.4 - November 24, 2013
2864
2865**Fixes**
2866- **Dropdown** - Fixes issue where falsy value (i.e. 0) could not be selected
2867- **Transition** - Fixes transition exists function from not being called
2868- **Form** - Adds input type="url" to forms
2869- **Sidebar** - Fixes right sidebars to correctly allow for sizing (Thanks DveMac)
2870- **Sidebar** - Typo in sidebar header (Thanks slobo)
2871
2872
2873**Docs**
2874- Fixes various typos and missing closing html tags
2875
2876### Version 0.9.3 - November 17, 2013
2877
2878**Fixes**
2879- **Dropdown** - Fixes "falsy" values (like 0) not being processed correctly
2880- **Segment** - Fixes segment text color when nested inside inverted segment
2881- **Button** - Fixes improper active/visible state due to :not specificity (most noticeable in mousedown on a dropdown button)
2882
2883### Version 0.9.2 - November 8, 2013
2884
2885**Fixes** - Fixes popup not repositioning itself when offstage.
2886
2887### Version 0.9.1 - November 7, 2013
2888
2889**New**
2890- **Popup** - Adds context option for popup (thanks jefmathiot)
2891- **Accordion** - Adds formatting for nested accordions
2892
2893**Updates**
2894- **Accordion** - Fixes issue with accordion events inside accordions
2895
2896### Version 0.9.0 - November 5, 2013
2897
2898**New**
2899- **Button** - Basic icons now have inverted style
2900- **Segment** - Segments can now be used with ``ui grid`` and ``ui grid column/row``
2901- **List** - Adds animated list variation
2902
2903**Docs**
2904- **Release** - Fixes issues with minification in grunt
2905- **Examples** - Adds new homepage example to release zip
2906- **Code Samples** - Updates ACE editor version
2907
2908**Updates**
2909- **List** - Updated some list styles for greater flexibility
2910- **Dropdown** - Dropdown now always receives pointer cursor in all types
2911- **Form** - Darkens placeholder text color to be more visible
2912- **Menu** - Dropdown position inside secondary menus should be more precise
2913- **Input** - Labeled icons now have smaller corner labels
2914- **Menu** - Floating dropdown menus now work inside menus
2915- **Button** - UI buttons no longer have shadows, this helps match colored buttons in layouts
2916
2917**Fixes**
2918- **Header** - Fixes alignment of solo icons in headers
2919- **Button** - Fixes labeled icon placement in Chrome
2920- **Modal** - Fixes use of unsupported comma separated :not selector
2921- **Modal** - Fixes left/right ui content receiving modal styles inappropriately
2922- **Menu** - Fixes some inverted menu stylings not applying correctly in some instances
2923- **Grid** - Fixes comp/tablet/mobile only columns not working if not inside a row
2924
2925### Version 0.8.6 - November 2, 2013
2926
2927**Fixes**
2928- **Modal** - Fixes issue with scrollable variation on mobile, updates mobile styles
2929
2930**Docs**
2931- Fixes bug in jquery waypoint 2.0.3 causing menus to be lame
2932
2933### Version 0.8.5 - November 2, 2013
2934
2935**Fixes**
2936- **Modal** - Fixed issue with modals not working in 0.8.4 due to mistake in transition invoke
2937- **Modules** - Invoke now gives user's query in error message for method not found
2938
2939### Version 0.8.4 - November 1, 2013
2940
2941**Fixes**
2942- **Modules** - Fixes bug where invoking a sentence behavior that has a single word match would always invoke single word match. I.e. ``show modal`` would mistakenly call ``show`` if it existed.
2943- **Modules** - Adds CSS transition support detection to all modules using css transitions to allow for graceful degradation for IE8
2944
2945**Docs**
2946- **Download** - Fixes issue where non minified source was being included with minified copy
2947- **IE** - Fixed some issue with IE display in docs
2948
2949### Version 0.8.3 - October 30, 2013
2950
2951**Fixes**
2952- **Modal** - Adds fixes for opening modals when other modals are opened, adds a few new API behaviors
2953- **Form** - Fixes issues with form validation not escaping regex characters
2954- **Form** - Errored fields now have their icons and corner labels colored appropriately
2955- **Labels** - Fixes formatting of links inside labels
2956
2957### Version 0.8.2 - October 28, 2013
2958
2959**Fixes**
2960- **Modal** - Quick Fix for modal events in IE
2961- **Menu** - Fixes arrow direction on vertical menu dropdown
2962- **Button** - Fixes button height issue with button groups including icon and normal buttons
2963
2964**Docs**
2965- Fixes some missing closing tags
2966
2967### Version 0.8.1 - October 26, 2013
2968
2969**Fixes**
2970- **Button** - Fixes colored version sometime losing white text color
2971- **Button** - Fixes 1pixel jump on animated fade buttons
2972
2973**Docs**
2974- Prefixer now used for prefixing in grunt
2975- Spelling fixes
2976
2977### Version 0.8.0 - October 25, 2013
2978
2979**New**
2980- **Button** - Default button styles have been significantly tweaked
2981- **Button** - Evenly divided buttons can use number classes instead of words ``class="2 buttons"``
2982- **Button** - New animated button styles, fade, horizontal, and vertical
2983
2984**Fixes**
2985- **Button** - Fixes "or" sizing to work for all sizes
2986- **Dropdown** - Fixes border radius on non-selection dropdowns from changing on activation
2987- **Input** - Action buttons now have tactile feedback like normal buttons
2988
2989**Docs**
2990- Added more detailed contributing guide
2991- Updates info on setting up server
2992- Added new examples to button and input
2993
2994### Version 0.7.2 - October 23, 2013
2995
2996**Fixes**
2997- **Modal** - Fixes issue with modal hiding twice onApprove
2998
2999### Version 0.7.1 - October 23, 2013
3000
3001**Fixes**
3002- **Dropdown** - Fixes issue with dropdown icon position in chrome
3003- **Popup** - Fixes issue with popup's using setting inline: true
3004
3005### Version 0.7.0 - October 22, 2013
3006
3007**New**
3008- **Table** - Added awesome new responsive style to ui tables
3009- **Button** - New social buttons for Instagram, LinkedIn, Google Plus, Pinterest
3010- **List** - Adds documentation for module format
3011- **List** - Adds onTabInit for local tabs on first load
3012- **List** - Popups can now have a different target than itself
3013- **Modal** - Modal hide can be cancelled from ``onApprove`` and ``onDeny`` by returning false from callback
3014- **Transition** - onShow and onHide callbacks for visibility changing transitions
3015- **Shape** - New 'cube' and 'text' shape type
3016- **Shape** - Transition duration can now be set programmatically
3017- **Shape** - New beforeChange callback
3018- **Sidebar** - Sidebar will now default to being exclusive and hiding other sidebars on show
3019- **Sidebar** - Sidebar now has onChange, onShow, onHide callbacks
3020- **Sidebar** - Sidebar now have several size variations, and a new styled variation that comes preformatted
3021
3022**Docs**
3023- **Dimmer** - Adds more dimmer examples, fixes settings
3024- **Modules** - New examples and docs for all modules
3025- Adds sortable tables to docs
3026- New tabbed doc style for modules
3027- Code samples will now automatically format indention
3028
3029**Fixes**
3030- **Button** - Fixes vertical fluid buttons not taking up full width
3031- **Shape** - Shape now works with no additional stylings
3032- **Shape** - Fixes calculation of next side size to work correctly by using offstage element
3033- **Modules** - Fixed issue when altering settings using ``module('setting')`` with an object
3034- **Dimmer** - Dimmer now obeys border radius of parent
3035- **Dropdown** - Dropdown cannot display inside item image
3036- **Dropdown** - Dropdown links were being prevented by event.preventDefault used for touch devices
3037- **Dropdown** - Fixes issue with borders on selection dropdown
3038- **Dropdown** - Fixes pointing dropdown to appear correctly in menu
3039- **List** - Celled tables now have celled table headers
3040- **Menu** - Fixes border radius on tabular menu, fixes one pixel jump on active state
3041- **Menu** - Removes vertical label width missing units in menu
3042- **Popup** - Popup .toggle() now always hides/shows popup correctly
3043- **Popup** - Popup fixed a bug where "top right" placed popup might sometimes be too large
3044- **Popup** - Popup will not reshow a visible popup on hover
3045
3046**Updates**
3047- **Accordion** - Reduces vertical padding on basic accordion content
3048- **Header** - Block header now uses RGBA instead of solid color by default
3049- **Label** - Ribbon labels now have a shadow color
3050- **List** - Horizontal padding on icon list slightly increased, fixes to icon position
3051- **List** - Increased padding on attached labels
3052- **List** - Leading on bulleted and ordered list slightly increased
3053- **Message** - Increase opacity of icons on icon messages
3054- **Modal** - Optimizes dimmer init on modal to occur on modal init and not modal show
3055- **Popup** - Popup border now uses RGBA to look sexier on dark backgrounds
3056- **Popup** - Popup default duration is now 200ms (slighty slower)
3057- **Popup** - Popup metadata attribute arrowOffset is now offset for simplicities sake
3058- **Popup** - Popup no-longer receives class name 'visible' on show, this allows popups to be used on dropdowns and other elements with a visible state
3059- **Popup** - Popups are no longer inline by default
3060- **Table** - Table headers are now darker to increase contrast with rainbow striped rows
3061- **Sidebar** - Floating sidebar is slightly less heavily shadowed
3062
3063
3064### Version 0.6.5 - October 18, 2013
3065
3066**Fixes**
3067- Fixes issue where browser default action, like link clicking, was prevented on dropdown item click
3068- Modal keyboard shortcuts now obey settings.closable (credit to luisrudge)
3069
3070
3071### Version 0.6.4 - October 16, 2013
3072
3073**Fixes**
3074- Fixes issue where browser default action, like link clicking, was prevented on dropdown item click
3075
3076### Version 0.6.3 - October 15, 2013
3077
3078**Deprecation**
3079- Dropdown changeText and updateForm have been deprecated and will be removed in 1.0
3080
3081**Updates**
3082- Dropdown hide no longer selects current item as active (useful for menus)
3083- Simplified possible dropdown actions changeText and updateForm are now consolidated into activate which is the new default
3084
3085### Version 0.6.2 - October 15, 2013
3086
3087**Fixes**
3088- Fixes touch+mouse like touchscreen laptops to work with dropdowns
3089- Fixes input position inside menus with no other content
3090- Fixes input sizing on small/large menus
3091
3092**Updates**
3093- Dropdown vastly improved for touch, now can scroll with touch without closing dropdown
3094- Dropdown active style now slightly more noticable
3095
3096### Version 0.6.1 - October 15, 2013
3097
3098**Updates**
3099- Adds onApprove/onDeny callbacks to modal
3100- Adds small/large sizing of modal, reformats default modal size to be slightly inset from page grid
3101- Adds clockwise/counterclockwise rotated icon and default rotate
3102- Adds orange label/segment
3103- Adds automatic menu formatting for buttons inside menus
3104- Dropdowns in vertical menu automatically receive proper triangle pointer direction
3105
3106**Fixes**
3107- Fixes modal spacing on left/right content to match up with grid gutters
3108- Fixes inheritance issues with rotated icon
3109- Fixes tests not passing for modal/dimmer
3110- Fixes overflow on item corner label
3111- Fixes right menu formatting in secondary menus
3112- Fixed shadow overlap on dropdown in menus
3113
3114### Version 0.6.0 - October 14, 2013
3115
3116**Updates**
3117- Adds travis CI support with preliminary test coverage for all javascript modules
3118
3119**Fixes**
3120- Minor Fixes caught with testing suite, related to ensuring proper destroy, init,
3121- Minor fixes to edge cases with setting and retrieving internals/settings as default, init, or during run-time on some modules
3122
3123### Version 0.5.1 - October 11, 2013
3124
3125**Fixes**
3126- Fixes issue with modal sometimes closing/opening multiple times caused by changes in 0.5.0
3127
3128**Updates**
3129- Fixes vertical alignment of checkboxes
3130
3131### Version 0.5.0 - October 10, 2013
3132
3133**Critical Fixes**
3134- Fixes in some UI modules, issue where settings being shared across elements initialized at the same time instead of each instance.
3135- Fixes regression where popup was overriding variation class name on positioning
3136
3137**Fixes**
3138- Fixes an issue where popup that was set to inline: false was being removed prematurely
3139- Fixes inheritance issue where grid column may sometimes not appear the correct size
3140- Fixes modal hide/show dependency issue where dimmer would not always hide modal and vice-versa
3141
3142**Updates**
3143- Adds an example to popup where inline is set to false
3144- Accordion now comes bundled with proper easing
3145- Added onCreate to popup module
3146
3147### Version 0.4.3 - October 10, 2013
3148
3149**Fixes**
3150- Updates dropdown to include proper invoke
3151
3152### Version 0.4.2 - October 9, 2013
3153
3154**Fixes**
3155- Fixes issue with event bubbling being cancelled on dropdown item click
3156
3157### Version 0.4.1 - October 9, 2013
3158
3159**Fixes**
3160- Fixes heart rating color
3161
3162### Version 0.4.0 - October 8, 2013
3163
3164**Updates**
3165- Updated some checkbox stylings
3166- Checkboxes markup now more semantic with default markup including only one label tag that can be inside ui checkbox
3167
3168### Version 0.3.8 - October 8, 2013
3169
3170**Fixes**
3171- Display issues with accordion
3172
3173### Version 0.3.7 - October 8, 2013
3174
3175**Fixes**
3176- Fixes modal show/hide action reversal in Webkit
3177
3178**Updates**
3179- Dimmer can now take different durations for its show and hide
3180
3181### Version 0.3.6 - October 7, 2013
3182
3183**Fixes**
3184- Fixes popup position sometimes appearing off-stage on second appearance
3185- Fixes popup positions top left, top right, bottom left, bottom right being flipped
3186
3187**Docs**
3188- Updates form and accordion docs
3189
3190**Updates**
3191- Dropdown action default is now automatically determined based on type of dropdown, select dropdowns now will update form fields with default options
3192- Adds fluid variation to accordion
3193- Adds more html5 form support for forms (deneuxa)
3194- Fields can include both field and another level of fields
3195
3196### Version 0.3.5 - October 2, 2013
3197
3198**Fixes**
3199- Fixes radio checkboxes (again)
3200- Fixes header content display in icon headers
3201
3202### Version 0.3.4 - October 2, 2013
3203
3204**Fixes**
3205- Transitions now work in Safari versions that do not support animation-direction
3206- Fixes accordion in safari styles getting stuck
3207- Centering of content in icon header
3208
3209### Version 0.3.3 - October 2, 2013
3210
3211**Fixes**
3212- Fixes modal not working due to destroy teardown in dimmer Issue #153
3213- Fixes selector for checkbox to fix radio boxes Issue #154
3214- Fixes issue with popup display in some edge cases Issue #128
3215
3216**Updates**
3217- Headers and lists with icons now do not break with multiline content
3218- Examples resize with browser width
3219- Updates ACE editor library
3220- Code samples now do not change after interacting with examples
3221
3222### Version 0.3.2 - October 2, 2013
3223
3224**Updates**
3225- Dropdown now formats top and right arrow icons automatically with icon coupling with sub menus
3226- Updates feed example with more feature examples
3227- Adds more sizes to ratings
3228- Makes active pagination item style more clear
3229- Adds attach events method to modal for attaching modal events to other elements
3230- Adds input focus/blur to modal, see Issue #124
3231- Adds new methods to rating: 'get rating', 'clear rating', 'disable', 'enable', adds new setting 'clearable'
3232
3233**Fixes**
3234- Fixes position of menu dropdowns in some cases
3235- Updates modal to refocus elements after close
3236- Right floated list content now receives left margin
3237- List items display issues with icons + content
3238- Fixes rating line height issue
3239- Fixes rating not being sent as first callback parameter on 'onRate'
3240- Lists items now auto clear floats
3241- Fixes icon input inside a menu placement issues
3242
3243### Version 0.3.1 - September 30, 2013
3244
3245**Fixes**
3246- Fixes Page Grid still receiving negative margin
3247
3248### Version 0.3.0 - September 30, 2013
3249
3250**Fixes**
3251- Responsive Grid is now called "Page Grid". Responsive grids are now deprecated. This reduces confusion.
3252- Negative margins are now automatically removed from grids that are descendents of body tag.
3253
3254### Version 0.2.5 - September 28, 2013
3255
3256**Fixes**
3257- Fixes checkbox selector issue with multiple inputs inside a checkbox
3258- Modal no longer uses inline css to center when in fixed position mode
3259- Fixes dropdown to now set active item to whatever hidden input field is when using action updateForm
3260
3261### Version 0.2.4 - September 28, 2013
3262
3263**Updates**
3264
3265- Fixes issue with display on Chromebook Pixel and some devices
3266- Fixes issues with concatenated version receiving conflicted icon definitions causing icons to not function
3267
3268### Version 0.2.3 - September 28, 2013
3269
3270**Updates**
3271
3272- Fixes issues with modal not swapping to absolutely positioned from fixed when content cannot fit in viewport
3273
3274### Version 0.2.2 - September 28, 2013
3275
3276**Updates**
3277
3278- Fixes invoke returning found function instead of results of found function in dropdown, modal
3279
3280### Version 0.2.1 - September 28, 2013
3281
3282**Updates**
3283
3284- Modals can now have an icon in its left content that will be automatically formatted
3285- Preserve 3D animations are now on by default for dimmers
3286
3287**Fixes**
3288
3289- Transition now forces browser repaint after animation
3290- Refactored modal and dimmer components
3291- Modal will now resize when browser window resizes if vertical height changes
3292- Fixes issues with dimmer settings sticking between separate modals with the same dimmer.
3293
3294### Version 0.2.0 - September 28, 2013
3295
3296**New**
3297
3298- Adds responsive modal styling, modal always now sits with 5% gutters under page grid responsive styling
3299- Adds basic modal variation
3300
3301**Fixes**
3302
3303- Issue with modal active state not being removed correctly from modals
3304- Swaps modal and dropdown to use same variable naming pattern as rest of modules
3305- Removed selector count from performance logs
3306
3307### Version 0.1.0 - September 25, 2013
3308
3309**New**
3310
3311- Added new font icon set using Font Awesome port
3312- Adds dropdown icon sexiness to accordions, now with rotating pointing arrows
3313- Added old icon set as a separate basic icon set
3314- Added fluid input variation
3315- Increased size of corner labels
3316- Adds relaxed grid variation with increased gutters
3317- Added relaxed and very relaxed list type with increased padding
3318
3319**Fixes**
3320
3321- Rating icon missing font content with icon font update
3322- Padding on side of rating
3323- Adds horizontally padded, vertically padded menu item variations to allow menu items to remove padding
3324- Added fixes to tabular menu especially with attached content
3325- UI Loaders now positioned automatically in all circumstances, even with long text
3326- Connected items no longer assume 3 items per row
3327- Fixes display of left corner icon labels
3328
3329**Updates**
3330
3331- Updated documentation for sidebar, transition, and form validation
3332- Updated list docs
3333- Accordion settings documentation
3334- Rating settings documentation