- feat(formvalidation): support object list in add errors [`3b0a796`](https://github.com/fomantic/Fomantic-UI/commit/3b0a796dcb78178b8228ee1b48ef7c69670b3ea9)
- build(deps): bump browserslist from 4.21.4 to 4.21.5 [`52801a7`](https://github.com/fomantic/Fomantic-UI/commit/52801a7e47ac865e48c82f1a9df2a4a747829413)
- feat(formvalidation): size rule to test string length range [`247703a`](https://github.com/fomantic/Fomantic-UI/commit/247703af614b84ff9bf7cb74e36022332964bb23)
- fix(modal,flyout): avoid multiple autofocus on show animation [`5b497e3`](https://github.com/fomantic/Fomantic-UI/commit/5b497e3bad91c5ea5ce437df6f1194ce3ce2dc99)
- feat(segment,grid): left and right attached variant [`e1559e8`](https://github.com/fomantic/Fomantic-UI/commit/e1559e8dd71f56fff156d1cc40c0c961a6e7e5b8)
- fix(theme): dont conditional import variables to avoid scoping [`f8f26a1`](https://github.com/fomantic/Fomantic-UI/commit/f8f26a1a30a4ca0f5472b63479f35defd080204e)
- fix(dropdown): compact menu items were cut [`6ae4c9d`](https://github.com/fomantic/Fomantic-UI/commit/6ae4c9d9167e70d99b25ca8306b50a124817e2f9)
- fix(segment, dropdown): specificity and wrong selector [`16dfb7e`](https://github.com/fomantic/Fomantic-UI/commit/16dfb7efb3e67d3aa1df9515a36193e76cbf39c2)
- build(deps-dev): bump eslint-plugin-import from 2.27.4 to 2.27.5 [`7b0c4bd`](https://github.com/fomantic/Fomantic-UI/commit/7b0c4bdf071a66bd03969105089ff18ec4daabc5)
- build(deps-dev): bump node-fetch from 2.6.8 to 2.6.9 [`4816346`](https://github.com/fomantic/Fomantic-UI/commit/4816346cce15d2dbeea02280f7ec7c63738b2c2b)
- build(deps-dev): bump eslint from 8.32.0 to 8.33.0 [`81e635b`](https://github.com/fomantic/Fomantic-UI/commit/81e635bb124914a99c93793e060746e53cb36a53)
- fix(build): allow gulp install from direct checkout folder [`2015119`](https://github.com/fomantic/Fomantic-UI/commit/2015119c1487609eaf28fc28abafe3db26668bb5)
- fix(modal): remove active class on hide [`27c5d2f`](https://github.com/fomantic/Fomantic-UI/commit/27c5d2f1d0bcdca80718e659da7a82ad87731c6c)
- feat(chore): add lint using CI [`8a8d841`](https://github.com/fomantic/Fomantic-UI/commit/8a8d841a3eec3b1a103bb69be0350f1d7715c775)
- feat(lint): add stylelint for LESS and normalize whitespaces [`d4987bf`](https://github.com/fomantic/Fomantic-UI/commit/d4987bfaca7a7447771e819d11d1b85f45c1eccc)
- feat(lint): add stylelint overrides and variation files [`ce26829`](https://github.com/fomantic/Fomantic-UI/commit/ce26829e4dd5d959410643b70a5d403367f6283d)
- feat(lint): adjust LESS whitespaces to match prettier format [`2ec6af4`](https://github.com/fomantic/Fomantic-UI/commit/2ec6af4a55f804dec8711abcc15f2e972dccd47b)
- feat(lint): unify LESS files whitespaces and string quotes [`fc431e8`](https://github.com/fomantic/Fomantic-UI/commit/fc431e8c06ca1c0514d6fb137a29b5b24063e831)
- fix(icon): unify icon font usage in themes [`42e4040`](https://github.com/fomantic/Fomantic-UI/commit/42e40407d3c4854064fe12804eec6c729f98c2bc)
- feat(lint): nested ternary formatting and remove unneeded parentheses [`df82def`](https://github.com/fomantic/Fomantic-UI/commit/df82def2dc2c2eb7b640a59d64affd004002e342)
- feat(lint): type-safe equality operator when comparing literals [`89e62cc`](https://github.com/fomantic/Fomantic-UI/commit/89e62cc6f45f51f53aaeb2d142937ed8cb559180)
- feat(lint): fix else with return, unify ternary CS [`e684c62`](https://github.com/fomantic/Fomantic-UI/commit/e684c629b706a6c766a940989fd19b81ca4b87a3)
- feat(lint): add Airbnb and Unicorn eslint packages [`aa53fbd`](https://github.com/fomantic/Fomantic-UI/commit/aa53fbd497859a5a3cb2ef94b80910d214aac10a)
- feat(lint): add prettier formatter to assert LESS files whitespaces [`b3dc749`](https://github.com/fomantic/Fomantic-UI/commit/b3dc749053661539c02d33c7dd98810b9a0cd00e)
- chore(dependencies): upgrade to del 6.1.1 [`304a637`](https://github.com/fomantic/Fomantic-UI/commit/304a637ec017ea0a3577798bcbcbdcd6489da969)
- feat(lint): modernize/unify CSS but maintain IE11 compatibility [`6e2fa0f`](https://github.com/fomantic/Fomantic-UI/commit/6e2fa0f46ee260fdf139e887298f59bee181350d)
- feat(chore): use modern "let" instead of "var" in build scripts [`ae427cc`](https://github.com/fomantic/Fomantic-UI/commit/ae427cc727609089ca6c82eb93a3c30ba8ac8bfe)
- fix(input): adjust padding in labeled dropdown icon inputs [`02082e2`](https://github.com/fomantic/Fomantic-UI/commit/02082e2856df0d27719dfd923a22dee2e0dfac22)
- feat(lint): use Date.now() instead of new Date().getTime() [`e658be3`](https://github.com/fomantic/Fomantic-UI/commit/e658be36562f43defc4b3b5f420055e76e38ad7b)
- feat(chore): use modern globalThis [`e589cd1`](https://github.com/fomantic/Fomantic-UI/commit/e589cd1c5407d8a04f061898298d399e6f24c624)
- fix(chore): typos found by eslint [`dbc8d11`](https://github.com/fomantic/Fomantic-UI/commit/dbc8d1192c63b646eeb14b59a24fa5dde158be14)
- build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.2 [`199f841`](https://github.com/fomantic/Fomantic-UI/commit/199f8413a6b18a1650e757334e8901db3313cb0b)
- fix(chore): rename to fomantic, update jquery, fix examples [`bda1099`](https://github.com/fomantic/Fomantic-UI/commit/bda109920babd6af467a794436ff303d0447b8c1)
- fix(chore): remove old sui v1 unsupported and undocumented code [`1124496`](https://github.com/fomantic/Fomantic-UI/commit/1124496315e64a2b62b552809ad03486e14b0fac)
- feat(lint): remove global undefined variable shadow [`2753e1d`](https://github.com/fomantic/Fomantic-UI/commit/2753e1d4cd474b7ae4b5f2673cffa2ac3b61ee8a)
- feat(popup): color variants [`a927bd2`](https://github.com/fomantic/Fomantic-UI/commit/a927bd2abafca0981864846a0bfe62ac62ee3280)
- feat(calendar): support context setting [`0533782`](https://github.com/fomantic/Fomantic-UI/commit/053378246ea15da19158c729cb7167cc228458f9)
- feat(icon): support custom naming and selector [`4bab7d9`](https://github.com/fomantic/Fomantic-UI/commit/4bab7d93dcfeb02d5714bb054981b032cc737ebe)
- build(deps-dev): bump eslint from 8.29.0 to 8.30.0 [`6686ef4`](https://github.com/fomantic/Fomantic-UI/commit/6686ef40728287b1c6f4297bbdb39b677697c4ff)
- feat(search): all and some words for fullTextSearch [`a343501`](https://github.com/fomantic/Fomantic-UI/commit/a34350179af8449338949a50e1a24e482f61736b)
- feat(build): adjust autoprefixer config to match 2.9.0 browser support [`70adac5`](https://github.com/fomantic/Fomantic-UI/commit/70adac5577f98245fcc6b175eec50679af208f00)
- feat(chore): strip/adjust comment headers via config [`8f304c6`](https://github.com/fomantic/Fomantic-UI/commit/8f304c6b1c93a03cbb9b4a7a84e9b7dce0f553b5)
- build(deps): bump gulp-autoprefixer from 6.1.0 to 8.0.0 [`7ece4ce`](https://github.com/fomantic/Fomantic-UI/commit/7ece4ce2e641de76d601b666925a72ef8a157cc3)
- feat(input): make invalid pseudo class optional [`69527dc`](https://github.com/fomantic/Fomantic-UI/commit/69527dca2cf6c9da314f7127217c8bf1203c83d8)
- fix(flyout): content height wrong without header [`8aa6c67`](https://github.com/fomantic/Fomantic-UI/commit/8aa6c675c42fcfb5d249d75b16bc388239939581)
- build(deps-dev): bump postcss from 8.4.19 to 8.4.20 [`d277c48`](https://github.com/fomantic/Fomantic-UI/commit/d277c485ba04b549dce36b74453046ff14f0faa1)
- build(deps-dev): bump eslint from 8.30.0 to 8.31.0 [`250ba1e`](https://github.com/fomantic/Fomantic-UI/commit/250ba1e44acafcd3a6372a751d20d901a9898687)
- fix(chore): also use 3 layer logic for colors.less [`0b65a82`](https://github.com/fomantic/Fomantic-UI/commit/0b65a824be9d1117ace8d3ce7f3e7652dc18b4f5)
- fix(dropdown): keep overflow visible for non simple selection [`b4fc00c`](https://github.com/fomantic/Fomantic-UI/commit/b4fc00cdf77af3eda27de0a51c57ff0198c2809f)
- fix(build): one single component does not build [`ead2efb`](https://github.com/fomantic/Fomantic-UI/commit/ead2efbbfebaf61c7156abfd54d0504b83ce869e)
- build(deps): bump json5 from 1.0.1 to 1.0.2 [`631ba7b`](https://github.com/fomantic/Fomantic-UI/commit/631ba7b803ebd4012671f42f9f84d4f3ed15bc3e)
- build(deps): bump gulp-replace from 1.1.3 to 1.1.4 [`c959704`](https://github.com/fomantic/Fomantic-UI/commit/c95970489b20a861c360dc5f8178710e72eb0f3a)
- build(deps-dev): bump eslint-plugin-import from 2.27.2 to 2.27.4 [`a417fa7`](https://github.com/fomantic/Fomantic-UI/commit/a417fa76e46a9072923139cb9ae370a59c9e26e2)
- fix(label): disabled and centered label(s) [`d296b9a`](https://github.com/fomantic/Fomantic-UI/commit/d296b9a299b07890d7f1218f8a02b85f830045a6)
- fix(button): wrong extra inset [`27d0491`](https://github.com/fomantic/Fomantic-UI/commit/27d0491c7030afa1d1dbb26a847ddf49a29ff3ea)
- build(deps-dev): bump eslint from 8.31.0 to 8.32.0 [`43be9ab`](https://github.com/fomantic/Fomantic-UI/commit/43be9abf8b5e0a4198ab1afddef37b38125b6daf)
- build(deps-dev): bump node-fetch from 2.6.7 to 2.6.8 [`344a77e`](https://github.com/fomantic/Fomantic-UI/commit/344a77e3f51657d8305337f1645cae88cbb398ec)
- build(deps-dev): bump postcss from 8.4.20 to 8.4.21 [`5bdafbe`](https://github.com/fomantic/Fomantic-UI/commit/5bdafbefa62cdc1c3a8d5e7cb8d5a1e19390fca1)
- build(deps-dev): bump stylelint from 14.16.0 to 14.16.1 [`c9626ca`](https://github.com/fomantic/Fomantic-UI/commit/c9626ca17a55eada9e5911eeeda4f4a6f7b1b595)
- fix(emoji,flag): changing from maxcdn to jsdelivr cdn path [`0ac5353`](https://github.com/fomantic/Fomantic-UI/commit/0ac5353654df82e9273454c0bd15082109752a19)
- build(deps): bump jquery from 3.6.2 to 3.6.3 [`3b7c177`](https://github.com/fomantic/Fomantic-UI/commit/3b7c17788c9581f4f2b0e36065798a4a9a43669d)
- build(deps): bump jquery from 3.6.1 to 3.6.2 [`bbe4e58`](https://github.com/fomantic/Fomantic-UI/commit/bbe4e58e01174258bd2eff8cf9200b64d6e4a3d1)
- build(deps-dev): bump eslint from 8.28.0 to 8.29.0 [`c617b8c`](https://github.com/fomantic/Fomantic-UI/commit/c617b8ca27dc1271a567c73489210576bae97d83)
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 [`935e235`](https://github.com/fomantic/Fomantic-UI/commit/935e235d376b55912edb6c3fcd3226a04d17a8e8)
- build(deps): bump inquirer from 8.2.4 to 8.2.5 [`d0b9d94`](https://github.com/fomantic/Fomantic-UI/commit/d0b9d942922e37ad7fc33367601082e6958b5849)
- build(deps-dev): bump all-contributors-cli from 6.23.1 to 6.24.0 [`ec04b4f`](https://github.com/fomantic/Fomantic-UI/commit/ec04b4f557f405d449709635f2325cd20179df7a)
- fix(dropdown): fix rounded corners on scrolling menu [`7259c34`](https://github.com/fomantic/Fomantic-UI/commit/7259c349e25122d7363277b793046333ec6b4fbc)
- feat(input): move pointer-events value into variable [`d459c42`](https://github.com/fomantic/Fomantic-UI/commit/d459c4269eec49f7b5b4e6459aba43738e3f67f8)
- feat(build): improve error message for when semantic.json is not found [`51e0c45`](https://github.com/fomantic/Fomantic-UI/commit/51e0c4513f9514c665f32af7ee0fbf80c3fe08a9)
- fix(dropdown): dont reopen menu on forceselection and search blur [`d493189`](https://github.com/fomantic/Fomantic-UI/commit/d493189c1875858621d7a365b12f51d3285d1913)
- fix(api): explicite url setting should have priority over data url [`1084e98`](https://github.com/fomantic/Fomantic-UI/commit/1084e98df5d760a37908b9b66cf9879bc46fc313)
- fix(api): support [] inside form names [`1a3de4b`](https://github.com/fomantic/Fomantic-UI/commit/1a3de4bb1764ecda9fe198074c0652d5fe2584d8)
- fix(chore): support node12 on add [`dbb503f`](https://github.com/fomantic/Fomantic-UI/commit/dbb503f1dff89bc31712d54d3d3e96bb9c78aff8)
- build(deps): bump gulp-chmod from 2.0.0 to 3.0.0 [`27e7996`](https://github.com/fomantic/Fomantic-UI/commit/27e7996332f6da0a4f85a7f612e749e81f6a9c60)
- fix(nag): make sure value is string for all storage engines [`6515b88`](https://github.com/fomantic/Fomantic-UI/commit/6515b88b8843a78f98c3ad809f0fb889156c6762)
- fix(nag): overlay nags were always shown [`ea9251d`](https://github.com/fomantic/Fomantic-UI/commit/ea9251ddb6d04369b39356d60defff5cef0d4095)
- chore(release): update version [`b6047e4`](https://github.com/fomantic/Fomantic-UI/commit/b6047e4b21c83c9aa719f6324e5702f43887122e)
- feat(dropdown): dont animate labels when no transition is given [`0bffb4a`](https://github.com/fomantic/Fomantic-UI/commit/0bffb4ab4ad01425a90aa8e72b1812b403b84fe1)
- fix(chore): fix eslint default config major versions [`21db9e4`](https://github.com/fomantic/Fomantic-UI/commit/21db9e448e3a893d5e3d054a75f8c3159cc05cfa)
- fix(ci): color git diff output [`63633b2`](https://github.com/fomantic/Fomantic-UI/commit/63633b2508e6e857d696b053e0f51486648331ec)
- feat(lint): enforce LF line break in all JS and LESS files [`6a42d01`](https://github.com/fomantic/Fomantic-UI/commit/6a42d0144eb3fd9eb71a27e7de7c3032ac6aeaf0)
- fix(calendar): calendar breaks when initialDate is string [`2722e1b`](https://github.com/fomantic/Fomantic-UI/commit/2722e1b07e142e69597f49adc22d0621495ad32c)
- feat(ci): check node 18 as well [`9773a1d`](https://github.com/fomantic/Fomantic-UI/commit/9773a1db04d6d275d4eadfe6a868faadd4bd1468)
- build(deps): bump gulp-tap from 1.0.1 to 2.0.0 [`4b673d8`](https://github.com/fomantic/Fomantic-UI/commit/4b673d8a1495a4924be6d5e4f466a3f8257287f5)
- build(deps): bump gulp-notify from 3.2.0 to 4.0.0 [`edf743a`](https://github.com/fomantic/Fomantic-UI/commit/edf743a171943a6eb161facf631f01ce8201db0f)
- fix(menu): labeled right menu icon size [`9a0ff54`](https://github.com/fomantic/Fomantic-UI/commit/9a0ff54326e3cb35da52f10f7aee8f83424ca541)
- fix(chore): dont assign exoego for autoreview anymore [`3ac5bf1`](https://github.com/fomantic/Fomantic-UI/commit/3ac5bf1c64e1d86187a396254a12e798d403f971)
- fix(font): patched lato 2.0 to fix positioning [`894f183`](https://github.com/fomantic/Fomantic-UI/commit/894f183a3456539613273243b246df71f42e60a1)
- fix(emoji): emojies/flags were not properly themeable [`2e4bd56`](https://github.com/fomantic/Fomantic-UI/commit/2e4bd56fe748b39aa7fb669e129a76d80dba35e9)
- feat(chore): move from npm to yarn [`377dad4`](https://github.com/fomantic/Fomantic-UI/commit/377dad4e4f5db294b01b5be5a722ed0e30cf8db1)
- fix(themes): use only woff files and fix firefox font line gap warning [`1ff8bfd`](https://github.com/fomantic/Fomantic-UI/commit/1ff8bfdec9edc9abf7b5d5d5617578437c8707ce)
- fix(chore): use double colons for pseudo-elements [`23f6671`](https://github.com/fomantic/Fomantic-UI/commit/23f6671f641da363dd44baef90470ad182ae18c9)
- feat(chore): more variation options [`d2fed5f`](https://github.com/fomantic/Fomantic-UI/commit/d2fed5f4a38efc545deb2d00299e68f6ce81196a)
- feat(icon): customizable icons by using maps [`80dca46`](https://github.com/fomantic/Fomantic-UI/commit/80dca46f8fa0e4440369bc073548c091e0ad6283)
- feat(icon): font awesome 5.15.4 update [`375d141`](https://github.com/fomantic/Fomantic-UI/commit/375d1416d1443c4c33fd07e4c4bb6a371bb06d43)
- feat(flag): use emoji svg flags with (auto) sizing [`3ca5ff5`](https://github.com/fomantic/Fomantic-UI/commit/3ca5ff5054ead5a4faf31062e5e890a5e3c394ee)
- feat(flyout): initial release of flyout module [`9a105a8`](https://github.com/fomantic/Fomantic-UI/commit/9a105a8696c3268c4f1499a65eb982a1a41e3e12)
- feat(chore): color list for each component separately [`cab3172`](https://github.com/fomantic/Fomantic-UI/commit/cab31721608de5b90332af2b0b7dd16eb88a94e6)
- fix(chore): eol of text files CRLF to LF [`b3c0489`](https://github.com/fomantic/Fomantic-UI/commit/b3c04899eca991f38dd14db6516407d89b9b1777)
- fix(sidebar,flyout,modal): missing identical features and fixes [`0740de8`](https://github.com/fomantic/Fomantic-UI/commit/0740de88774bb3171b0badb2481aea5bfe07461a)
- feat(table): all scroll stuck head foot first last variant [`46bc57a`](https://github.com/fomantic/Fomantic-UI/commit/46bc57a10bf930fda01605ff7415ee4c7388e96a)
- feat(button): wrapping and spaced variant [`ad505d1`](https://github.com/fomantic/Fomantic-UI/commit/ad505d1f266093134be2a4b0a0b76aca439a622e)
- feat(build): group components in checkbox selection [`bfb3009`](https://github.com/fomantic/Fomantic-UI/commit/bfb30098c49bc80bb9cdf8ddc1f5b736da0b5ec8)
- feat(chore): optional compile for ie specific code [`4ee9307`](https://github.com/fomantic/Fomantic-UI/commit/4ee93079ab2c486404d86d43ca46d61d5821df5d)
- fix(sticky): adopt SUI 2.5.0 fixes [`e146d70`](https://github.com/fomantic/Fomantic-UI/commit/e146d70fa7d4a4fe1652ebe19d3119b283f98d8c)
- fix(chore): variable declaration and usage fixes and optimization [`6dec24a`](https://github.com/fomantic/Fomantic-UI/commit/6dec24a674780b3e287149c2178e8a6bf0de22fe)
- fix(deps): security upgrade inquirer from 6.5.2 to 7.0.5 [`905f3a9`](https://github.com/fomantic/Fomantic-UI/commit/905f3a925ef5f471e2496f3bb1bf25d6be2c0293)
- build(deps): bump gulp-rtlcss from 1.4.2 to 2.0.0 [`698ceb1`](https://github.com/fomantic/Fomantic-UI/commit/698ceb188fa2d9eedf51a122c87d616ae95e79ac)
- feat(toast): image variant, a11y support, title html, click support [`3426127`](https://github.com/fomantic/Fomantic-UI/commit/3426127e0d4803ff8fda1c3a652ca2edf39ada3b)
- fix(input): support icon and corner labeled dropdown variant [`c315547`](https://github.com/fomantic/Fomantic-UI/commit/c3155473abb0aa7c9bdbdf1bd100b87dc9512cdf)
- docs: add hugopeek as a contributor for code [`3412999`](https://github.com/fomantic/Fomantic-UI/commit/341299945189aadf4d981cb7262f05e0aa60c256)
- feat(modal): basic header and basic left actions [`9bf5e5c`](https://github.com/fomantic/Fomantic-UI/commit/9bf5e5c6763a854c33a2e2ca69ea356510ebf89a)
- feat(icon): make fontface import and icons optional separately [`ff6e030`](https://github.com/fomantic/Fomantic-UI/commit/ff6e0307f37c872654eac7b39e15a8e92a43197e)
- feat(chore): same custom scrollbars in chrome, FF and IE [`97d7039`](https://github.com/fomantic/Fomantic-UI/commit/97d7039fc2b1e5fead3722ea8d111b3ef9e9d642)
- feat(accordion): add compact and very compact variations [`04f0521`](https://github.com/fomantic/Fomantic-UI/commit/04f0521e91db98571258305d106b46e93bc4de83)
- fix(dependencies): make browserslists an own dependecy [`f0a2ebc`](https://github.com/fomantic/Fomantic-UI/commit/f0a2ebc20fdac03fae71cad0213c4b67ebecd04a)
- fix(chore): prevent possible xss [`1513222`](https://github.com/fomantic/Fomantic-UI/commit/15132228ead6c80e96e065e0f1e822e34eac5983)
- build(dependencies): update auto-changelog from 1.15.0 to 2.4.0 [`4d5303c`](https://github.com/fomantic/Fomantic-UI/commit/4d5303c154c58569d3776b57bf20b27841422b82)
- feat(form): support month, week and color input [`4feac27`](https://github.com/fomantic/Fomantic-UI/commit/4feac2728d4e1940ed9769cda65edf5024cd4c40)
- fix(dropdown): support callbacks given inside apisettings [`f49946a`](https://github.com/fomantic/Fomantic-UI/commit/f49946a7f291343e0aba611d922f07440eb1d8fa)
- feat(chore): automatic npm releases, ci fix and add node 16 [`cf327d1`](https://github.com/fomantic/Fomantic-UI/commit/cf327d17d30bbbf13855e95e82a3ac2969dbb5c0)
- fix(dropdown): properly support preventchangetrigger [`b4551f6`](https://github.com/fomantic/Fomantic-UI/commit/b4551f68f9d2da33d8c7aff97059db68b6958f39)
- fix(api): respect post vars for caching [`3edbfe3`](https://github.com/fomantic/Fomantic-UI/commit/3edbfe3f1a572d1bde767a5660a0997d33cce9c6)
- fix(dropdown): keep original values, also on remove and more fixes [`7441393`](https://github.com/fomantic/Fomantic-UI/commit/7441393c6d91783546c6c83e8f483d7e4df91657)
- build(deps-dev): bump all-contributors-cli from 6.20.0 to 6.20.4 [`8fd82d5`](https://github.com/fomantic/Fomantic-UI/commit/8fd82d5c14252ea67bbee59e9051aae30203771b)
- fix(chore): reuse variables and quicker element access [`1f24f1d`](https://github.com/fomantic/Fomantic-UI/commit/1f24f1d71ff2ad8510fb66675333def74613a5bc)
- build(deps): bump browserslist from 4.20.4 to 4.21.0 [`27f451f`](https://github.com/fomantic/Fomantic-UI/commit/27f451fcbcb9589c77d192bea2823d625da4889a)
- build(deps): bump browserslist from 4.21.3 to 4.21.4 [`6a18b84`](https://github.com/fomantic/Fomantic-UI/commit/6a18b8401cfe50e2343b22fa48da2b89bc2ab609)
- build(deps): bump browserslist from 4.21.2 to 4.21.3 [`ed8b4dc`](https://github.com/fomantic/Fomantic-UI/commit/ed8b4dc63f4fa320839c99d3b0776d51386d2d3c)
- build(deps): bump browserslist from 4.21.1 to 4.21.2 [`8d87844`](https://github.com/fomantic/Fomantic-UI/commit/8d87844ae5509939d6b77d1008dbcc4203fd605c)
- build(deps): bump browserslist from 4.21.0 to 4.21.1 [`0ffef84`](https://github.com/fomantic/Fomantic-UI/commit/0ffef84e2d78f74a2268973637b555ea84c09110)
- build(deps): bump browserslist from 4.20.3 to 4.20.4 [`2a71b5e`](https://github.com/fomantic/Fomantic-UI/commit/2a71b5e7cee70f5193ac5dfd99f83a87241f2127)
- build(deps): bump browserslist from 4.20.2 to 4.20.3 [`ed3a2aa`](https://github.com/fomantic/Fomantic-UI/commit/ed3a2aaefdb9c848cfdeabe1f0454d9322d8c782)
- fix(modal): default templates handler was not working [`143371c`](https://github.com/fomantic/Fomantic-UI/commit/143371c53787b3041283b75237b81f614dcb984e)
- fix(table): colored marked in colored cells [`83e6d77`](https://github.com/fomantic/Fomantic-UI/commit/83e6d777a88f9b86311343a665e19a1fcf56a316)
- fix(chore): replace deprecated .substr() with .slice() [`86979a7`](https://github.com/fomantic/Fomantic-UI/commit/86979a784ad2d94bfb4bb366c71951d1765be5c7)
- fix(accordion): prevent ui dropdown icons in titles to animate [`126ed22`](https://github.com/fomantic/Fomantic-UI/commit/126ed226ddb65eadc86c40077171ff69a475c475)
- build(dependencies): require octokit/core to avoid install warning [`0e4d021`](https://github.com/fomantic/Fomantic-UI/commit/0e4d0219a52b08c53352fc95fdf7ad07eff4ce23)
- fix(nightly): check for already uploaded versions and support downgrades [`813cb33`](https://github.com/fomantic/Fomantic-UI/commit/813cb33ced8257563ea851ebbe44fcd4b04420c1)
- fix(modal): outside close button handling [`118ddb1`](https://github.com/fomantic/Fomantic-UI/commit/118ddb1853075d7fbeeb390ac953370a28e2d6d5)
- feat(input): support invalid pseudoclass [`d1c8d51`](https://github.com/fomantic/Fomantic-UI/commit/d1c8d5183a4d2594373b9e30855c70011c11b87f)
- fix(flag): ensure unique flag and a-z class names [`c4b3a74`](https://github.com/fomantic/Fomantic-UI/commit/c4b3a747ca2d58df81e11e41e9ccb42349e14ee5)
- build(deps): bump less from 4.1.2 to 4.1.3 [`786baef`](https://github.com/fomantic/Fomantic-UI/commit/786baefe374bcfb2707437b97bbc57f27d579b3f)
- build(deps-dev): bump node-fetch from 2.6.2 to 2.6.3 [`2575643`](https://github.com/fomantic/Fomantic-UI/commit/25756435a3d9f5e4f7578d95dfa410a2624c1392)
- build(deps): bump inquirer from 7.0.5 to 7.3.3 [`e8e7ca4`](https://github.com/fomantic/Fomantic-UI/commit/e8e7ca4f21095bcf663394c56d988ace44740101)
- fix(menu): inverted tabular menu styling should match tab [`bdb3a49`](https://github.com/fomantic/Fomantic-UI/commit/bdb3a49c519ee344f6fbaa4213b1502f4087ddc7)
- feat(form): optional support all field errors in inline prompt [`59db183`](https://github.com/fomantic/Fomantic-UI/commit/59db18341fdf705fbcdba6fcdf445ce4bf97ea7a)
- fix(button): loading buttons still shows labels [`bcd29ea`](https://github.com/fomantic/Fomantic-UI/commit/bcd29ea61ee6cf1b9f6435962730ba36cf9b92db)
- fix(input): date inputs were larger due to icon size [`1c5668a`](https://github.com/fomantic/Fomantic-UI/commit/1c5668af46c68420966c3670db7efbde7f3a52b7)
- build(deps): bump copy-props from 2.0.4 to 2.0.5 [`5650cc0`](https://github.com/fomantic/Fomantic-UI/commit/5650cc08ec9b6af80afa71910b93df6916464267)
- build(deps): bump @actions/core from 1.8.0 to 1.8.1 [`7a91f55`](https://github.com/fomantic/Fomantic-UI/commit/7a91f5540f578a92c7c168d051eaadcc1b9f71f1)
- build(deps-dev): bump semver from 7.3.6 to 7.3.7 [`03890ca`](https://github.com/fomantic/Fomantic-UI/commit/03890cad95af0a3ea8e0ec29a19d6aeeac710736)
- build(deps-dev): bump semver from 7.3.5 to 7.3.6 [`92ca9e6`](https://github.com/fomantic/Fomantic-UI/commit/92ca9e6b21ef8f01f5081b9e378d760c6a069f49)
- fix(chore): forward debug settings to transition on internal use [`baa8544`](https://github.com/fomantic/Fomantic-UI/commit/baa8544de4ff23fa213bf39afadc72f09e895b09)
- build(deps): bump browserslist from 4.20.0 to 4.20.2 [`e25df79`](https://github.com/fomantic/Fomantic-UI/commit/e25df79eb690e392d85cfe899ceb453a22c0d9b0)
- build(deps): bump browserslist from 4.19.3 to 4.20.0 [`cdf88b9`](https://github.com/fomantic/Fomantic-UI/commit/cdf88b96517c60b1db78d58cefce95c7ad2d3364)
- feat(checkbox): use left/right to switch off/on toggle+slider variant [`f5931a0`](https://github.com/fomantic/Fomantic-UI/commit/f5931a0f1b5a8b4491d546a3d7d7f8f5064350ff)
- build(dependencies): upgrade semver from 6.3.0 to 7.3.5 [`27e745e`](https://github.com/fomantic/Fomantic-UI/commit/27e745e81a59b420aba6414fb5369bd36518fea9)
- fix(modal): avoid propagation of escape to modal [`7e93bcf`](https://github.com/fomantic/Fomantic-UI/commit/7e93bcfbbe4c0706859ce442cd40126fa38818ec)
- fix(themes): less3/4 needs font import interpreted as raw css [`c77b750`](https://github.com/fomantic/Fomantic-UI/commit/c77b7508f386f357b5e50da9198933ba4771db14)
- feat(flyout): support short notation $. [`01b81c0`](https://github.com/fomantic/Fomantic-UI/commit/01b81c03a2245da2e8f0c51dbfeb896c58d022d8)
- build(deps): bump less from 4.1.1 to 4.1.2 [`74808e1`](https://github.com/fomantic/Fomantic-UI/commit/74808e1134864d5518b60bf06dcef379cb65b4ae)
- feat(dimmer): use modern blurring to improve performance [`aad2a1f`](https://github.com/fomantic/Fomantic-UI/commit/aad2a1fd15bb78cb14cf3093794adfbe9449ca3a)
- fix(tab): initializing active tab with historytype 'state' [`3eb748b`](https://github.com/fomantic/Fomantic-UI/commit/3eb748bc0a92f698e900bb55890b70cc086b7f4e)
- fix(toast): support context setting properly [`3e24a3d`](https://github.com/fomantic/Fomantic-UI/commit/3e24a3de23532e8abd53bb5e6c65292c9eb266dc)
- build(dependencies): upgrade mkdirp to from 0.5.6 to 1.0.4 [`d31fe9a`](https://github.com/fomantic/Fomantic-UI/commit/d31fe9a0523bd45fcd7498a2811cb2b6fb79e7f0)
- build(deps): bump mkdirp from 0.5.5 to 0.5.6 [`b076427`](https://github.com/fomantic/Fomantic-UI/commit/b076427c1da76cd8b34172fca72ad93e8a67ad9b)
- build(deps): bump inquirer from 8.2.0 to 8.2.1 [`b63be9f`](https://github.com/fomantic/Fomantic-UI/commit/b63be9f041966f4c16512d8e590dde029b807aa9)
- feat(docs): limit/clarify IE, old edge, old mobile support [`47db56d`](https://github.com/fomantic/Fomantic-UI/commit/47db56d32b77c6a069753b29bdd217b824f771cd)
- fix(search): blur on escape and proper type usage [`e32d5af`](https://github.com/fomantic/Fomantic-UI/commit/e32d5af72dbb04201660b638b7fdd37ab5b11a62)
- feat(dropdown): improve accessibility in relation to search dropdown [`44debc9`](https://github.com/fomantic/Fomantic-UI/commit/44debc94795691fbc3b085e4a0c9ac8b1c37d965)
- docs: add mat128 as a contributor for code [`4585cd0`](https://github.com/fomantic/Fomantic-UI/commit/4585cd047e5ccb1dbe6794dc84efddfd9aa01392)
- build(deps): bump @actions/core from 1.9.0 to 1.9.1 [`091bcb0`](https://github.com/fomantic/Fomantic-UI/commit/091bcb0a931c59037c58e8465077b606310fa9d0)
- docs: add naveensrinivasan as a contributor for security [`7dc12f7`](https://github.com/fomantic/Fomantic-UI/commit/7dc12f7cd1818dcb18b7e160619fba27fdad3963)
- fix(build): support pnpm folder structure [`cdc3d1a`](https://github.com/fomantic/Fomantic-UI/commit/cdc3d1a69b8933d0dec1ddd70fc12c49c594e0ca)
- fix(modal): close text shadow appeared too early [`96ac111`](https://github.com/fomantic/Fomantic-UI/commit/96ac11140411f5d1aeefde53a321991520ba3c27)
- docs: add jameschenjav as a contributor for code [`f4eef57`](https://github.com/fomantic/Fomantic-UI/commit/f4eef57be4ddd8c4bb5d18935ae385b7f504aa06)
- docs: add ucyildirim as a contributor for code [`e271e9b`](https://github.com/fomantic/Fomantic-UI/commit/e271e9bf336d41826e9dc5f4a5080ca493dee313)
- docs: add rkomiyama as a contributor for code [`456a0d0`](https://github.com/fomantic/Fomantic-UI/commit/456a0d076e8b5cce7641f1e715994b7bdb70b323)
- docs: add Yrlish as a contributor for code [`724b19e`](https://github.com/fomantic/Fomantic-UI/commit/724b19eff62cb35b1f33ecfb88aab57f0f71ce41)
- docs: add Inselhopper as a contributor for code, a11y [`89653dc`](https://github.com/fomantic/Fomantic-UI/commit/89653dc68a7c2e2672f792b58fc71d36b71bff0d)
- fix(label): left/right pointing interferes with icon [`da049ae`](https://github.com/fomantic/Fomantic-UI/commit/da049ae37a9bdebbb435fea7df7cfa1819621657)
- fix(menu): vanish pointer on stacking vertical pointing menu [`3f2aae7`](https://github.com/fomantic/Fomantic-UI/commit/3f2aae723cc0a5056228b22f5e35d73f9146e76a)
- fix(dropdown): hide menu on menu search blur [`8c71ecd`](https://github.com/fomantic/Fomantic-UI/commit/8c71ecd826b8f93f5fcc1ff0bcc2fdb3c1195859)
- feat(toast,modal): support short notation $. [`86121ef`](https://github.com/fomantic/Fomantic-UI/commit/86121efcc4508824f1f3ec21fffd1c8b3131ad44)
- docs: add xamey as a contributor for code [`42e68bc`](https://github.com/fomantic/Fomantic-UI/commit/42e68bc533e3008720efc67f046ecb1bd11a4f53)
- docs: add mvorisek as a contributor for code [`c08d4aa`](https://github.com/fomantic/Fomantic-UI/commit/c08d4aa66dafd8e831180d68a1c551872a3dde15)
- feat(chore): included githubactions in the dependabot config [`99d0728`](https://github.com/fomantic/Fomantic-UI/commit/99d0728df175ca19a9f62b9d26dbe6ecbc655285)
- docs: add grandeljay as a contributor for code [`8ad0cce`](https://github.com/fomantic/Fomantic-UI/commit/8ad0cceba3eb5318232391e3bc2d39d7bd63b228)
- docs: add CommanderRoot as a contributor for code [`4944543`](https://github.com/fomantic/Fomantic-UI/commit/49445435b362afa6d9662b55bfb4b53b6d46e0d8)
- fix(form): make sure validation object is cloned [`125d1c6`](https://github.com/fomantic/Fomantic-UI/commit/125d1c6e74282d5439e40e60476df76fba534db6)
- docs: add shadoWalker89 as a contributor for code [`a1d8b9e`](https://github.com/fomantic/Fomantic-UI/commit/a1d8b9e587f51c8f7313eed0916d19064462cdb6)
- docs: add elliotzlin as a contributor for code [`3e26ce9`](https://github.com/fomantic/Fomantic-UI/commit/3e26ce944b19189de95cbe9fc0b7cc39d2fd6ea6)
- docs: add cmoeke as a contributor for code [`e1e66f7`](https://github.com/fomantic/Fomantic-UI/commit/e1e66f75f05552ea016863cc9e7d1c70a89c72cb)
- docs: add das7pad as a contributor for code [`ee4902f`](https://github.com/fomantic/Fomantic-UI/commit/ee4902f785d7004ad200450ad3eb25fb1de95f78)
- docs: add byte916 as a contributor for code [`d4a78ea`](https://github.com/fomantic/Fomantic-UI/commit/d4a78ea34865288964d7cf53741dfc70ae7ea074)
- docs: add eikek as a contributor for code [`19991f2`](https://github.com/fomantic/Fomantic-UI/commit/19991f2a567b73cdb79b2e301a24ffa15964f724)
- docs: add mareeo as a contributor for code [`25c166b`](https://github.com/fomantic/Fomantic-UI/commit/25c166b03c83f0f4356964bd5a0f764280512df7)
- docs: add WardLootens as a contributor for code [`48de6f2`](https://github.com/fomantic/Fomantic-UI/commit/48de6f24a616a38d6fadad8f2734229b7e77457d)
- docs: add TheJltres as a contributor for code [`e79c83d`](https://github.com/fomantic/Fomantic-UI/commit/e79c83d5a6e5daad8a57498cf71a80af3ec529f0)
- docs: add MrL1605 as a contributor for code [`5912755`](https://github.com/fomantic/Fomantic-UI/commit/5912755230e366c6b52df6f4abed271a67b129d4)
- docs: add Giandrop as a contributor for code [`2077a3a`](https://github.com/fomantic/Fomantic-UI/commit/2077a3a1d756a1b2619110c95c45c12408e673a9)
- docs: add jamessampford as a contributor for code [`b960a87`](https://github.com/fomantic/Fomantic-UI/commit/b960a87a25444d10e05d3b5d36d458feaa50eccc)
- docs: add jike212 as a contributor for code [`9515cb0`](https://github.com/fomantic/Fomantic-UI/commit/9515cb0e8192a4d579ab62d41496f8970a16d4c9)
- docs: add Lutonite as a contributor for code [`9489d6b`](https://github.com/fomantic/Fomantic-UI/commit/9489d6b2f0a1d69ac75e75054ac025d6f44c6c0d)
- feat(chore): set permissions for gitHub actions [`e0a0484`](https://github.com/fomantic/Fomantic-UI/commit/e0a0484fe72b7dedfd1f17a81d6a4e6fac22aa94)
- fix(nightly): get commit hash from npm [`d20e6d7`](https://github.com/fomantic/Fomantic-UI/commit/d20e6d7ffdc40ce3e274895ad99a564d95b2da9b)
- fix(form): rebind events on dynamic fields [`135cfd1`](https://github.com/fomantic/Fomantic-UI/commit/135cfd1f5f29030143ac36968894a52661013820)
- fix(api): empty dropdown data was overriden by previous data [`51a0425`](https://github.com/fomantic/Fomantic-UI/commit/51a042551ddd1fa4346d972ee8eec67da3348b32)
- feat(tab): callback to support tab change cancel [`b86479c`](https://github.com/fomantic/Fomantic-UI/commit/b86479c28c79f85faf7a31ea2ca30a2c9b0dd0db)
- fix(modal): respect approve deny callback on js modals [`8672140`](https://github.com/fomantic/Fomantic-UI/commit/8672140d84ce7021605fcc8edb60ff802056cb16)
- fix(form): length is deprececated and doubled since 2.0.6 [`3a25bb5`](https://github.com/fomantic/Fomantic-UI/commit/3a25bb570d92e0fc88908935cf0c60bd36012228)
- fix(calendar): blur input on hidden [`677a0ec`](https://github.com/fomantic/Fomantic-UI/commit/677a0ecf02dbc0e22c44350402c0bffbc599b962)
- fix(button): grey tertiary should not saturate colors [`28948f4`](https://github.com/fomantic/Fomantic-UI/commit/28948f439b25ef0decd0df2661a08b9be0c6ad38)
- fix(segment): horizontal should use group variables [`6dea710`](https://github.com/fomantic/Fomantic-UI/commit/6dea710b26b349ba4ccf1ccc5fb4d1d1d42cf560)
- feat(segment):larger margin only for tab attached segment [`f451d15`](https://github.com/fomantic/Fomantic-UI/commit/f451d1549c1ec53f99c9d64f8482f913311e1a36)
- docs: add lubber-de as a contributor for a11y, security, maintenance [`76dc367`](https://github.com/fomantic/Fomantic-UI/commit/76dc367719654af9f5542705d78154fdf44a5b30)
- fix(form): inverted form labels were black [`a33107c`](https://github.com/fomantic/Fomantic-UI/commit/a33107cd4de588260d2be68ecc74c420a089aa7c)
- fix(table): sortable border only when celled [`89c816e`](https://github.com/fomantic/Fomantic-UI/commit/89c816eaded5738e11f543f95e617da910ff6134)
- docs: add ko2in as a contributor for doc, review, bug [`1e91d10`](https://github.com/fomantic/Fomantic-UI/commit/1e91d109d1831fc72ec039039c10ebb2bd6f3e70)
- build(deps-dev): bump all-contributors-cli from 6.23.0 to 6.23.1 [`9360515`](https://github.com/fomantic/Fomantic-UI/commit/9360515c677db3ba4cadd001fd578609158f23dc)
- fix(dropdown): remove placeholderstyle when same as select text [`ad08d37`](https://github.com/fomantic/Fomantic-UI/commit/ad08d37f383167f1c101d64997217fd11c6a6455)
- fix(modal,flyout): dynamic elements did not reference [`b4c60c1`](https://github.com/fomantic/Fomantic-UI/commit/b4c60c1edc334e8e75cfe65ad3f3b3ae481fc6cf)
- build(deps-dev): bump semver from 7.3.7 to 7.3.8 [`c93e24a`](https://github.com/fomantic/Fomantic-UI/commit/c93e24a160a284599c29c99b3dccc7336c628163)
- build(deps-dev): bump all-contributors-cli from 6.22.0 to 6.23.0 [`6c793bb`](https://github.com/fomantic/Fomantic-UI/commit/6c793bbd9b81460571bcc05dd1e567d287bdd7f7)
- build(deps): bump @actions/core from 1.9.1 to 1.10.0 [`8b04a71`](https://github.com/fomantic/Fomantic-UI/commit/8b04a71a5fa7a31520d77f7b2e807ca84597f161)
- build(deps-dev): bump all-contributors-cli from 6.21.0 to 6.22.0 [`b4c18ce`](https://github.com/fomantic/Fomantic-UI/commit/b4c18ce0482212de1e45e58a8f16366a9900854c)
- build(deps-dev): bump all-contributors-cli from 6.20.5 to 6.21.0 [`4d06a29`](https://github.com/fomantic/Fomantic-UI/commit/4d06a294ef21290bc94fa97dae91dd6c0505f9ae)
- build(deps-dev): bump all-contributors-cli from 6.20.4 to 6.20.5 [`b9608b1`](https://github.com/fomantic/Fomantic-UI/commit/b9608b19d1a9b37ba88006e8547faa59438d7e79)
- fix(search): missing default easing results in js error [`df9b52b`](https://github.com/fomantic/Fomantic-UI/commit/df9b52beb08ed30cfbdd22936a657419e017210a)
- build(deps): bump jquery from 3.6.0 to 3.6.1 [`7c6ef28`](https://github.com/fomantic/Fomantic-UI/commit/7c6ef2853295984e845f8d05e8a1b8c263e3f93c)
- build(deps): bump @actions/core from 1.8.2 to 1.9.0 [`910440f`](https://github.com/fomantic/Fomantic-UI/commit/910440f6275a7e85e278915dfb4846c88d43f1ba)
- build(deps): bump @actions/core from 1.7.0 to 1.8.0 [`6118ada`](https://github.com/fomantic/Fomantic-UI/commit/6118ada5305f506e6c3dab1c1f6c96e76e003089)
- build(deps): bump actions/setup-node from 2 to 3 [`3682bdf`](https://github.com/fomantic/Fomantic-UI/commit/3682bdfdc206285a06c8549ebcc3598158025111)
- build(deps): bump actions/checkout from 2 to 3 [`6d51cba`](https://github.com/fomantic/Fomantic-UI/commit/6d51cba658e139e7314f445e95b3c621c9d94ec2)
- build(deps): bump inquirer from 8.2.3 to 8.2.4 [`4f4f204`](https://github.com/fomantic/Fomantic-UI/commit/4f4f2046b794ae14a43d0a20b97783e10c20426d)
- build(deps): bump @actions/core from 1.6.0 to 1.7.0 [`611a832`](https://github.com/fomantic/Fomantic-UI/commit/611a83260eb88f6b396886452ecfaa4bee22141e)
- build(actions): add condition for shouldPublish [`565bf4f`](https://github.com/fomantic/Fomantic-UI/commit/565bf4f8ca51c19161f6ecfcf913041ee253d2da)
- fix(dropdown): floating shadow and radius on direct child menu only [`987c646`](https://github.com/fomantic/Fomantic-UI/commit/987c646e791333064e04cd7546b387dfeb9c95ba)
- build(deps): bump inquirer from 8.2.1 to 8.2.2 [`a907076`](https://github.com/fomantic/Fomantic-UI/commit/a90707601a85396031ac0224a191c8dd7e5c8417)
- build(deps-dev): bump node-fetch from 2.6.5 to 2.6.6 [`951277d`](https://github.com/fomantic/Fomantic-UI/commit/951277df63cba02eeeb5628faef8a5b07bf0f21b)
- build(deps-dev): bump node-fetch from 2.6.4 to 2.6.5 [`f66e62d`](https://github.com/fomantic/Fomantic-UI/commit/f66e62d712f475c102af1f8fc6bdc4d36f11357f)
- build(deps-dev): bump node-fetch from 2.6.3 to 2.6.4 [`022588e`](https://github.com/fomantic/Fomantic-UI/commit/022588e4e6b73c9c45d77f8bc373919c2806553d)
- build(deps-dev): bump node-fetch from 2.6.1 to 2.6.2 [`af220e9`](https://github.com/fomantic/Fomantic-UI/commit/af220e9f719fa78dd93af728be55bd86af190cd5)
- build(deps): bump path-parse from 1.0.6 to 1.0.7 [`791a8a7`](https://github.com/fomantic/Fomantic-UI/commit/791a8a7b1285ca9038e167f9a5e4b7a7d7c6f578)
- feat(segment): border to top instead of bottom for vertical variant [`d50fad4`](https://github.com/fomantic/Fomantic-UI/commit/d50fad4fa282952d5354cabdf16c0e21f82baf01)
- fix(tooltip): fix arrow position for bottom center [`c65b85c`](https://github.com/fomantic/Fomantic-UI/commit/c65b85c467d92e4d6c663aac284ecddb4227370d)
- feat(toast): new centered variant to display in the middle of the screen [`1871d28`](https://github.com/fomantic/Fomantic-UI/commit/1871d28abe9249b393b9e58ad8ec268e0b5d2b22)
- feat(dimmer): add onVisible and onHidden callbacks [`70f7bc3`](https://github.com/fomantic/Fomantic-UI/commit/70f7bc39311e661ccb2e463cb1cb8fc0969265f5)
- fix(dropdown): use central delimiter char instead of key [`123b50f`](https://github.com/fomantic/Fomantic-UI/commit/123b50f824eb08f32d02e85257a7675a3548f087)
- fix(icon): adjust icons width to match single icon [`344d349`](https://github.com/fomantic/Fomantic-UI/commit/344d34996d25ad343465d428278c3f2003ae8a28)
- fix(grid): stretched rows were broken on tablet size [`353515d`](https://github.com/fomantic/Fomantic-UI/commit/353515dac2bc6ad4b0b1e0f170599d691274f894)
- feat(checkbox): detect on as checked and add checkbox string values [`f55c2cd`](https://github.com/fomantic/Fomantic-UI/commit/f55c2cdb5a198ca0ada776a7d0603e1388876b42)
- docs: add patilkiranm as a contributor for code, doc [`d33179a`](https://github.com/fomantic/Fomantic-UI/commit/d33179a3f12caa0a0d42964c7e773244695b5417)
- feat(dropdown): change forceSelection default to false [`ed58b7f`](https://github.com/fomantic/Fomantic-UI/commit/ed58b7f3a0a915916ab3c8ed585193593cd639bb)
- chore(release): update version [`7274daf`](https://github.com/fomantic/Fomantic-UI/commit/7274daf2bc29d17e1e89e7ba8f08f0dff2d881e4)
- fix(chore): identical debug defaults for all modules [`e6828e7`](https://github.com/fomantic/Fomantic-UI/commit/e6828e7ba8b345ca5478a1130a0f6f2158ae186c)
- fix(popup): broken and unnecessary check for string [`b3c3d6d`](https://github.com/fomantic/Fomantic-UI/commit/b3c3d6d62ea593e782a373bfce708c388b623e52)
- feat(emoji): use svg icons also for "twitter" theme [`db8910b`](https://github.com/fomantic/Fomantic-UI/commit/db8910b49ed653450a4df647155f72671d41f720)
- fix(emoji,flag): default lineheight should meet text [`f005005`](https://github.com/fomantic/Fomantic-UI/commit/f005005a3bad7aaba82b47f4f8c831405c04f036)
- feat(build): require node 12 as minimum [`53c6abb`](https://github.com/fomantic/Fomantic-UI/commit/53c6abb35efbf0e8571586544134e841843374cd)
- fix(dropdown,search): autocomplete affects all chrome based browser [`c747c9e`](https://github.com/fomantic/Fomantic-UI/commit/c747c9e92eda5cf76f4cf2508001f8c3f76549fe)
- fix(segment): ignore attached border when basic [`398ed43`](https://github.com/fomantic/Fomantic-UI/commit/398ed431c355fbef9731b47b7b59192ce4965fb3)
- fix(sidebar): make overflow hidden optional to support sticky [`5f0c9f1`](https://github.com/fomantic/Fomantic-UI/commit/5f0c9f1d77670893ead62d02c8231fce0719d381)
- fix(menu): attached text menu had borders [`f434400`](https://github.com/fomantic/Fomantic-UI/commit/f434400671d54c08c959bdb593ef736585d47faa)
- fix(dropdown): add namespace to sessionstorage [`3eadf38`](https://github.com/fomantic/Fomantic-UI/commit/3eadf3850dca9f0dce67585ca427443cf977fb7c)
- feat(calendar): trigger onSelect() event on enter key down [`4d86955`](https://github.com/fomantic/Fomantic-UI/commit/4d86955d931aca254c9aaadf2372743f671cf98f)
- feat(form): error instead of debug if field not found [`facbca0`](https://github.com/fomantic/Fomantic-UI/commit/facbca003cf0da465af7d44af41462e736d3eb8b)
- feat(toast): allow clickable items without closing [`5c02143`](https://github.com/fomantic/Fomantic-UI/commit/5c0214391602e68d6c15473faca864e8da68b6e5)
- fix(api): reset existing formdata for proper renewing [`5cac1fa`](https://github.com/fomantic/Fomantic-UI/commit/5cac1fa2321dae9248d1b9d546436e7c3119448e)
- feat(progress): onsuccess was not triggered on reset [`8cafd4c`](https://github.com/fomantic/Fomantic-UI/commit/8cafd4ca5bcdedf9989080f1e2a5a3001f6b4a54)
- fix(toast): respect approve deny callbacks in actions [`d11687d`](https://github.com/fomantic/Fomantic-UI/commit/d11687dde71e26847e6d014246813b3e856a626a)
- fix(segment): tabular menu border misaligned from 3rd tab [`bb53b03`](https://github.com/fomantic/Fomantic-UI/commit/bb53b033d0965887b5aa69b3febed67e36cfa89c)
- fix(form): avoid double submit on enterkey [`d5d7bab`](https://github.com/fomantic/Fomantic-UI/commit/d5d7bab218daac4f9c89f83337e41abf17392b4a)
- fix(dropdown): generated id should not start with a number [`891101c`](https://github.com/fomantic/Fomantic-UI/commit/891101c5e6017764d3f58ba413bae95a67cc932d)
- fix(transition): firefox needs reattached node to recalculate CSS [`77bb2f2`](https://github.com/fomantic/Fomantic-UI/commit/77bb2f281d60113cb684071d66d308670e4ff770)
- fix(dropdown): search dropdown was not working on mobile [`6949971`](https://github.com/fomantic/Fomantic-UI/commit/69499714c52c4d99c7baff0d56878fb2e1f17a91)
- fix(dropdown): input width specificity was same as form input [`6d6caed`](https://github.com/fomantic/Fomantic-UI/commit/6d6caedaca2e5c653c9d90ae498b13ac53369069)
- fix(api): fix inefficient RegExp that may cause ReDoS [`17bec4a`](https://github.com/fomantic/Fomantic-UI/commit/17bec4accec88bbeba598d32f6ddad96bdaa3fa0)
- fix(dropdown): support preselected on value update for select tag [`04f70a7`](https://github.com/fomantic/Fomantic-UI/commit/04f70a7e0329c3342878885cf52f01b52b0f1fbf)
- [Snyk] Security upgrade gulp-rtlcss from 1.4.2 to 2.0.0 [`5e88144`](https://github.com/fomantic/Fomantic-UI/commit/5e88144c301444e9137829bfef55f84301a01abb)
- build(actions): add --tag to publish command [`bffa1ac`](https://github.com/fomantic/Fomantic-UI/commit/bffa1ac137a202ff3a49ab3a2bf686eaf38fc266)
- fix(calendar): keep whitespace between date and time [`f9f3304`](https://github.com/fomantic/Fomantic-UI/commit/f9f33048522b6e010cba834f64e71930868884a9)
- fix(segment): adjust inverted attached border color specificity [`a42b5d7`](https://github.com/fomantic/Fomantic-UI/commit/a42b5d7db06c5bb2a62961dc234b506369e71c8f)
- fix(calendar): adjust margin specificity for multimonth [`6de269e`](https://github.com/fomantic/Fomantic-UI/commit/6de269e40b760b07f399c0fda174db566298ed72)
- feat(api): dont convert array response to object by default [`a0ba6f1`](https://github.com/fomantic/Fomantic-UI/commit/a0ba6f1114236369ea74464b1caca895f93bf66e)
- fix(header): image icon support again [`74b9960`](https://github.com/fomantic/Fomantic-UI/commit/74b99607403bf72e90e8d0d2e4f383594789f7cb)
- fix(toast): possible theme overrides were missing [`1eee7ed`](https://github.com/fomantic/Fomantic-UI/commit/1eee7ed511243f027f2db5d4e914eb4623df5a9f)
- fix(dropdown): onChange is fired on menu openeing when reselection=true [`b51d0d1`](https://github.com/fomantic/Fomantic-UI/commit/b51d0d1faa120d0a049c9993be18ecc79f9ac788)
- fix(form): fetch range input prompt for numeric values only [`1c5931a`](https://github.com/fomantic/Fomantic-UI/commit/1c5931ad6696d99941cca1edd22c0622373cac48)
- fix(form): keep a compact dropdown compact [`a9bb462`](https://github.com/fomantic/Fomantic-UI/commit/a9bb4623fe7897c49680b692c085ae94d851295a)
- fix(table): links in compact selectable table cell get wrong padding [`f8f79e7`](https://github.com/fomantic/Fomantic-UI/commit/f8f79e7c6e1488208206518a7a48431aae17683d)
- feat(form): new default true for errorfocus [`30d980c`](https://github.com/fomantic/Fomantic-UI/commit/30d980c591c1943ea5d771a05e27e76bd47989bb)
- fix(form): dont focus errorfield on blur or change [`6c7be26`](https://github.com/fomantic/Fomantic-UI/commit/6c7be262a4575cc56f582b1d01ade58f2831f58f)
- fix(docs): switched to github dependabot [`5c654c3`](https://github.com/fomantic/Fomantic-UI/commit/5c654c31031ea016b59f7c76d4507f2c4c347996)
- feat(dropdown): new default showonfocus false [`e7de6a5`](https://github.com/fomantic/Fomantic-UI/commit/e7de6a53cf74fce3928ca58c1ca15ac4e0b73e96)
- feat(dropdown): new default exact for fulltextsearch [`89fb963`](https://github.com/fomantic/Fomantic-UI/commit/89fb96339dc95fd66189a6a2cb3c698458433b5f)
- fix(calendar): change to listen to click event by default [`9088caa`](https://github.com/fomantic/Fomantic-UI/commit/9088caa23ed4dc9c01f651752765daea8544d55c)
- fix(checkbox): remove the change trigger for enable and disable behavior [`5d9a8bc`](https://github.com/fomantic/Fomantic-UI/commit/5d9a8bc3bebb6a7b0ca5c1c4d7853b41217bcef5)
- feat(form): debug a warning if field identifier is not found [`9bd7e11`](https://github.com/fomantic/Fomantic-UI/commit/9bd7e1195733740cb24e112af13da8fc929970c8)
- feat(ci): fix ci should not stop when one action fails [`a9cbaec`](https://github.com/fomantic/Fomantic-UI/commit/a9cbaec9320f0925ea06322bbe95c3ed6d6bfd1e)
- fix(install): dont start interactive script on npm install [`f5f1dd8`](https://github.com/fomantic/Fomantic-UI/commit/f5f1dd861860451ac40be3a36018033176d36f9d)
- fix(theme): material theme changed fontpath in site variables [`955ee7c`](https://github.com/fomantic/Fomantic-UI/commit/955ee7c65451a367954092e0f9f7c4990166654e)
- fix(tasks): provide callback to satisfy gulp [`aac4c50`](https://github.com/fomantic/Fomantic-UI/commit/aac4c505a328c83b35b61a6427a2e624bb6ed1be)
- fix(checkbox): show pointer on css only linked labels [`440a62a`](https://github.com/fomantic/Fomantic-UI/commit/440a62ab7fddee2f8f13511c8e911d67b112b9c7)
- fix(calendar): arrow keys on endCalendar when startCal has future month [`0f8087d`](https://github.com/fomantic/Fomantic-UI/commit/0f8087d116ae808b6bfacf6068b7188fdcf64911)
- build(deps): upgrade gulp-less to fully support less 4 [`1f73afd`](https://github.com/fomantic/Fomantic-UI/commit/1f73afd1aa20146998fe9a25af0e9d9255456904)
- build(deps): bump handlebars from 4.7.5 to 4.7.7 [`4aa416b`](https://github.com/fomantic/Fomantic-UI/commit/4aa416bceca5e9c3c071797acfcdac41c2260d49)
- feat(dropdown): (vertical) descriptions to menu item template [`59eeee2`](https://github.com/fomantic/Fomantic-UI/commit/59eeee2cec53a6c06545001d3bb41dc55a9c6061)
- fix(core): divisions need parenthesis to support less 4 [`ec80f1e`](https://github.com/fomantic/Fomantic-UI/commit/ec80f1e27e9a21db2b50977d8a0231b5d474692a)
- feat(card): disabled and loading variant [`bedd965`](https://github.com/fomantic/Fomantic-UI/commit/bedd9651889cf2ef124aa9f22c59be647bd89b5a)
- feat(toast): top and bottom attached and centered support [`686529b`](https://github.com/fomantic/Fomantic-UI/commit/686529b0fbbca0c3e9c26d8f89e031ed4a40fdae)
- feat(icon): bordered and circular icon groups [`fc6d299`](https://github.com/fomantic/Fomantic-UI/commit/fc6d2995d405a4ae90f2af64392336ba189335b4)
- fix(dropdown): clearable inline support [`1d06e9d`](https://github.com/fomantic/Fomantic-UI/commit/1d06e9dabf5404bfc13d6fbd8f26be48c381dfc5)
- build(deps): bump gulp-json-editor from 2.5.4 to 2.5.5 [`863d712`](https://github.com/fomantic/Fomantic-UI/commit/863d7123323f642238daaa5c92f005073fb9e204)
- build(deps): bump browserslist from 4.6.4 to 4.16.6 [`248c30c`](https://github.com/fomantic/Fomantic-UI/commit/248c30c77bb332289ff4b9d0fff9018c12e390f5)
- fix(icon): support transformations in icon groups [`ab3d931`](https://github.com/fomantic/Fomantic-UI/commit/ab3d9310e24a4c7dcd76bac2abeff9a4b0d406d5)
- build(deps): bump less from 3.13.1 to 4.1.1 [`26eb499`](https://github.com/fomantic/Fomantic-UI/commit/26eb49958d70791ea86698cb60e03161de1a9138)
- fix(dropdown): fix menu item refresh logic when using remote api [`c0e49df`](https://github.com/fomantic/Fomantic-UI/commit/c0e49dfd5cec9bd06d0932d44bd91ad9a8a949a9)
- feat(checkbox): support right aligned position of checkbox variants [`db91227`](https://github.com/fomantic/Fomantic-UI/commit/db912274b24255d7f49fc6af48151f00383d6b98)
- feat(form): support range values for decimal and number validation [`6f8b533`](https://github.com/fomantic/Fomantic-UI/commit/6f8b533168df97966e1c171548acc539ce464072)
- fix(nag): missing callbacks and fixed unused code [`6cbaa7b`](https://github.com/fomantic/Fomantic-UI/commit/6cbaa7bbbd3b929cc9bccd107153b07dc666ca26)
- fix(build): upgrade css minify and remove specialcomments [`36c6aa0`](https://github.com/fomantic/Fomantic-UI/commit/36c6aa09dafede709450b6f184e11e82200e2304)
- fix(slider): no minimum step for label generator [`fcd221b`](https://github.com/fomantic/Fomantic-UI/commit/fcd221b001d45ec6bc820d5f43a3d8bcad377bf0)
- build(deps): bump gulp-rtlcss from 1.4.1 to 1.4.2 [`f9f203a`](https://github.com/fomantic/Fomantic-UI/commit/f9f203a59e5d00f611b07e7a6bab87064c251ec8)
- feat(toast): horizontal variant and dynamic content support [`b41338d`](https://github.com/fomantic/Fomantic-UI/commit/b41338df93ba88063c1115e9d542db7d4ba2273e)
- build(deps): bump gulp-replace from 1.0.0 to 1.1.1 [`add0828`](https://github.com/fomantic/Fomantic-UI/commit/add0828531700b25ff9305dd6a79eb406184e6a7)
- fix(form): support mix of shorthand and full object rules [`d1b6dea`](https://github.com/fomantic/Fomantic-UI/commit/d1b6dea09e19cb4b56ef0fa2dadb5679f44368b5)
- feat(icon): use corner offset variables [`de42d96`](https://github.com/fomantic/Fomantic-UI/commit/de42d96e2b3a70fa25678d911de9129915ac20dc)
- fix(form): inverted state forms colors [`2f78f4e`](https://github.com/fomantic/Fomantic-UI/commit/2f78f4e1cc8c576145667f0c50aff87ba820d1bf)
- build(deps-dev): bump all-contributors-cli from 6.17.2 to 6.17.3 [`2bb7df1`](https://github.com/fomantic/Fomantic-UI/commit/2bb7df156fb5b534aa0a52612f4db644aa3bce6b)
- feat(segment): disabled, inverted and loading groups [`9ade8b7`](https://github.com/fomantic/Fomantic-UI/commit/9ade8b7cef894867d7937bf5fc9c9df08be2ad9d)
- feat(dropdown): support readonly variant [`185e234`](https://github.com/fomantic/Fomantic-UI/commit/185e234ce0a424f93f183b10f01628024d088d93)
- fix(slider): onchange is triggered without moving slider [`2f554c0`](https://github.com/fomantic/Fomantic-UI/commit/2f554c062420ba42f1913e3d6f1a64f4539dda21)
- build(deps): bump gulp-replace from 1.1.1 to 1.1.2 [`00d33f8`](https://github.com/fomantic/Fomantic-UI/commit/00d33f8d5f4f0c83bf549f956c2aab4ae7b65575)
- feat(button): support stackable buttons [`943961b`](https://github.com/fomantic/Fomantic-UI/commit/943961bd65a851d476d5e3a097a02fcc664b041b)
- feat(progress): support right aligned progress bar [`8bbda5f`](https://github.com/fomantic/Fomantic-UI/commit/8bbda5f51e9a5eb6ffe12555bd1dacc2155e36ec)
- feat(chore): remove support issue template in favor of using discussions [`5e93a11`](https://github.com/fomantic/Fomantic-UI/commit/5e93a1137dfcd13498ad44d97e5d4d8dbd592ef5)
- build(deps-dev): bump all-contributors-cli from 6.19.0 to 6.20.0 [`4a10f16`](https://github.com/fomantic/Fomantic-UI/commit/4a10f16d895871434c9bce649c2a4bf53e7a2cd6)
- build(deps): bump less from 3.13.0 to 3.13.1 [`1f0334e`](https://github.com/fomantic/Fomantic-UI/commit/1f0334e1165f4198c3515ce0930015c7ce8c53cc)
- build(deps-dev): bump all-contributors-cli from 6.17.4 to 6.18.0 [`6ed1526`](https://github.com/fomantic/Fomantic-UI/commit/6ed152690b59caf049c8d0a4c874422abcad4da8)
- feat(message): support centered variant [`48c4716`](https://github.com/fomantic/Fomantic-UI/commit/48c47168b9fa6b405efafdc86b5b0c0ea6130432)
- feat(dropdown): dropdown formatted with label [`65fe7e5`](https://github.com/fomantic/Fomantic-UI/commit/65fe7e50a9905cc8cab7c0388ffc11e4bf3b704d)
- feat(dropdown,popup): support individual show and hide transition and duration [`a5d471c`](https://github.com/fomantic/Fomantic-UI/commit/a5d471c6071efc9a39ab0bd203c7e4886c66a6ce)
- fix(dropdown): preventchangetrigger on clear for multiple [`8a6f11b`](https://github.com/fomantic/Fomantic-UI/commit/8a6f11b24f7e25387eca814257ddff1db7a8189d)
- feat(modal): centered variant for any content [`aa04e6d`](https://github.com/fomantic/Fomantic-UI/commit/aa04e6d96d322c558020c11ba0f3668d0a6aa05f)
- feat(form): added errorfocus option to focus first error field or dom node [`d10077a`](https://github.com/fomantic/Fomantic-UI/commit/d10077aa4182b04905cf89078d6d42879ca138e7)
- feat(dropdown): support submenu values [`cfc5a74`](https://github.com/fomantic/Fomantic-UI/commit/cfc5a748c7c5f3f2419eb4238c6e9e1a7fd0b082)
- feat(dropdown): support inverted menu in non-inverted dropdown [`46a91bb`](https://github.com/fomantic/Fomantic-UI/commit/46a91bb07e1b18a08367cc0430599bad098c133a)
- Upgrade to GitHub-native Dependabot [`c05f0a5`](https://github.com/fomantic/Fomantic-UI/commit/c05f0a55f9a08865c31c6781030fea09a2899233)
- fix(modal): bodyfixed selector did not work with existing padding [`ef3d810`](https://github.com/fomantic/Fomantic-UI/commit/ef3d8105f011362bd4a55f4163dd7597e761c161)
- fix(toast): attached toast margin and border [`a706ce9`](https://github.com/fomantic/Fomantic-UI/commit/a706ce9930b6c7ebfe983428825acc796c2b5204)
- build(deps): bump gulp-json-editor from 2.5.5 to 2.5.6 [`df7caef`](https://github.com/fomantic/Fomantic-UI/commit/df7caef97d86175ccc852b4c678c8bbc21ddc13f)
- fix(search): fetch "Cannot read property 'top' of undefined [`2d69a7c`](https://github.com/fomantic/Fomantic-UI/commit/2d69a7c58b798541372f8c6ce4a95bf2afd59eaf)
- fix(form): simplify blur and respect revalidation [`214751b`](https://github.com/fomantic/Fomantic-UI/commit/214751bcda12bfdd74e39dc6a0d213eef90bafb2)
- fix(grid): incorrect margins in compact and very compact grid [`0354793`](https://github.com/fomantic/Fomantic-UI/commit/0354793368c5e08537b09c48b2c4cf6a9c8e4353)
- fix(progress): fix calculations when total > 100 [`998c222`](https://github.com/fomantic/Fomantic-UI/commit/998c22207d8c5b03683150246add458915abead1)
- build(deps-dev): bump all-contributors-cli from 6.18.0 to 6.19.0 [`b8551c5`](https://github.com/fomantic/Fomantic-UI/commit/b8551c53a9f4d4e0722e263180701764d7df573d)
- feat(dropdown): support separate transition displaytype [`8ae681c`](https://github.com/fomantic/Fomantic-UI/commit/8ae681cd6e4e6e91f7515a7de32361354f33a019)
- feat(dimmer): support individual show/hide duration [`68bf29f`](https://github.com/fomantic/Fomantic-UI/commit/68bf29fdf71b929eb4439445024250ca9ffc470a)
- fix(dropdown): show callback was ignored on remote api call [`68bd08f`](https://github.com/fomantic/Fomantic-UI/commit/68bd08f0bf37314cef4f95d60baf6dbb936b3df1)
- build(deps): bump gulp-replace from 1.1.2 to 1.1.3 [`68fdc41`](https://github.com/fomantic/Fomantic-UI/commit/68fdc41872acb84b9f3fef6cd8d14903cf34eedd)
- build(deps): [security] bump y18n from 3.2.1 to 3.2.2 [`176f54d`](https://github.com/fomantic/Fomantic-UI/commit/176f54da167742a79ebab308545c288d368319e8)
- fix(icon): colored selector was wrongly placed [`91654b5`](https://github.com/fomantic/Fomantic-UI/commit/91654b54e02b9790af8ab7894ef0353d4349da9f)
- feat(icon): colored variant for bordered or circular [`ba420fe`](https://github.com/fomantic/Fomantic-UI/commit/ba420fea625ef2b287a629af9f2a6ab422a65cc7)
- build(deps): bump less from 3.12.2 to 3.13.0 [`7cd68df`](https://github.com/fomantic/Fomantic-UI/commit/7cd68df88b4fef6707edcd2bd857945e3f11bdeb)
- feat(form): apply state color also to label class [`d092f48`](https://github.com/fomantic/Fomantic-UI/commit/d092f482109e43f60e68c48980f6390b3cc8fd43)
- fix(build): use current year and implement version in header [`1b7159a`](https://github.com/fomantic/Fomantic-UI/commit/1b7159a94933a42e0ade530e43874368fa399a47)
- fix(header): support icon groups [`271d062`](https://github.com/fomantic/Fomantic-UI/commit/271d06280a5f8153e38741513498238f81458d5d)
- fix(calendar): show active and eventdates on enabled adjacent days [`9f54e14`](https://github.com/fomantic/Fomantic-UI/commit/9f54e143b3be3b0f96b9a54e8d9c7f59ca953767)
- fix(dropdown): autocomplete in chrome does not support "off" [`58b023c`](https://github.com/fomantic/Fomantic-UI/commit/58b023c24be10262583c25ae6a7377fa6436f55d)
- feat(slider): support control over change trigger [`ce85cf3`](https://github.com/fomantic/Fomantic-UI/commit/ce85cf35b64d80c51482047581059c2c31fcea58)
- build(deps): [security] bump yargs-parser from 5.0.0 to 5.0.1 [`8ec0129`](https://github.com/fomantic/Fomantic-UI/commit/8ec0129796537b585c56f54105c183e85f257dba)
- fix(card): inverted header links were not styled properly [`06fff10`](https://github.com/fomantic/Fomantic-UI/commit/06fff101f7197ca3afb987c15aea48a9d32b1025)
- Make colored icon selector more specific [`4bea8ab`](https://github.com/fomantic/Fomantic-UI/commit/4bea8abba87f7fb4fd69203ba46825b7baab639d)
- feat(form): set optional field behavior [`6397554`](https://github.com/fomantic/Fomantic-UI/commit/6397554f5bfdf504b52b9b901ea2540411b708b3)
- fix(search): dont set value when onselect returns false [`b1765a1`](https://github.com/fomantic/Fomantic-UI/commit/b1765a1c0c3dac4c442484374065419611aea69d)
- fix(calendar): return null instead of undefined in sanitizer [`de2ba9f`](https://github.com/fomantic/Fomantic-UI/commit/de2ba9fb62937ce5221dc79f691cb66111e5b9d6)
- fix(segment): support placeholder segments for tab usage [`2138533`](https://github.com/fomantic/Fomantic-UI/commit/2138533060bec9d5c05a3455ea8a24f4fd58b802)
- build(deps): bump hosted-git-info from 2.7.1 to 2.8.9 [`c50b82b`](https://github.com/fomantic/Fomantic-UI/commit/c50b82bee81c881f5733ba297008a86aa5343065)
- build(deps): bump lodash from 4.17.19 to 4.17.21 [`9760798`](https://github.com/fomantic/Fomantic-UI/commit/97607982a98899f68b431eca65c6e3b17d5e279f)
- build(deps): bump jquery from 3.5.1 to 3.6.0 [`24eb27a`](https://github.com/fomantic/Fomantic-UI/commit/24eb27a1d86671ea6e3c44c9adf7e4f46bdc2628)
- fix(colors): avoid compile error of php less port [`e058619`](https://github.com/fomantic/Fomantic-UI/commit/e058619c818b00edfce497fa680252c9bda0eaa2)
- fix(message): support icon groups [`1af2588`](https://github.com/fomantic/Fomantic-UI/commit/1af2588246b45df1c1ab98ed2891a22649102e68)
- fix(dropdown): respect submenu on up/downward height calculation [`6bab2e8`](https://github.com/fomantic/Fomantic-UI/commit/6bab2e88d4c5547de004913f4cdcce92014c14e8)
- build(deps-dev): bump all-contributors-cli from 6.17.3 to 6.17.4 [`5bba220`](https://github.com/fomantic/Fomantic-UI/commit/5bba2200460f7a3e4adebbbcf6e718e936ff414e)
- fix(modal): dont stack same actions buttons [`3a235e6`](https://github.com/fomantic/Fomantic-UI/commit/3a235e6d076718fb5a1842a63e8a285f021ee556)
- feat(icon): support loading variant for icon groups [`4d9b24c`](https://github.com/fomantic/Fomantic-UI/commit/4d9b24c24b323d60f806c8ca2f405b02cbb6367b)
- feat(segment): support equal width [`c952da3`](https://github.com/fomantic/Fomantic-UI/commit/c952da38464f9c117da73f8ee4f40b472ddc497b)
- feat(validation): allow credit card numbers with spaces [`f41016e`](https://github.com/fomantic/Fomantic-UI/commit/f41016eb2cea0048d933bbcf66f6162bbb4877d1)
- fix(header): icon headers should not have a left content padding [`cf7f222`](https://github.com/fomantic/Fomantic-UI/commit/cf7f222a1dafeedfdbc7f8bbf6e9a9ccb0a269e7)
- feat(dimmer): support individual show/hide transition [`5992784`](https://github.com/fomantic/Fomantic-UI/commit/59927846208ae3b6e473690e3a76df54ff1f848d)
- feat(dropdown): columns were ignored inside menus [`129b3bc`](https://github.com/fomantic/Fomantic-UI/commit/129b3bc6851f93dde0d3365a04b922cf7420ccd8)
- feat(dropdown): support icon groups margin [`2093c46`](https://github.com/fomantic/Fomantic-UI/commit/2093c46e1da1ea29d4afb015b06adb99d59d0400)
- feat(segment): prevent user selection on disabled and loading [`05955c0`](https://github.com/fomantic/Fomantic-UI/commit/05955c046cd0be135c57c7ba80dffe36e0c49276)
- fix(table): allow pointer events for non empty top left cell in definition table [`82231f8`](https://github.com/fomantic/Fomantic-UI/commit/82231f85e25bff965e36f911e0ba0dd2a4aefad9)
- fix(dropdown): fix menu show on mobile and api call [`1d8b2b1`](https://github.com/fomantic/Fomantic-UI/commit/1d8b2b18af5da5c32d414e33118975c2968f2a62)
- fix(slider): fix bottom aligned labels for size variations [`d5a27ef`](https://github.com/fomantic/Fomantic-UI/commit/d5a27ef1fad4e09ed88b0e1642b045683bc2ec10)
- fix(calender): support single digit months and days [`3bc5b77`](https://github.com/fomantic/Fomantic-UI/commit/3bc5b775029c2be9dcd0610ad772c551f53d949c)
- fix(dropdown): forceSelection trigger event with null addition [`9fc8329`](https://github.com/fomantic/Fomantic-UI/commit/9fc8329c8b416d085f443865ea0aa81277558b1d)
- feat(dropdown): support preventChangeTrigger parameter for set.selected [`c15ebfa`](https://github.com/fomantic/Fomantic-UI/commit/c15ebfabaa6326a000c027894e31c1168de95aa0)
- feat(site): update google fonts api to v2 [`d4f9aa3`](https://github.com/fomantic/Fomantic-UI/commit/d4f9aa3777f6bb7d3b2eadc1e310a836468a43ef)
- fix(tooltip): bottom center tooltip was misaligned [`46713c6`](https://github.com/fomantic/Fomantic-UI/commit/46713c6adfc6e43fb05e308d217299ff13c8ac7c)
- fix(slider): less 4 support needs parenthesis [`1f8850b`](https://github.com/fomantic/Fomantic-UI/commit/1f8850b94436823eb72d3fdbed97a18b552d1ee1)
- feat(dependency): support a possible installed v4 of less [`a246ad7`](https://github.com/fomantic/Fomantic-UI/commit/a246ad7e8f74fccb9d56d794bee358eb43241c58)
- fix(calendar): disabled week days should not affect month and year view [`5ef2c23`](https://github.com/fomantic/Fomantic-UI/commit/5ef2c23b13b0d33534514dcc8809c171ee7ceb0d)
- feat(build): check node 13 and 14 for github actions [`750a192`](https://github.com/fomantic/Fomantic-UI/commit/750a1920da943ca449bd4a053d91012b351c294d)
- fix(dimmer): fix typo in dimmer.js [`bc87d77`](https://github.com/fomantic/Fomantic-UI/commit/bc87d77c849321365a9ddcd4c9bc1c296192f641)
- fix(readme): use the official discord shield [`ad8bae5`](https://github.com/fomantic/Fomantic-UI/commit/ad8bae595983b5f800a9777d7d63550694968e42)
- feat(form): escaped caused maximum callstack exceeded [`0f51c3f`](https://github.com/fomantic/Fomantic-UI/commit/0f51c3fea724ca82fe9bedb4cebe75328b47f9c5)
- feat(form): support shouldtrim per fieldrule [`7da17f7`](https://github.com/fomantic/Fomantic-UI/commit/7da17f717bf67066e0e0ac3294663ad565e1081c)
- fix(form): refresh on instance to fetch dom changes [`1408be0`](https://github.com/fomantic/Fomantic-UI/commit/1408be05462b532f23c7d9cee0c600e030fdbb34)
- fix(form): dropdown item description gets wrong state class [`5e92c42`](https://github.com/fomantic/Fomantic-UI/commit/5e92c42f1ed842b10b17e0cb938ef8e5cfbda1ab)
- fix(input): firefox has different placeholder opacity [`965d0ee`](https://github.com/fomantic/Fomantic-UI/commit/965d0ee9a1c20973b03e694a40df808bcab70202)
- fix(table): missing comma lead into wrong selector [`8e5b7d4`](https://github.com/fomantic/Fomantic-UI/commit/8e5b7d458bc499c30f34bd36c8b96983acd69da8)
- fix(button): labeled icon buttons have wrong margin [`6d5703e`](https://github.com/fomantic/Fomantic-UI/commit/6d5703eb5d6ef9e72b5077b9a1dbf9d823ddd7d1)
- fix(chore): milestones should be sorted [`4b5496c`](https://github.com/fomantic/Fomantic-UI/commit/4b5496c6453fdcc92895397843ac32cd88685a7d)
- fix(chore): use url encoded semicolons so gulp-concat doesnt break [`6645c5f`](https://github.com/fomantic/Fomantic-UI/commit/6645c5f04b5fe5d3d60c51809c526e2d484e8d74)
- fix(grid): stackable grid had wrong with inside popup [`79b4eff`](https://github.com/fomantic/Fomantic-UI/commit/79b4effbbd9e185cd5c49d0939a66b21df35dd5f)
- feat(header): icon content was not aligned [`62dcda8`](https://github.com/fomantic/Fomantic-UI/commit/62dcda8f49926b971f1702c9b058d0e10fa6295d)
- fix(slider): dividing by 0 leads into infinite loop [`ab3001c`](https://github.com/fomantic/Fomantic-UI/commit/ab3001c6121dfda5cf644391942b62d49b52833a)
- fix(rating): disabled rating should not allow pointer events [`09d5711`](https://github.com/fomantic/Fomantic-UI/commit/09d57116868e3b0ad1f48663e88e745e7df7c471)
- fix(dropdown): double declaration of name [`a432a81`](https://github.com/fomantic/Fomantic-UI/commit/a432a81acc9b5a7e2322f8ca7ebc7628d209723d)
- fix(form): refresh module on re-initializaion [`0949b16`](https://github.com/fomantic/Fomantic-UI/commit/0949b16fdbb99fbddd6a4a159e73518e5d536a98)
- fix(progress): adjust center position [`467839f`](https://github.com/fomantic/Fomantic-UI/commit/467839fd0eb1b626ce0bb5c09d2adeeb3b000307)
- fix(card): top border thickness of horizontal card [`cd975ae`](https://github.com/fomantic/Fomantic-UI/commit/cd975aeae6d28a5d83d921d0d5d0241c71eb822b)
- fix(icon): labels in icon groups where shown italic [`595367d`](https://github.com/fomantic/Fomantic-UI/commit/595367d25ec4936facf2e87eca431ffec5ef3242)
- fix(card): leave auto height to prevent image stretch on chrome [`dbe6ee4`](https://github.com/fomantic/Fomantic-UI/commit/dbe6ee4046744d8b173aa324f96aaeae3006dcf2)
- feat(chore): add table search proposal to v3 roadmap [`cfe8022`](https://github.com/fomantic/Fomantic-UI/commit/cfe8022ae3aa54ac22cdd9e2a18e14327e335ded)
- build(deps-dev): bump all-contributors-cli from 6.17.0 to 6.17.1 [`b4613f4`](https://github.com/fomantic/Fomantic-UI/commit/b4613f41681dccb6d8036b21831c2cc3042d9e5d)
- build(deps-dev): bump all-contributors-cli from 6.16.1 to 6.17.0 [`994e053`](https://github.com/fomantic/Fomantic-UI/commit/994e0535f37fa9b18f9f4bc59997ef2aaa40c2a0)
- fix(multiple): make sure real icon selectors are adressed [`5bf395a`](https://github.com/fomantic/Fomantic-UI/commit/5bf395aa7ac5532ed7357325f105c4fca465fc28)
- build(deps): bump less from 3.11.3 to 3.12.0 [`7be4748`](https://github.com/fomantic/Fomantic-UI/commit/7be4748e3e9577f144d80ac64b30e4962185a101)
- build(deps): bump @octokit/rest from 16.43.1 to 16.43.2 [`4cff0d5`](https://github.com/fomantic/Fomantic-UI/commit/4cff0d50da9218e0c970532fb2f233edb8441230)
- fix(dropdown,calendar): avoid tab to enter input on disabled variant [`9f496c3`](https://github.com/fomantic/Fomantic-UI/commit/9f496c37b8a055f417d6e41acfac3af019f60b67)
- fix(form): adjust margin for field groups on mobile view [`ff40038`](https://github.com/fomantic/Fomantic-UI/commit/ff4003811cd2f1fbb5a1323dd399bc4fc0984f6c)
- fix(dropdown): optional scrollhint on ios devices or firefox mobile [`b10cf9d`](https://github.com/fomantic/Fomantic-UI/commit/b10cf9d302b310a09fa5b1ec616088909ab6f737)
- feat(progress): total value of 0 was unsupported [`ef85c3d`](https://github.com/fomantic/Fomantic-UI/commit/ef85c3dadae407629355cfa49e307cde84925392)
- fix(calendar): trigger native change event on select [`9866014`](https://github.com/fomantic/Fomantic-UI/commit/9866014c31e9d0aa9feb49846364cdc01dcf07c5)
- build(deps-dev): bump all-contributors-cli from 6.16.0 to 6.16.1 [`eb10018`](https://github.com/fomantic/Fomantic-UI/commit/eb10018ce662aed71b0a47f4933870f5984f49f0)
- feat(dimmer): support other types of background beside color [`ecf370b`](https://github.com/fomantic/Fomantic-UI/commit/ecf370bcd048a1195753ed88ea9945e87b4b836e)
- feat(button): dedicated variables for toggle and circular [`3f0ceaa`](https://github.com/fomantic/Fomantic-UI/commit/3f0ceaacb337a4fc20a51045beacfff086553f05)
- feat(text): support state colors [`f8302b7`](https://github.com/fomantic/Fomantic-UI/commit/f8302b7ff0f25d2abdb9c15858d604de4c76d60d)
- fix(dropdown): using different keyname for fields.values failed [`7225780`](https://github.com/fomantic/Fomantic-UI/commit/72257802e46f7eec3ce6c68a0519026dced695e2)
- fix(calendar): adjust tooltip positions according to popup position [`ae0b664`](https://github.com/fomantic/Fomantic-UI/commit/ae0b66459671c6e8f009290f012d5b1db65bdab9)
- fix(dropdown): very short menu had wrong order specificity [`891f6e6`](https://github.com/fomantic/Fomantic-UI/commit/891f6e6fc576ee3ddb414f7d5f7f62cfc6b62a75)
- fix(image): support centered div and adjusted aligned groups [`51ca1ed`](https://github.com/fomantic/Fomantic-UI/commit/51ca1ede9d19352bb84f8e203b9fe0e443e675b3)
- feat(list): icon buttons were misaligned [`0905ccf`](https://github.com/fomantic/Fomantic-UI/commit/0905ccfc4455bb7bbec4844a4950c725ea3f1abb)
- fix(form): remove errors on clear, reset and non inline revalidations [`0e6526d`](https://github.com/fomantic/Fomantic-UI/commit/0e6526d54e9831be377654bc3308b54de16dc52a)
- feat(build): remove individuals from components [`e8bc467`](https://github.com/fomantic/Fomantic-UI/commit/e8bc4674ab5fa95929e30f7357740c7757c95148)
- fix(input): attached buttons and labels in grouped state fields [`e1a8393`](https://github.com/fomantic/Fomantic-UI/commit/e1a83936154ddf882ba0c8904a9ba3efbcb8acce)
- fix(dropdown): multiple search button padding and wrapping [`7d48060`](https://github.com/fomantic/Fomantic-UI/commit/7d48060b3d2d713ffc48f739a12fc00bfe7e6528)
- fix(dropdown): columnar dropdowns on raw divs [`b2ae31b`](https://github.com/fomantic/Fomantic-UI/commit/b2ae31b2d523d270ac87033c7208758ee6d5b855)
- fix(build): single individuals element breaks build [`6957237`](https://github.com/fomantic/Fomantic-UI/commit/6957237ce75ba6c6965044bea999e85eaaabd9bd)
- build(deps): [security] bump lodash from 4.17.14 to 4.17.19 [`054976f`](https://github.com/fomantic/Fomantic-UI/commit/054976f7022f7cfdfbdd6df9654fd88955e04229)
- feat(slider): support bottom aligned label and prevent line break [`eb3436f`](https://github.com/fomantic/Fomantic-UI/commit/eb3436f6ebd249938402fdf64663d586d0d02d77)
- fix(form): isvalid should not delete error state and made optional now [`33397cc`](https://github.com/fomantic/Fomantic-UI/commit/33397ccb93d71c6693e80fd92a636d5e29db1d7f)
- fix(form): multiple selects return arrays for dirtycheck [`182dd81`](https://github.com/fomantic/Fomantic-UI/commit/182dd81520b281a8a455d0059032bc2031bcb7da)
- build(deps-dev): bump node-fetch from 2.6.0 to 2.6.1 [`caea603`](https://github.com/fomantic/Fomantic-UI/commit/caea6032e401cba59da2227f4880f8cfeefa89ec)
- build(deps-dev): bump all-contributors-cli from 6.17.1 to 6.17.2 [`04eca76`](https://github.com/fomantic/Fomantic-UI/commit/04eca764de1ccd553bf307b0ca8d3a4d32d594c6)
- fix(segment): horizontal segments lost rounded corners [`7cc71fd`](https://github.com/fomantic/Fomantic-UI/commit/7cc71fd7842e93a2b93980978a035095611107c6)
- build(deps): bump less from 3.12.0 to 3.12.2 [`5c37067`](https://github.com/fomantic/Fomantic-UI/commit/5c3706709b28a1f8caa717d9d9f6b286fae486d0)
- feat(dimmer): opacity setting created invalid value on rgb background [`0f558b9`](https://github.com/fomantic/Fomantic-UI/commit/0f558b9e1bfd818b7b4ff1d2ed3b4807ba552ac7)
- chore(release): bump version [`d7921a0`](https://github.com/fomantic/Fomantic-UI/commit/d7921a02c983c8ad9169ee3f090160e1a9538963)
- fix(icon): avoid conflictions with line icon aliases [`63d53f4`](https://github.com/fomantic/Fomantic-UI/commit/63d53f49e62ef9c679cbc8dc405fdcc4eefcba24)
- fix(calendar): do not pass numeric-only text to date constructor [`2239f64`](https://github.com/fomantic/Fomantic-UI/commit/2239f64603145ed8cab6d9b859c78b1d5fb40f0f)
- fix(slider): operation sometimes returns not rounded value [`b385330`](https://github.com/fomantic/Fomantic-UI/commit/b385330dbcb70522b7a7b5f6fce5c1e0d1bde164)
- fix(slider): operation sometimes returns not rounded value [`76a2637`](https://github.com/fomantic/Fomantic-UI/commit/76a2637590d43c3bd8878f88d72718f7ed09d2a2)
- fix(menu): fix icons position and alignment in submenus [`bb16207`](https://github.com/fomantic/Fomantic-UI/commit/bb16207e2dedf66905c28ff81f7a1a91c8dd0d7d)
- fix(form): dont bind events to dropdown search inputs [`77b9dbf`](https://github.com/fomantic/Fomantic-UI/commit/77b9dbfe37b6e8af7f9ea802dc62948644dbf858)
- fix(calendar): support safari to accept yyyy-mm-dd format [`2ddcc7b`](https://github.com/fomantic/Fomantic-UI/commit/2ddcc7b3dd1c92c75aefa70b515e11149d11b9bc)
- feat(icon): add the old two classes for linegraph and chartline for compatibility [`7445821`](https://github.com/fomantic/Fomantic-UI/commit/74458216193cbf22653784a98f58ce57b0fc0244)
- fix(dropdown): fix html for placeholder [`9bbd39f`](https://github.com/fomantic/Fomantic-UI/commit/9bbd39fd75de90739b231d8e6dd43bb5e150e9ea)
- fix(icon): numeric classname to word [`dbeeca3`](https://github.com/fomantic/Fomantic-UI/commit/dbeeca3c61c8bb11770adcd349959f99cbbc1366)
- feat(docs): add web components proposal to library implementations [`d5d9764`](https://github.com/fomantic/Fomantic-UI/commit/d5d9764b4bc73f1a84912fa623bd3ca130a6b9d7)
- fix(search): avoid unneccesary double link navigation [`c35b4b1`](https://github.com/fomantic/Fomantic-UI/commit/c35b4b10444b227092863893f389a659602cf8b7)
- fix(form): reset submitting flag when validation fails to keep dirtycheck [`e2d70af`](https://github.com/fomantic/Fomantic-UI/commit/e2d70afd0fe953e248e2ebec7bf65caff6e39f9c)
- fix(sidebar): avoid scrollbar on non body pushable [`c8ad8b9`](https://github.com/fomantic/Fomantic-UI/commit/c8ad8b9e19bda084a5f7a51e65143388bab35e3f)
- fix(tooltip): remove text-shadow to avoid inheritance from parent [`0b7630b`](https://github.com/fomantic/Fomantic-UI/commit/0b7630b906b3ad8b8a6d47ac91e424242923e338)
- fix(popup): left/right center tooltips were misaligned [`580d79b`](https://github.com/fomantic/Fomantic-UI/commit/580d79b9693ddea94ce174d41c5ae1951befa885)
- feat(slider): added default value for interpretlabel setting [`589d382`](https://github.com/fomantic/Fomantic-UI/commit/589d38217303740636319535ef20733e71cf953b)
- build(deps): bump less from 3.11.1 to 3.11.2 [`e78783f`](https://github.com/fomantic/Fomantic-UI/commit/e78783fc3105ac5dafa8557cd267a3547a5dff9e)
- build(deps-dev): bump all-contributors-cli from 6.15.0 to 6.16.0 [`1d7764d`](https://github.com/fomantic/Fomantic-UI/commit/1d7764d2bfe0b81d72b8fb3acb856c47e0aa9d23)
- fix(dropdown): left and right menu positioning regression [`2cd5e9c`](https://github.com/fomantic/Fomantic-UI/commit/2cd5e9cb9b43cac42ede96650a52644a39bc1f78)
- fix(grid): very compact variation specificity and alignment [`bf8c159`](https://github.com/fomantic/Fomantic-UI/commit/bf8c159c28bf33fc694d7697b03d68f644247d02)
- fix(icon): vertical position for unsized icons and sized text [`4ac35a7`](https://github.com/fomantic/Fomantic-UI/commit/4ac35a7fd39a02d34a175120195a6f77f00107c3)
- fix(calendar): fix timezone issue when time is not given [`c96ba01`](https://github.com/fomantic/Fomantic-UI/commit/c96ba01018216cf92b2a3b15e86d108af283e8d6)
- build(deps): bump less from 3.11.2 to 3.11.3 [`2f96b0b`](https://github.com/fomantic/Fomantic-UI/commit/2f96b0b1d6d60f88cd9c056102c059ad2f53e01d)
- chore(release): bump version [`275b515`](https://github.com/fomantic/Fomantic-UI/commit/275b51518850fd0d5f3de4f9b103ec672cdc6492)
- fix(dimmer): page dimmer in firefox results in misaligned modals [`790587f`](https://github.com/fomantic/Fomantic-UI/commit/790587ffadac8f0d56d226190993c80e4f99acd1)
- fix(build): location parameter to avoid missing build number [`ffbb9ec`](https://github.com/fomantic/Fomantic-UI/commit/ffbb9ec056fc2e9252a0e400a3a187e76aae30eb)
- fix(dropdown): sizer element is created every time dropdown is initialized [`b3be317`](https://github.com/fomantic/Fomantic-UI/commit/b3be31745c8ec0ec2dee93074059cf78b054bb5a)
- fix(calendar): popup should not close when its trigger event is not click [`83e45ad`](https://github.com/fomantic/Fomantic-UI/commit/83e45adfb4978cc7819748afe85a75f42ef50b6f)
- feat(chore): autoassign ko2in for pr reviews [`1d6ea76`](https://github.com/fomantic/Fomantic-UI/commit/1d6ea76d31203dad9de571822ae5e2ea95fcac93)
- feat(icons): update to FA 5.13.0 [`c9e768d`](https://github.com/fomantic/Fomantic-UI/commit/c9e768de50c91854c15fce8a6cc1e03005b6a629)
- build(deps-dev): bump auto-changelog from 1.16.3 to 1.16.4 [`ac35365`](https://github.com/fomantic/Fomantic-UI/commit/ac35365a5b6b249b2057ae704b9bbb7df001217c)
- build(deps-dev): bump all-contributors-cli from 6.14.0 to 6.14.1 [`16f4159`](https://github.com/fomantic/Fomantic-UI/commit/16f4159560bcbfb1174ec44464a782668569ae6f)
- feat(search): scrollable search result [`7cca9f3`](https://github.com/fomantic/Fomantic-UI/commit/7cca9f3977e90f76af15fb700e56649f979da0b7)
- build(deps-dev): bump all-contributors-cli from 6.14.1 to 6.14.2 [`066ad8d`](https://github.com/fomantic/Fomantic-UI/commit/066ad8de306a831d2fdafcb15ff51b9458f84646)
- fix(input): better differ between left/right icon/action [`93605f5`](https://github.com/fomantic/Fomantic-UI/commit/93605f5935161265ea66078ddadb3a354dd385a5)
- fix(calendar): fire onchange only when date selection is complete [`6ba815e`](https://github.com/fomantic/Fomantic-UI/commit/6ba815ee457f154801809bf2e2a407070c5c6d55)
- build(deps-dev): bump auto-changelog from 1.16.2 to 1.16.3 [`8a49912`](https://github.com/fomantic/Fomantic-UI/commit/8a499124bfd3b6693dd606668b3da067bd2ff100)
- chore(github): clean up old issue templates [`aab4be3`](https://github.com/fomantic/Fomantic-UI/commit/aab4be3afc9e12fc51b11e376135ab5aad6faea9)
- chore(github): clean up old issue templates [`3f3045c`](https://github.com/fomantic/Fomantic-UI/commit/3f3045c09176875bd3db674c0874bc4b96d0d3f7)
- chore(github): clean up old issue templates [`093dc1c`](https://github.com/fomantic/Fomantic-UI/commit/093dc1cab83a608f08d6d36a8af7299251c90581)
- build(deps-dev): bump all-contributors-cli from 6.14.2 to 6.15.0 [`8193091`](https://github.com/fomantic/Fomantic-UI/commit/819309195c725a8b1a70e5dec1f1fdbee3da507f)
- feat(build): allow individual components to be build separately only [`9b1f9ef`](https://github.com/fomantic/Fomantic-UI/commit/9b1f9ef42b25bdf1939fc7cd088b9695b8229e57)
- chore(github): clean up old issue templates [`d4a2232`](https://github.com/fomantic/Fomantic-UI/commit/d4a22324f595765e4a3b44b5404bf035e317b714)
- build(deps): bump gulp-rtlcss from 1.4.0 to 1.4.1 [`bd7b981`](https://github.com/fomantic/Fomantic-UI/commit/bd7b981ffc67168d3f2cde979561c9fb898d00f6)
- fix(chore): replace jquery trim with vanilla js [`323e608`](https://github.com/fomantic/Fomantic-UI/commit/323e608eb9eb3e1260771fbd7354b8ccef4fef19)
- build(deps): bump mkdirp from 0.5.1 to 0.5.3 [`325d8e7`](https://github.com/fomantic/Fomantic-UI/commit/325d8e770535d94a12255ef48cab8feaddc0bec8)
- fix(calendar): fix the popup show function getting called twice [`8bb477b`](https://github.com/fomantic/Fomantic-UI/commit/8bb477b581eb7422b20ae2c6145b59aef642bf9b)
- feat(divider): added variable for border style [`4929629`](https://github.com/fomantic/Fomantic-UI/commit/49296296035ead409ff13e493221968c11d9ec50)
- fix(button): correct vertical align for icons within buttons [`defb29e`](https://github.com/fomantic/Fomantic-UI/commit/defb29e84339ca69f9f664e07000400b7bceb206)
- build(deps): bump gulp-git from 2.10.0 to 2.10.1 [`4d55b74`](https://github.com/fomantic/Fomantic-UI/commit/4d55b7462da7da4bdf12c0f3e441d190090a9af3)
- fix(tab): make auto activation of tabs optional [`9f24338`](https://github.com/fomantic/Fomantic-UI/commit/9f24338e9794321ff1c808facff9255429c3d44f)
- chore(release): bump version [`cbcb931`](https://github.com/fomantic/Fomantic-UI/commit/cbcb931c994e801948f364b70dc654ed5bfd4a9d)
- chore(readme): add do sponsor content [`cabf2fe`](https://github.com/fomantic/Fomantic-UI/commit/cabf2fe0f17edcc278f9a4a0db0b31ce0c3931a4)
- feat(step): added right vertical steps variant having the arrow to the left side [`1986ea2`](https://github.com/fomantic/Fomantic-UI/commit/1986ea2c729555962d66cb47680756c08eb4af95)
- build(css): Race condition fix for sometimes broken minified css builds [`6f8dc82`](https://github.com/fomantic/Fomantic-UI/commit/6f8dc82d045a2f3553d721f9e49781df27e6378b)
- build(deps): bump jquery from 3.5.0 to 3.5.1 [`a08f089`](https://github.com/fomantic/Fomantic-UI/commit/a08f08989fe4ab3d450e8fb031aa753675686120)
- build(deps): bump replace-ext from 1.0.0 to 1.0.1 [`1a85afe`](https://github.com/fomantic/Fomantic-UI/commit/1a85afe0dcd0e70297efb481de8943618c6582bd)
- build(deps): bump jquery from 3.4.1 to 3.5.0 [`fc2c56e`](https://github.com/fomantic/Fomantic-UI/commit/fc2c56e8654bad5dbfdac5c0530f56a5c34f0149)
- fear(chore): search for semantic.json from current workspace path [`e0ccbfc`](https://github.com/fomantic/Fomantic-UI/commit/e0ccbfc34cf8b987836a24d833dd251826d4e477)
- fix(build): prevent gulp watch task from refreshing all components [`afbf492`](https://github.com/fomantic/Fomantic-UI/commit/afbf492215702d5a28f9c9987dc76a36af450e05)
- fix(modal): fix content css-inheritance on mobile [`3c70f9e`](https://github.com/fomantic/Fomantic-UI/commit/3c70f9e00ed7afe3a6879416336259d522d24957)
- fix(icon): medium/default font was missing general css properties [`fe44c89`](https://github.com/fomantic/Fomantic-UI/commit/fe44c8935241ca110efce58d3b17b6e8e23b7d10)
- fix(build): Import 'various' gulp task also in npm gulpfile [`eb8eefe`](https://github.com/fomantic/Fomantic-UI/commit/eb8eefed9e605a156de992af5820dc026b5a38b0)
- fix(dropdown): dont trigger onchange event on initiaload when values are given [`544caec`](https://github.com/fomantic/Fomantic-UI/commit/544caec08bb329bbded70f5d58f6d2a8240d36a6)
- fix(build): double check for existing object property [`0d6f106`](https://github.com/fomantic/Fomantic-UI/commit/0d6f1060e760d5ae88e92dfe541b6f2007ab5245)
- fix(modal): center fluid action buttons correctly [`5261482`](https://github.com/fomantic/Fomantic-UI/commit/526148272ae353d8705f6b096fc765599470cfe7)
- fix(visibility): jquery scrollleft is a function rather than a property [`ec615b3`](https://github.com/fomantic/Fomantic-UI/commit/ec615b366280b8380f8f0de5343254a4c4ca59e1)
- fix(dropdown): prevent showing the whole list if showOnFocus is false [`40642d3`](https://github.com/fomantic/Fomantic-UI/commit/40642d3d589fbed45f567bf60db76bfae03ecfe7)
- build(deps-dev): bump all-contributors-cli from 6.13.0 to 6.14.0 [`4deee38`](https://github.com/fomantic/Fomantic-UI/commit/4deee388e5cf2a4f002ae5f190012f5d271e9575)
- feat(calendar): add ability to disable months and years [`ac115ac`](https://github.com/fomantic/Fomantic-UI/commit/ac115ac8a8a435fa1d756f834fdd4e62d5f55f70)
- build(deps): bump @octokit/rest from 16.36.0 to 16.39.0 [`6639efb`](https://github.com/fomantic/Fomantic-UI/commit/6639efbb53bd5cf86adc758b826ebea5bdd9f80a)
- feat(form): auto add empty rule validation for required fields [`ca80dca`](https://github.com/fomantic/Fomantic-UI/commit/ca80dcabcbb8433b5feb6e9dd8d2cfcfd7b2e15e)
- build(deps): bump @octokit/rest from 16.40.1 to 16.43.0 [`5aff504`](https://github.com/fomantic/Fomantic-UI/commit/5aff504d4996750ca449e5123649d836d9cc61b4)
- fix(table): invented a helper class to solve the styling logic when rowspan is used in tables [`1b20446`](https://github.com/fomantic/Fomantic-UI/commit/1b20446b04476517506777daf8a2da92751ace46)
- build(deps): bump @octokit/rest from 16.39.0 to 16.40.1 [`1356f15`](https://github.com/fomantic/Fomantic-UI/commit/1356f15a5d8810efd29ecd5163d3628bb241113f)
- fix(toast): make sure element does still exist before transition ends [`6a3eca1`](https://github.com/fomantic/Fomantic-UI/commit/6a3eca1dea3b2e443291c97ba3185bc9f70f3cfd)
- build(deps): bump @octokit/rest from 16.35.2 to 16.36.0 [`efdefaf`](https://github.com/fomantic/Fomantic-UI/commit/efdefaf318e5925bdc12c4441221f661ca804f99)
- fix(form): inline calendar fields did not display properly [`c2ce312`](https://github.com/fomantic/Fomantic-UI/commit/c2ce312fb2cd765f98977c6942300e6970a7e8ed)
- feat(modal): unsupported debug warning when useflex is used in ie or with detachable false [`c512cf2`](https://github.com/fomantic/Fomantic-UI/commit/c512cf243737f883caca134dac6aa4e101b37a48)
- build(deps): bump less from 3.10.3 to 3.11.1 [`fc74780`](https://github.com/fomantic/Fomantic-UI/commit/fc74780c4170c5c11dbcdd75b10b53491a5e58ce)
- build(deps): bump @octokit/rest from 16.43.0 to 16.43.1 [`46f945f`](https://github.com/fomantic/Fomantic-UI/commit/46f945fd1bb298c46c7982c03da41e01a96df57c)
- chore(release): bump version [`f58b1f3`](https://github.com/fomantic/Fomantic-UI/commit/f58b1f3b98fe33f5a6e5997fa191d24478ccb5dc)
- fix(menu): colored active items were not displayed colored [`03e9d7f`](https://github.com/fomantic/Fomantic-UI/commit/03e9d7f94bcf08b44bbae9d6efd592ef3cf38a31)
- fix(modal): border radius for inner dimmer should inherit from the modal [`8ab6b89`](https://github.com/fomantic/Fomantic-UI/commit/8ab6b89248d4407aab3f2be03525da1f2dde425c)
- fix(emoji): disabled link emoji should not have pointer cursor [`51cfaa4`](https://github.com/fomantic/Fomantic-UI/commit/51cfaa49f500c697f21f50e1e23a0316ad6c8d0b)
- fix(form): make a difference between value 0 and false for radio buttons [`e3468c7`](https://github.com/fomantic/Fomantic-UI/commit/e3468c7128ab4ae27f2381812bd6e4ba75fd53e8)
- fix(dropdown): search field cursor was barely visible on field states [`a49c823`](https://github.com/fomantic/Fomantic-UI/commit/a49c82330af6715f4de6332d40ed80f2fb070dbc)
- fix(segment): sub headers in inverted labels were not changed to in some cases [`66a15cd`](https://github.com/fomantic/Fomantic-UI/commit/66a15cd641c692fe478dfecf875e2649a1789db9)
- fix(dropdown): get item function now working properly with array of integers [`2930de5`](https://github.com/fomantic/Fomantic-UI/commit/2930de5137471b74b3a6baefd5384dbcde55c7b7)
- fix(shape): make sure chrome renders the z-translated faces properly [`37cdf31`](https://github.com/fomantic/Fomantic-UI/commit/37cdf31121e7b8a80f33b975174a790fd57b3570)
- fix(modal): basic modal header should not have a border [`bd45cb0`](https://github.com/fomantic/Fomantic-UI/commit/bd45cb01209f26355b39e903f40fdd94a1c4021b)
- fix(checkbox): dont show visual changes on disabled checkboxes [`4238b78`](https://github.com/fomantic/Fomantic-UI/commit/4238b78c215a5b7d4598fef1c231d7d0fc22f0da)
- feat(icon): update icons to FA 5.12.0 [`fea61f9`](https://github.com/fomantic/Fomantic-UI/commit/fea61f918e1d6c74549661e225f2d46be10c7049)
- build(deps-dev): bump all-contributors-cli from 6.11.0 to 6.11.1 [`f5f9d14`](https://github.com/fomantic/Fomantic-UI/commit/f5f9d144398a997ffe92e890673371d2c1fc0de8)
- docs(contributors): add LolHens as a contributor [`d285f16`](https://github.com/fomantic/Fomantic-UI/commit/d285f16fe3981a53602dedd6735a797a2f2cf8da)
- fix(dimmer): borders on partial segment dimmers are incorrect [`10b59be`](https://github.com/fomantic/Fomantic-UI/commit/10b59be18003e8ff0f49cef1222c93d4aa55bf11)
- build(deps): bump @octokit/rest from 16.35.0 to 16.35.2 [`6e7104c`](https://github.com/fomantic/Fomantic-UI/commit/6e7104c2820ae354519dbffdff1431a037fdd608)
- fix(popup): tooltips don't work on safari <= 12.1 [`dde63c4`](https://github.com/fomantic/Fomantic-UI/commit/dde63c4475acd56c33a49a532d88706bf0ac46e7)
- build(deps-dev): bump all-contributors-cli from 6.11.1 to 6.11.2 [`330562f`](https://github.com/fomantic/Fomantic-UI/commit/330562fb1baf544cecb38a283b872cce0a4a4c72)
- feat(modal): allow close icon to be inside header for small modals [`de0e2b8`](https://github.com/fomantic/Fomantic-UI/commit/de0e2b895f027ddf257097abffcf694442c60c91)
- feat(dropdown): add unfilterable item class for search input [`8b5625a`](https://github.com/fomantic/Fomantic-UI/commit/8b5625ad4d6df9188a280e800a2e61f9208d3a03)
- build(deps): bump gulp-git from 2.9.0 to 2.10.0 [`091befd`](https://github.com/fomantic/Fomantic-UI/commit/091befdeba25b102f330281e49e6af1442f255dc)
- chore(release): bump version [`d0cb855`](https://github.com/fomantic/Fomantic-UI/commit/d0cb85511e9cab05d0636a1c4c10e3ef7a60c978)
- build(actions): stop nightly error on forks [`87ad7fc`](https://github.com/fomantic/Fomantic-UI/commit/87ad7fcd4c5624defc6b12d122dac8fe459db0e9)
- fix(checkbox): ie11 support for non existing event [`e93abbe`](https://github.com/fomantic/Fomantic-UI/commit/e93abbe3c0a9cae037cf0e1d3dd44a20150dd6aa)
- fix(emoji): make emoji inherit font-size so they don't get cropped [`66c45d8`](https://github.com/fomantic/Fomantic-UI/commit/66c45d8a1adbbe31abd552ea33962647e6e54543)
- feat(*): add dynamic LESS compilation of component variations [`c048399`](https://github.com/fomantic/Fomantic-UI/commit/c0483997eaf3e378abcaef1cf6b25bdfd1d33ffb)
- chore: merge branch add-contributors into develop [`a260b0b`](https://github.com/fomantic/Fomantic-UI/commit/a260b0b538bc851745642d17e4546ba21838108e)
- feat(emoji): add emoji component using tweemoji & joypixels [`4c1d67c`](https://github.com/fomantic/Fomantic-UI/commit/4c1d67c1877546386f1f79894c8b11a36f483cfe)
- feat(icons): update icons to FA 5.11.2 [`764ed35`](https://github.com/fomantic/Fomantic-UI/commit/764ed35710f3f895be103d97485f4fe956771526)
- fix(modal): support rtl left scrollbar behaviors [`3313552`](https://github.com/fomantic/Fomantic-UI/commit/3313552771e0e633a3fba388ae9e47b13a42aa64)
- feat(rating): float value ratings [`0583dcc`](https://github.com/fomantic/Fomantic-UI/commit/0583dcc1b5e10e9c89d4958487446b54347d6d2a)
- fix(slider): handle touchevent on devices using jquery2 [`3ecaec0`](https://github.com/fomantic/Fomantic-UI/commit/3ecaec0c5fc901342c07ef2c8716fc71b32cb1f9)
- build(deps): bump @octokit/rest from 16.34.0 to 16.34.1 [`e6fe26d`](https://github.com/fomantic/Fomantic-UI/commit/e6fe26d382a6ad50476631d22cdd13274a7870e4)
- fix(dropdown): value on empty selects [`3d329c2`](https://github.com/fomantic/Fomantic-UI/commit/3d329c2721cfd2c03f470b6b78532da1cddffae5)
- docs: add zombietfk as a contributor [`7eae660`](https://github.com/fomantic/Fomantic-UI/commit/7eae660e0b8e467030d6a8491ad0b71463aafb80)
- fix(slider): hidden sliders cause browser freeze [`669c3b3`](https://github.com/fomantic/Fomantic-UI/commit/669c3b324751ab74e135067c4c3747fb11ba6beb)
- docs: add rmarchiori as a contributor [`8df2185`](https://github.com/fomantic/Fomantic-UI/commit/8df2185104b36c053d23fb7ca497b7dc6db876e3)
- fix(popup): avoid detection of wrong existing popup [`4473b66`](https://github.com/fomantic/Fomantic-UI/commit/4473b66f71e8ba8ea6d7d1c3d93cc4f3053c9a56)
- docs: add josejbarneto as a contributor [`9f4f857`](https://github.com/fomantic/Fomantic-UI/commit/9f4f857115e867813feb419695835026db2b9c71)
- docs: add aexvir as a contributor [`ffe203a`](https://github.com/fomantic/Fomantic-UI/commit/ffe203ab6bb6fce8c485238c83df20264a11a8fd)
- build(deps-dev): bump all-contributors-cli from 6.9.3 to 6.10.0 [`7870214`](https://github.com/fomantic/Fomantic-UI/commit/78702149ee01a0410652630d0648a4eb0c8a1eff)
- docs: add HypertextPP as a contributor [`078d978`](https://github.com/fomantic/Fomantic-UI/commit/078d9780c8c6dec0daa2a13154f67283b3424bce)
- docs: add aardbol as a contributor [`15279f1`](https://github.com/fomantic/Fomantic-UI/commit/15279f1ff2139a11595bd8b7b1dbb8208d594678)
- docs: add RenonDis as a contributor [`301cbdc`](https://github.com/fomantic/Fomantic-UI/commit/301cbdce3bcc07957814e4ea75bdc73fa9188422)
- docs(readme): add nightly build info [`272b92a`](https://github.com/fomantic/Fomantic-UI/commit/272b92a396cf5e985212d83d7f0239cd23a78e62)
- feat(table): color marked cells [`8d08ea2`](https://github.com/fomantic/Fomantic-UI/commit/8d08ea23e7db62f26656a04a5eb65d51d4ccdbe9)
- fix(modal): fetch dimmer click if not detached [`49fddb1`](https://github.com/fomantic/Fomantic-UI/commit/49fddb19aa7b5dfc5c695c89a6b3ad38a5109857)
- docs: add cruzdanilo as a contributor [`0e95ebd`](https://github.com/fomantic/Fomantic-UI/commit/0e95ebd8b9b65270e182994cd76688205ce237f4)
- docs: add justkey007 as a contributor [`62978dd`](https://github.com/fomantic/Fomantic-UI/commit/62978dd97f498fc16f86ae6897247731b81db417)
- docs: add ryamaguchi0220 as a contributor [`4b6034a`](https://github.com/fomantic/Fomantic-UI/commit/4b6034a8cf240a80d19e96497d977d37d20d0196)
- fix(emoji): change emoji path to use svg [`9855d54`](https://github.com/fomantic/Fomantic-UI/commit/9855d54a1fa280baeeb4032b538a30527a8e43d5)
- chore(release): bump version [`dadbcd7`](https://github.com/fomantic/Fomantic-UI/commit/dadbcd728662122ff0a54c8c2062a997e5351ae0)
- docs(security): add 2.8 info [`723c3ba`](https://github.com/fomantic/Fomantic-UI/commit/723c3badb404698e48cacce232c6a27fa9d2c5b4)
- chore: add lubber-de to github funding file [`5d27f88`](https://github.com/fomantic/Fomantic-UI/commit/5d27f8849a39a61368be7dc8642af650606fb1b7)
- docs: add simondarke as a contributor [`ef7f454`](https://github.com/fomantic/Fomantic-UI/commit/ef7f45497ae0a8cb4f0fb96c37b951c24b92261e)
- docs: add iwgx as a contributor [`42ce1ed`](https://github.com/fomantic/Fomantic-UI/commit/42ce1edafbe86192807ab9d083c4eebd8146d908)
- docs: add RShalman as a contributor [`cb8ec2d`](https://github.com/fomantic/Fomantic-UI/commit/cb8ec2d561e1816b65eababd812d7ebb1932313b)
- docs: add shui91 as a contributor [`ee8a3d3`](https://github.com/fomantic/Fomantic-UI/commit/ee8a3d31fde2c281b7235963be13b93d1777504c)
- docs: add aexvir as a contributor [`d272066`](https://github.com/fomantic/Fomantic-UI/commit/d272066c463513bc80d8cbbdb1640c9d3ef31b0d)
- fix(build): variables in @site.variables were ignored [`4d3f3e4`](https://github.com/fomantic/Fomantic-UI/commit/4d3f3e46ff19ca1395e480ad8f4862826d6eb907)
- fix(dropdown): multiselect removing wasn't working [`327003f`](https://github.com/fomantic/Fomantic-UI/commit/327003fc68e00917176f51b797f26952eaa75cfd)
- fix(card): right image border in horizontal cards [`74d15b5`](https://github.com/fomantic/Fomantic-UI/commit/74d15b56cd3583d602c66b05f2f292d5501fca8c)
- fix(chore): permission value should transform into octal [`2563aa6`](https://github.com/fomantic/Fomantic-UI/commit/2563aa67a5604066fdcb6490dfb538a8535fa1ea)
- feat(docs): add lubber-de to funding info as suggested [`3573f61`](https://github.com/fomantic/Fomantic-UI/commit/3573f61fc1949c4c6d45613f50c4523cba821296)
- fix(api): set context in beforesend to match docs [`e2b8a06`](https://github.com/fomantic/Fomantic-UI/commit/e2b8a060aa21c401e2bef7b10de0fbf13419109c)
- fix(card): horizontal cards on mobile got cut [`7d07c8c`](https://github.com/fomantic/Fomantic-UI/commit/7d07c8ca982ee2878b205d78f80890e862a3b9aa)
- build(theme): allow null for @site [`3983a7e`](https://github.com/fomantic/Fomantic-UI/commit/3983a7ebd6187838db20a44745870675e0ded659)
- fix(dropdown): parameter count resulted in wrong data for onchange [`bce515b`](https://github.com/fomantic/Fomantic-UI/commit/bce515b8f662d7d261b05993f9a9a122ff050c3d)
- fix(dropdown): remove required attribute from select [`00a87d2`](https://github.com/fomantic/Fomantic-UI/commit/00a87d28bb9f1ee2ddd4ec76e177fa0d39d6d486)
- build(deps-dev): bump all-contributors-cli from 6.8.2 to 6.9.0 [`b37e3fd`](https://github.com/fomantic/Fomantic-UI/commit/b37e3fdfaaa3acad781d96fd3db491e0205022bc)
- build(deps-dev): bump all-contributors-cli from 6.8.1 to 6.8.2 [`00eea96`](https://github.com/fomantic/Fomantic-UI/commit/00eea96f6f87c088d967a1809f87d9cffd32b077)
- feat(table): add colored left & right row border [`ca7d653`](https://github.com/fomantic/Fomantic-UI/commit/ca7d653e1748e19eba04e94f92aa083df4623b57)
- feat(slider): add preventCrossover setting for range sliders [`4b1d548`](https://github.com/fomantic/Fomantic-UI/commit/4b1d54894c640896e6554358140e4578159a9bf4)
- build(deps): bump @octokit/rest from 16.28.8 to 16.28.9 [`531d1e4`](https://github.com/fomantic/Fomantic-UI/commit/531d1e4d10ec58020d44e0658a44b9dbdcdb377f)
- build(deps-dev): bump all-contributors-cli from 6.9.1 to 6.9.2 [`c6e6438`](https://github.com/fomantic/Fomantic-UI/commit/c6e6438672106bde260aa08c0992906eba5ea316)
- build(deps-dev): bump auto-changelog from 1.15.0 to 1.16.1 [`d9e7f2d`](https://github.com/fomantic/Fomantic-UI/commit/d9e7f2d9e2f4e8a9b8a76adf5090ba3096898d90)
- build(deps): bump @octokit/rest from 16.28.7 to 16.28.8 [`100e848`](https://github.com/fomantic/Fomantic-UI/commit/100e8484376206c4dbcb32709ee36565a430678a)
- feat(progress): made setting to 100% optional when set error/warning [`c2646f1`](https://github.com/fomantic/Fomantic-UI/commit/c2646f176e6cd0f3931e4c330000c3afd78094ba)
- build(deps): bump @octokit/rest from 16.33.0 to 16.33.1 [`e0634b3`](https://github.com/fomantic/Fomantic-UI/commit/e0634b3682a1c11589c0af593d091907d84fb4b5)
- fix(input): icon inputs have wrong padding when inside menus [`fdae269`](https://github.com/fomantic/Fomantic-UI/commit/fdae2697b319b5c06e2ab45d6dfa67b24e9537bc)
- build(deps): bump @octokit/rest from 16.30.2 to 16.32.0 [`b99726d`](https://github.com/fomantic/Fomantic-UI/commit/b99726dff6d06fd31d0a82716fa0c41db13b5eff)
- build(deps): bump @octokit/rest from 16.30.1 to 16.30.2 [`c484748`](https://github.com/fomantic/Fomantic-UI/commit/c4847486de6389c7f316d53688c298531684fb1b)
- feat(calendar): support type setting as metadata & initialize without JS [`c4221e4`](https://github.com/fomantic/Fomantic-UI/commit/c4221e4fb8a52790c51728fc40975a451b5c45dc)
- build(deps-dev): bump all-contributors-cli from 6.9.0 to 6.9.1 [`fa4adee`](https://github.com/fomantic/Fomantic-UI/commit/fa4adeecda13deb2b19ea3c4ff614977321a04d5)
- build(deps-dev): bump all-contributors-cli from 6.9.2 to 6.9.3 [`0304c0a`](https://github.com/fomantic/Fomantic-UI/commit/0304c0a09218899c6265892c67a3f2d7b0971007)
- build(deps): bump @octokit/rest from 16.32.0 to 16.33.0 [`647850f`](https://github.com/fomantic/Fomantic-UI/commit/647850fe0d3399cc95fc421173dc85d2d6485ba5)
- build(deps): bump @octokit/rest from 16.29.0 to 16.30.1 [`29b5325`](https://github.com/fomantic/Fomantic-UI/commit/29b53253797358057981308eba9eb8a872a276e3)
- build(deps): bump @octokit/rest from 16.28.9 to 16.29.0 [`49d4788`](https://github.com/fomantic/Fomantic-UI/commit/49d4788a5619521628705d474f23b7b4d064ab79)
- chore(templates): add labels to new issue to reduce triage effort [`7521889`](https://github.com/fomantic/Fomantic-UI/commit/7521889a33a0165430fdc53f06e81eb17787e517)
- fix(modal): clicking on scrollbar with rtl enabled should not close the modal [`dd14fba`](https://github.com/fomantic/Fomantic-UI/commit/dd14fbafc3aec10345cc4178edc258f59bc7993d)
- Merge pull request #1091 from fomantic/dependabot/npm_and_yarn/develop/octokit/rest-16.33.1 [`fb7b98c`](https://github.com/fomantic/Fomantic-UI/commit/fb7b98c23c55e6cd0b20360fabe6e0e1baed3006)
- fix(dropdown): setting value of dropdown did not remove search [`093b901`](https://github.com/fomantic/Fomantic-UI/commit/093b90164589a23304a84caa9612cf3e1a3e5233)
- fix(modal): dont close modal when scrollbar is clicked in rtl environment [`2d894f1`](https://github.com/fomantic/Fomantic-UI/commit/2d894f1ae20b86612965fd17962171d85afd81a5)
- fix(list): use hex for unicode character to avoid encoding errors [`6187bae`](https://github.com/fomantic/Fomantic-UI/commit/6187bae41c3e15cc01a80465878539ac9101dc73)
- build(deps): bump inquirer from 6.5.1 to 6.5.2 [`e5468c7`](https://github.com/fomantic/Fomantic-UI/commit/e5468c71ccdfc4d27e672d11d2b22fb2a157a9c7)
- build(deps): bump inquirer from 6.5.0 to 6.5.1 [`e04f4b1`](https://github.com/fomantic/Fomantic-UI/commit/e04f4b1aafa50c586df137533d03266be1a8d2f3)
- build(deps-dev): bump conventional-changelog-cli from 2.0.21 to… [`ddbaf51`](https://github.com/fomantic/Fomantic-UI/commit/ddbaf5143fb2aa561e4f5c1a87fafbcd7cf91e29)
- build(ci): change from travis to github actions [`c621e5d`](https://github.com/fomantic/Fomantic-UI/commit/c621e5da7166c541f625cc9ce7c0f7e94c169c9b)
- feat(form): check for existing calendar, dropdown or checkbox modules [`d0aecbe`](https://github.com/fomantic/Fomantic-UI/commit/d0aecbe3918d5ecff1d5f8ae08dd596b7003585d)
- feat(tab): auto activate first tab if no active specified [`3e129a0`](https://github.com/fomantic/Fomantic-UI/commit/3e129a0de2acdf9142d5ec12ce8bfa5cf345f898)
- docs: add egoisticalgoat as a contributor [`2510762`](https://github.com/fomantic/Fomantic-UI/commit/251076267cf5dcb8d738bfed3aa221faa01d6b60)
- build: emit errors instead of logging only [`b530cfc`](https://github.com/fomantic/Fomantic-UI/commit/b530cfcc66503e4a603f7d60e1ce9c5e9e24efa4)
- docs: add douglasg14b as a contributor [`3cd7e8c`](https://github.com/fomantic/Fomantic-UI/commit/3cd7e8cef18572db534f9a3cdec5cf8776749221)
- docs: add ryamaguchi0220 as a contributor [`24abc18`](https://github.com/fomantic/Fomantic-UI/commit/24abc187e69bbcae942df584e6a3b42e404c6a14)
- docs: add bartocc as a contributor [`a3cf0ae`](https://github.com/fomantic/Fomantic-UI/commit/a3cf0ae702d2e7db46101824ded8d87e65e1b0ca)
- docs: add 0xflotus as a contributor [`1375310`](https://github.com/fomantic/Fomantic-UI/commit/13753100ea2a73d1f6014c77a60b0f371142616f)
- docs: add rubenhbaca as a contributor [`b554539`](https://github.com/fomantic/Fomantic-UI/commit/b55453913b037a959dfd9a27d766bf6488c6f314)
- docs: add ventura-eesc as a contributor [`bdbe099`](https://github.com/fomantic/Fomantic-UI/commit/bdbe099addfbddc002f497e17c13de0708ca72a9)
- docs: add bborn as a contributor [`f405b9b`](https://github.com/fomantic/Fomantic-UI/commit/f405b9b88ed92c52ce42edd314886145e0f8e7e6)
- docs: add MikeyFriedChicken as a contributor [`42bba19`](https://github.com/fomantic/Fomantic-UI/commit/42bba199f7dcc666192384b1ac2fcd08a7e4ae22)
- docs: add GammaGames as a contributor [`608a036`](https://github.com/fomantic/Fomantic-UI/commit/608a0363784f3396b379818bda4574176bc063d9)
- docs: add euangoddard as a contributor [`c3e4d9e`](https://github.com/fomantic/Fomantic-UI/commit/c3e4d9e62d1a121ad3213d6a63a78b02e11942e0)
- docs: add danthedeckie as a contributor [`3c6bdf8`](https://github.com/fomantic/Fomantic-UI/commit/3c6bdf833f531678ffd0f2fc993197d7fe9a8ae8)
- docs: add iarspider as a contributor [`e1debec`](https://github.com/fomantic/Fomantic-UI/commit/e1debec30d57bb86ad1906a394fcbc7c42984f13)
- docs: add patilkiranm as a contributor [`0b14613`](https://github.com/fomantic/Fomantic-UI/commit/0b14613641cf5e89847170813afe3b9f2cbd1620)
- docs: add ko2in as a contributor [`7fe7f2c`](https://github.com/fomantic/Fomantic-UI/commit/7fe7f2c31f1fe46efa0a74a9507a565ddf26b14f)
- docs: add dutrieux as a contributor [`704490c`](https://github.com/fomantic/Fomantic-UI/commit/704490ccc4f5516d80ffccb052ee4b059f193d56)
- docs: add globophobe as a contributor [`2268039`](https://github.com/fomantic/Fomantic-UI/commit/2268039367dcff38013d123f63819ada7463c685)
- build(deps): bump less from 3.9.0 to 3.10.3 [`13dcab1`](https://github.com/fomantic/Fomantic-UI/commit/13dcab19f13bb1f01ecd0ff04afd7205da3e02f6)
- build(ci): fix ci process [`9fbfb7e`](https://github.com/fomantic/Fomantic-UI/commit/9fbfb7e92b18d164a0647c00a4200c5a3184b977)
- build(ci): correct ci and throw errors instead of logging [`df5c7b2`](https://github.com/fomantic/Fomantic-UI/commit/df5c7b2e6aa5f6230ae5f8340c561c03bd63e9b2)
- chore(release): bump version [`8016e8a`](https://github.com/fomantic/Fomantic-UI/commit/8016e8a9af8f3cca761bae024b736272857a5a24)
- docs(readme): replace build badge with GHA [`495dd56`](https://github.com/fomantic/Fomantic-UI/commit/495dd56c2ea836bd89a49d82d4065600c3983c22)
- fix(dropdown): keep input field focus if it's an menu item [`1df7676`](https://github.com/fomantic/Fomantic-UI/commit/1df767622b25040fba2da65d675c4029c66536f8)
- fix(dropdown): sanitize initial values to prevent xss on firefox & ie [`f7c24ac`](https://github.com/fomantic/Fomantic-UI/commit/f7c24ace480ef0f98350d8192caff44f42adf0a9)
- docs(src readme): correct typo in example code [`a3974d1`](https://github.com/fomantic/Fomantic-UI/commit/a3974d1fba6532c7c8a4ba3438cf0487ab54f86f)
- build(deps-dev): bump all-contributors-cli from 6.7.0 to 6.8.1 [`d772e55`](https://github.com/fomantic/Fomantic-UI/commit/d772e55991661f45ad740903b53fc2089b1834a4)
- build(deps): bump @octokit/rest from 16.16.0 to 16.28.2 [`20e9cde`](https://github.com/fomantic/Fomantic-UI/commit/20e9cde16212c17e7e0716dc6800c2c3aa5742b7)
- build(deps): bump gulp-autoprefixer from 6.0.0 to 6.1.0 [`fdea8ff`](https://github.com/fomantic/Fomantic-UI/commit/fdea8ffd091a6f07e49246383c9f2d01491e0431)
- docs(faq): update info [`adcfe60`](https://github.com/fomantic/Fomantic-UI/commit/adcfe601e7c474415692efcb7027156582633a38)
- build(deps): bump gulp-json-editor from 2.5.0 to 2.5.2 [`75342c6`](https://github.com/fomantic/Fomantic-UI/commit/75342c67d542b02982a4ae750495542566673901)
- docs(readme): update badges and add other packages [`489e801`](https://github.com/fomantic/Fomantic-UI/commit/489e801f10410bb0d622ea6b658ffdb6b56a110f)
- build(deps): bump @octokit/rest from 16.28.3 to 16.28.4 [`56d5ef7`](https://github.com/fomantic/Fomantic-UI/commit/56d5ef7bfdba8dede974d5807b61349a639d79d4)
- build(deps): bump @octokit/rest from 16.28.2 to 16.28.3 [`447c28f`](https://github.com/fomantic/Fomantic-UI/commit/447c28f8f563e20107e6d1f9a7e9e2a6ae2c0514)
- build(deps): bump inquirer from 6.2.2 to 6.4.1 [`d481b8f`](https://github.com/fomantic/Fomantic-UI/commit/d481b8f8d1d1ee48f180d0dac7f6f3cce6b14230)
- build(deps): bump @octokit/rest from 16.28.6 to 16.28.7 [`846b06f`](https://github.com/fomantic/Fomantic-UI/commit/846b06f322e52111cf91ec01423cf195823df44f)
- build(deps): bump gulp-header from 2.0.7 to 2.0.9 [`f71993c`](https://github.com/fomantic/Fomantic-UI/commit/f71993cec91e914f510f62445662e7a5be7f2fc7)
- build(deps): bump gulp-uglify from 3.0.1 to 3.0.2 [`f599033`](https://github.com/fomantic/Fomantic-UI/commit/f599033eaa132ad1b4932f35bba1bfebae84602e)
- build(deps): bump gulp-json-editor from 2.5.2 to 2.5.3 [`7d0715d`](https://github.com/fomantic/Fomantic-UI/commit/7d0715d0a7a4d7e6a6de6abe025f208d3dba290e)
- build(deps): bump merge-stream from 1.0.1 to 2.0.0 [`b3501f9`](https://github.com/fomantic/Fomantic-UI/commit/b3501f92cedf4407e9198dd931223b97d2159813)
- fix(form): prompt template function [`cc97a30`](https://github.com/fomantic/Fomantic-UI/commit/cc97a304f16875dd9ba8157cf00d4ef0d5bd7c13)
- build(deps): bump gulp-print from 5.0.0 to 5.0.2 [`da41952`](https://github.com/fomantic/Fomantic-UI/commit/da4195203bd3573a857a4c147ab75bc1677eded9)
- build(deps): bump inquirer from 6.4.1 to 6.5.0 [`92414f0`](https://github.com/fomantic/Fomantic-UI/commit/92414f00f8690377d9e7d9d9a61ffca60afc0517)
- build(deps): bump @octokit/rest from 16.28.5 to 16.28.6 [`313a9fd`](https://github.com/fomantic/Fomantic-UI/commit/313a9fde74804d1b43931a22900b55129d4060d0)
- build(deps): bump @octokit/rest from 16.28.4 to 16.28.5 [`c272d43`](https://github.com/fomantic/Fomantic-UI/commit/c272d435644a83bc7057b787c09a56c7561299ca)
- build(deps): bump gulp-rtlcss from 1.3.0 to 1.4.0 [`31b3bcf`](https://github.com/fomantic/Fomantic-UI/commit/31b3bcf21d137540c12781cf11c48d7f7f9bf5f2)
- fix(label): content margin after two attached labels [`2510ea9`](https://github.com/fomantic/Fomantic-UI/commit/2510ea90840e9208262df79c137ec61fb99ddb21)
- build(deps): [security] bump lodash.merge from 4.6.1 to 4.6.2 [`cc19442`](https://github.com/fomantic/Fomantic-UI/commit/cc19442222b2b0006c201cd013376e8f46c59754)
- build(deps): [security] bump lodash from 4.17.11 to 4.17.14 [`265a206`](https://github.com/fomantic/Fomantic-UI/commit/265a2069c2c2ec5d3dddddde98ca166aaf9b1f68)
- build(deps): bump jquery from 3.4.0 to 3.4.1 [`28a6cd6`](https://github.com/fomantic/Fomantic-UI/commit/28a6cd6d8690a293e61aea39ff59b514b4d7265d)
- chore(release): bump version [`8bbc022`](https://github.com/fomantic/Fomantic-UI/commit/8bbc022ed58eb7d0534eac7480aed430ece78a56)
- build(deps): bump lodash from 4.17.11 to 4.17.14 [`98bdde6`](https://github.com/fomantic/Fomantic-UI/commit/98bdde63b9da992c03e61d7ebb3c31b6305a6534)
- build(deps): bump lodash.merge from 4.6.1 to 4.6.2 [`669eb24`](https://github.com/fomantic/Fomantic-UI/commit/669eb2401931e0d781d3813f47f012082f81baff)
- feat(modal): destroy should tear down mutation observer [`d880d35`](https://github.com/fomantic/Fomantic-UI/commit/d880d35664832786e59da027543bb240607133fa)
- fix(image): hidden images were still visible when used in image groups [`a0bf2b3`](https://github.com/fomantic/Fomantic-UI/commit/a0bf2b3ba72c1f15e13e889c9b38c2dbdf14a860)
- fix(menu): hover & active state colors on inverted secondary pointing [`#777`](https://github.com/fomantic/Fomantic-UI/issues/777)
- fix(button,table): move LESS functions out of LESS file and into variables [`#736`](https://github.com/fomantic/Fomantic-UI/issues/736)
- fix(calendar): support dynamic way to append popup instead of prepending to the parent [`#699`](https://github.com/fomantic/Fomantic-UI/issues/699)
- fix(progress): wrong error on validating total on multiple progress [`#757`](https://github.com/fomantic/Fomantic-UI/issues/757)
- fix(form): stop propagation only when dirty event was triggered and prevent default action [`#746`](https://github.com/fomantic/Fomantic-UI/issues/746)
- fix(dropdown): check for existing observer before accessing it [`#784`](https://github.com/fomantic/Fomantic-UI/issues/784)
- fix(table): table header on mobile [`#787`](https://github.com/fomantic/Fomantic-UI/issues/787)
- feat(progress): add indeterminate states [`816fbbd`](https://github.com/fomantic/Fomantic-UI/commit/816fbbd257ba30a4c2b95299f12aac125268fb0b)
- docs(roadmap): update with more detail [`d95b0c7`](https://github.com/fomantic/Fomantic-UI/commit/d95b0c79956d9eb01233023fe2938250d95b9e54)
- fix(form): transparent input padding and texarea support [`dd561b5`](https://github.com/fomantic/Fomantic-UI/commit/dd561b5e7bb953f8c08ca27d58df798ae117c201)
- build(theme.less): adjust line numbers for error messages [`6b0fd0d`](https://github.com/fomantic/Fomantic-UI/commit/6b0fd0d49b0553947d90c1d0693a5e2bf7fa75b9)
- build(autoprefixer): change 'browsers' setting to 'overrideBrowserslist' [`1652597`](https://github.com/fomantic/Fomantic-UI/commit/16525972c2a4cd907663929a0c5bacde6cd0a4bf)
- fix(form): remove rule function lead to TypeError [`752827e`](https://github.com/fomantic/Fomantic-UI/commit/752827e5895e50d36a7c88202d85b138ea4c9ead)
- fix(button): center text in fluid & vertically aligned button group [`bfd7c84`](https://github.com/fomantic/Fomantic-UI/commit/bfd7c8496e89158e63bcc93f46288733caa3c2b0)
- fix(tab): position issue with fixed item size [`#671`](https://github.com/fomantic/Fomantic-UI/issues/671)
- feat(calendar): add eventDates support and onSelect handler [`#674`](https://github.com/fomantic/Fomantic-UI/issues/674)
- fix(calendar): string selectors for start/endCalendar did not work [`#685`](https://github.com/fomantic/Fomantic-UI/issues/685)
- fix(*): breakpoints ignoring next breakpoint in some cases [`#681`](https://github.com/fomantic/Fomantic-UI/issues/681) [`#681`](https://github.com/fomantic/Fomantic-UI/issues/681)
- fix(modal): open animation broken on first open [`#542`](https://github.com/fomantic/Fomantic-UI/issues/542)
- fix(menu): additional specificity for secondary inverted menu no longer needed [`#672`](https://github.com/fomantic/Fomantic-UI/issues/672)
- fix(button): group of basic disabled buttons had incorrect styles [`#643`](https://github.com/fomantic/Fomantic-UI/issues/643)
- fix(dropdown): hide open menus on destroy for correct state reset [`#653`](https://github.com/fomantic/Fomantic-UI/issues/653)
- fix(card): force horizontal cards meta, extra content and actions to align properly [`#159`](https://github.com/fomantic/Fomantic-UI/issues/159)
- fix(form): remove unnecessary property '-webkit-appearance: none' with :focus from error field [`#576`](https://github.com/fomantic/Fomantic-UI/issues/576)
- build(css): watch task didn't update files that depends on site.variable [`#631`](https://github.com/fomantic/Fomantic-UI/issues/631)
- chore(*): clean up files and correct spelling and links [`25738d5`](https://github.com/fomantic/Fomantic-UI/commit/25738d5268a3488dc1f55b36dc4ef0deb8eae395)
- feat(form): add dirty and clean states, and ability to cancel submit [`adf5937`](https://github.com/fomantic/Fomantic-UI/commit/adf593733e0ed463dcb18b697f651a5df91143e5)
- fix(dropdown): inverted pointing menu had white arrow [`124625c`](https://github.com/fomantic/Fomantic-UI/commit/124625c50d255a0ada3e2ba851055a854cc67c3c)
- chore(*): switched comment blocks to Fomantic UI references [`72e5a24`](https://github.com/fomantic/Fomantic-UI/commit/72e5a247017a7f567d53c0ae007691379f2184ec)
- fix(table): don't break style when nested tables [`9760d91`](https://github.com/fomantic/Fomantic-UI/commit/9760d917a2275461a373ab5d1b86143084876999)
- feat(form): add calendar input field [`8152b38`](https://github.com/fomantic/Fomantic-UI/commit/8152b38e4d7c85cfc3bbd27bafb45d1e63b110df)
- fix(chore): moved some core css to less files from default overrides and always include default overrides first [`2bfe9a5`](https://github.com/fomantic/Fomantic-UI/commit/2bfe9a5c78a0434ce0a6eb1425d6b31ad1a8177e)
- fix(form validation): make sure rules are selecting within the same form [`313012d`](https://github.com/fomantic/Fomantic-UI/commit/313012da48dc1fed692ba776631b50323552b91c)
- chore(package): refactor field positions and add info [`bfa7873`](https://github.com/fomantic/Fomantic-UI/commit/bfa7873c2c95823c7fd4c69fe96eb83aa48a483e)
- feat(checkbox): vertically align checkbox in fields [`dcf3976`](https://github.com/fomantic/Fomantic-UI/commit/dcf3976db08b338635340c6e5742a5aef9635a0c)
- fix(menu): correct submenu fix which broke right menus [`af98873`](https://github.com/fomantic/Fomantic-UI/commit/af988735dfbc3d73fc2749feb499a5670eedbf4a)
- fix(modal): use direct sibling for content selector [`e4fbb61`](https://github.com/fomantic/Fomantic-UI/commit/e4fbb6155f82220d4ccba8d3eeab74690a6ad017)
- fix(modal): support fixed menu, toast and sidebar to also not move when a modal is shown [`aeb3274`](https://github.com/fomantic/Fomantic-UI/commit/aeb32742b9a2fc116dd2ac29edd6c43ef700c4c2)
- fix(dropdown): correct alignment of image and icons within items [`72d3420`](https://github.com/fomantic/Fomantic-UI/commit/72d342091a1d6a98ecef185171fba78527480c2b)
- fix(popup): support iOS to recognize popup close on touch [`c978917`](https://github.com/fomantic/Fomantic-UI/commit/c978917310b8350330872c9aeaae69781e146e00)
- feat(dropdown): add scrolling support for simple variant [`9c8f18f`](https://github.com/fomantic/Fomantic-UI/commit/9c8f18f09b3dcd9f04afc25379a039d895bb0999)
- fix(dropdown): margin missing on upward dropdown [`024f5d4`](https://github.com/fomantic/Fomantic-UI/commit/024f5d4516605cbe8aa4e6aee515c8605c5bc1e2)
- fix(api): module callback function typo [`43c2c8b`](https://github.com/fomantic/Fomantic-UI/commit/43c2c8b3b3eb8ba051abe0d7fd9fbb8c7799c80a)
- fix(table): selectable rows/cells should have pointing cursor [`7742fa3`](https://github.com/fomantic/Fomantic-UI/commit/7742fa319f24ceba1f23ff5b4f9541448efbad52)
- docs(readme): add jetbrains logo [`769c370`](https://github.com/fomantic/Fomantic-UI/commit/769c370d99a84cb3a1e65e407bf604dc33996850)
- chore(release): bump version [`74b0860`](https://github.com/fomantic/Fomantic-UI/commit/74b08605f8d094512ed19c7824b118483ca611fe)
- fix(calendar): support dateobject given for parse.date as for initialDate setting [`1a4938a`](https://github.com/fomantic/Fomantic-UI/commit/1a4938a02a0746fe9dc05413f82a3ab001698959)
- fix(breadcrumb): increase line height for readability on wrapped content [`c7ca707`](https://github.com/fomantic/Fomantic-UI/commit/c7ca707233d352aefef9e0a6492ba458a5dab3e5)
- fix(form validation): error when calling "validate form" with API attached [`58dafe0`](https://github.com/fomantic/Fomantic-UI/commit/58dafe0897fcf0ab6bb69620f820cc1cbee306e0)
- chore(probot): add all reviewers and add exoego as reviewer [`12858b5`](https://github.com/fomantic/Fomantic-UI/commit/12858b50efc5e00fa722e4438d0c83593b8bf29e)
- fix(dimmer): disable blur on popups [`f10dd0b`](https://github.com/fomantic/Fomantic-UI/commit/f10dd0b63b80824398f9400998bec21e08d1fb02)
- revert(api): set context in beforesend to $module instead of possible stateContext to match docs [`57718ce`](https://github.com/fomantic/Fomantic-UI/commit/57718cee7998893703b1a4b492645d7f496f6054)
- fix(api): set context in beforesend to $module instead of possible stateContext to match docs [`004616f`](https://github.com/fomantic/Fomantic-UI/commit/004616ffabbefeab75818667d2f2e5d9f005433b)
- fix(table): definition table footer had wrong box-shadow to the left [`96b97f3`](https://github.com/fomantic/Fomantic-UI/commit/96b97f3b77e09132b3fbdc10ae42dc49d0b5a832)
- fix(dropdown): prevent submenu vanish for simple dropdowns [`6998edd`](https://github.com/fomantic/Fomantic-UI/commit/6998edd536baf1b6f1aa938e0a1cce6b13449ef1)
- fix(modal): dont close dimmer when another modal is still animating [`58cf41a`](https://github.com/fomantic/Fomantic-UI/commit/58cf41ae3732b4fe2846df56c6e28f32b66f2b37)
- fix(card): word-wrap overflowing with long strings [`8b75f0f`](https://github.com/fomantic/Fomantic-UI/commit/8b75f0f44a865cfd2be5060a3e4d194e73eb76f9)
- fix(modal): dont wrap image content direct images [`5a59ae3`](https://github.com/fomantic/Fomantic-UI/commit/5a59ae3e5cb35f0021ecc835ecfd7ac8c7a1c7ef)
- feat(progress): add multiple bars support [`c384e83`](https://github.com/fomantic/Fomantic-UI/commit/c384e8356181371804d8ad475e4a20a19d127ca6)
- fix(shape): fix 3D flip starting zoom, nested shapes, ignore child elements with class 'active' [`f5f3f2c`](https://github.com/fomantic/Fomantic-UI/commit/f5f3f2c2b4c08c2153ffd4bf3c778a9fd6c26b66)
- feat(modal): don't move content and modal on dimmer when scrollbar hides [`63ddcdd`](https://github.com/fomantic/Fomantic-UI/commit/63ddcdd33764e1cb5188d9206405a5481b0e5203)
- fix(transition): transitions made of hidden inline elements were not working anymore [`0a05e9f`](https://github.com/fomantic/Fomantic-UI/commit/0a05e9f97e1cad8ef3a3e14ddb595839fdcbc137)
- fix(tab): should escape meta characters [`08f24a4`](https://github.com/fomantic/Fomantic-UI/commit/08f24a4c34f88e1ae55445db4cd648536a9d0b3f)
- feat(step): add arrows in stacked steps [`3f913df`](https://github.com/fomantic/Fomantic-UI/commit/3f913dfdcf57f324d9826427435a1538c4fa86f1)
- feat(checkbox): visual support for indeterminate toggle [`07524f0`](https://github.com/fomantic/Fomantic-UI/commit/07524f077a4853cfae104c61d5c640d2fe88a13c)
- fix(checkbox): prevent default events to avoid IE11/Edge resetting the checkbox [`00191d2`](https://github.com/fomantic/Fomantic-UI/commit/00191d266509575389f52f91875567039578fe06)
- fix(slider): don't conflict with checkbox [`9c3ee37`](https://github.com/fomantic/Fomantic-UI/commit/9c3ee376fb594537e35277db61fb59f49790ea5c)
- chore(release): update version [`f469145`](https://github.com/fomantic/Fomantic-UI/commit/f469145898e11e813c47ef184c91d7ef31e52048)
- fix(segment): fix clearing for stacked and piled segments [`c14e3f6`](https://github.com/fomantic/Fomantic-UI/commit/c14e3f67cb07ca590ed41b11f0d0c0b4fb792696)
- docs(readme): add link to merge intention comment [`783786b`](https://github.com/fomantic/Fomantic-UI/commit/783786b5c27bf0252dc47c0277746b4a695210ca)
- chore(release): sync with master [`47bad19`](https://github.com/fomantic/Fomantic-UI/commit/47bad19f3f0d25534d2b3e9bc5e1af8ec7919a8a)
- fix(formvalidation): check if field is undefined before accessing [`f7c21e9`](https://github.com/fomantic/Fomantic-UI/commit/f7c21e9d23de6706ec6225c13612580eb2f5e5b9)
- fix(form validation): support checkbox groups for checked rule like radio groups [`878b69a`](https://github.com/fomantic/Fomantic-UI/commit/878b69ad3e79e98a966e403db2064908989c47e0)
- fix(progress): inverted progress bars color [`90057fa`](https://github.com/fomantic/Fomantic-UI/commit/90057fa4fdfb6e8ae4132e321febc845c96d1f4e)
- feat(calendar): expose week cell class setting [`85c0db2`](https://github.com/fomantic/Fomantic-UI/commit/85c0db28391fa4e660b679bde87c763416c92442)
- fix(menu): correct right item border in containers [`ab2a277`](https://github.com/fomantic/Fomantic-UI/commit/ab2a277380fca27815a9956a31c9554fd41918d2)
- fix(popup): onHide was called twice [`794a8b8`](https://github.com/fomantic/Fomantic-UI/commit/794a8b8d762716c0ae85116d48fc9dc9596c60f5)
- fix(shape): shape transition did not work when child also has a transition set [`76d10d3`](https://github.com/fomantic/Fomantic-UI/commit/76d10d3e658e78dc3b4cc1be090a563de7cf8d64)
- fix(progress): fix 0 percent bars on colored progress [`b817ea7`](https://github.com/fomantic/Fomantic-UI/commit/b817ea737b91c8f328c9253b3353c71d77e97a50)
- fix(formvalidation): safari didn't show errors [`c177443`](https://github.com/fomantic/Fomantic-UI/commit/c17744359b3438ce6be51166616306a9daefc0ce)
- fix(calendar): fix day calculation if year had 2-digit notation [`2ebca94`](https://github.com/fomantic/Fomantic-UI/commit/2ebca94e27c8fa66bc6f715df2e2bc23da8fb4c3)
- fix(build): write metadata.json for docs [`6216d5f`](https://github.com/fomantic/Fomantic-UI/commit/6216d5f406c57fd7de2f5af1fd821bce84d31ba2)
- fix(dimmer): loader was still visible in dimmed dimmer [`549b75c`](https://github.com/fomantic/Fomantic-UI/commit/549b75c8f2cd7de9f7c73ee0b8a68eac22883f69)
- fix(form): fields is undefined [`90be786`](https://github.com/fomantic/Fomantic-UI/commit/90be786b7230942564dbafe971e24112e56d82e6)
- fix(button): basic button loop always used primary for margin [`c44b09b`](https://github.com/fomantic/Fomantic-UI/commit/c44b09b6ca4225505c19412443cc64f0e814d91e)
- fix(dropdown): allow a label to be clickable inside a dropdown button [`4707fa1`](https://github.com/fomantic/Fomantic-UI/commit/4707fa16e89688fc71bdfae9606ba30592687ca8)
- fix(label): adjusted position of ribbon label used in tables [`9373ca9`](https://github.com/fomantic/Fomantic-UI/commit/9373ca918f8b68b8391b5b891436d292911a968f)
- feat(api): don't throw error on all 2xx status codes [`407446e`](https://github.com/fomantic/Fomantic-UI/commit/407446e3781fc7ddf55f75ba0e64bb22c6d12b82)
- fix(modal): modal was not closable if opened by another modal for a second time [`ff454ad`](https://github.com/fomantic/Fomantic-UI/commit/ff454adc8f8797e6a6f8e738d809a808ea7b0de9)
- fix(segment): fix background for inverter,secondary,tertiary in horizontal group [`9f6ffb0`](https://github.com/fomantic/Fomantic-UI/commit/9f6ffb0d1026be9aaf530cf0a2594b23f492fb5e)
- fix(checkbox): call onChange only once and dont on "set checked" [`#295`](https://github.com/fomantic/Fomantic-UI/issues/295) [`#399`](https://github.com/fomantic/Fomantic-UI/issues/399)
- fix(progress): don't show min-width progress bar when not initialized [`#424`](https://github.com/fomantic/Fomantic-UI/issues/424)
- feat(text): add sizes identically to icon [`#413`](https://github.com/fomantic/Fomantic-UI/issues/413)
- fix(menu): secondary menu colors not being applied [`#406`](https://github.com/fomantic/Fomantic-UI/issues/406)
- fix(popup): correct tooltip z-index value [`#394`](https://github.com/fomantic/Fomantic-UI/issues/394)
- fix(dropdown): cast to string before rendering if value is an integer [`#379`](https://github.com/fomantic/Fomantic-UI/issues/379)
- fix(segment, menu): "secondary segment" or "secondary menu" have a different meaning [`#364`](https://github.com/fomantic/Fomantic-UI/issues/364)
- feat(reset): updated normalize.css to 8.0.1 [`f7f00d3`](https://github.com/fomantic/Fomantic-UI/commit/f7f00d3a3aa82b474991d992b7e08b3960e4d4dc)
- fix(transition): remember inline display value and don't show default hidden tags [`73cd274`](https://github.com/fomantic/Fomantic-UI/commit/73cd27440bb366c5cabf856ef9351bb1d725bfb3)
- fix(progress): fix 0% display and "inverted indicating" label color [`bad67cb`](https://github.com/fomantic/Fomantic-UI/commit/bad67cb8b4a0be882723909dcf3b0d9761a999fc)
- docs(coc): add code of conduct [`4ce3c33`](https://github.com/fomantic/Fomantic-UI/commit/4ce3c3349838f56b83b2fa580a8458eea4da52bb)
- fix(form validation): array validations should respect each single field [`5be7315`](https://github.com/fomantic/Fomantic-UI/commit/5be731507a622e879f9e986a319773658431a7fa)
- feat(loader,modal): default loader color settings in dimmers affected loaders in modals [`cdfc878`](https://github.com/fomantic/Fomantic-UI/commit/cdfc878a4506e954850be7433a6d5efac776126a)
- docs(CONTRIBUTING): add env setup and change some sentences [`a98a32a`](https://github.com/fomantic/Fomantic-UI/commit/a98a32a9f6ad7bba24ab98c39c631d1894b6be14)
- fix(step): increase specificity of icon size [`23cafb3`](https://github.com/fomantic/Fomantic-UI/commit/23cafb3e7fc4fe5744313b74a2aa2341778c85e6)
- fix(search): don't increase categoryindex if result was empty [`1d8c7ac`](https://github.com/fomantic/Fomantic-UI/commit/1d8c7ac8f4e56a0964ab0ee01e4ab07f99ca868b)
- feat(label): remove hardcoded color exception "not()" for menu item labels [`207e40e`](https://github.com/fomantic/Fomantic-UI/commit/207e40e167c08c3856f365fcd77c8e7b26c7dfac)
- feat(label): right icon will be given correct margin when placed after text [`20d6389`](https://github.com/fomantic/Fomantic-UI/commit/20d638998e66dc784581169c6139c8e77669b0f3)
- fix(loader): elastic loader was not working in Firefox [`62fe856`](https://github.com/fomantic/Fomantic-UI/commit/62fe85672c5cc5ec5323104910db900d36056782)
- fix(menu): corrected support for disabled items in inverted menus [`5318605`](https://github.com/fomantic/Fomantic-UI/commit/53186050fed066de80f7f32ac7b03eee545f9eeb)
- fix(menu): wrong styles applied to secondary menu [`1372242`](https://github.com/fomantic/Fomantic-UI/commit/1372242f51f3d14e5fbc06c2f078620834cb736b)
- fix(button, icon): loading icon position in button was not rotating around center [`1f71602`](https://github.com/fomantic/Fomantic-UI/commit/1f7160203ee8a4c7c42dad2815113967571e97b9)
- fix(icon): make link and disabled work together correctly, also support icon groups [`cef454e`](https://github.com/fomantic/Fomantic-UI/commit/cef454ea37a812d3bbc7e1de18f24a2d02e75e93)
- fix(dropdown): templates should also use dynamic classnames from settings [`26d6689`](https://github.com/fomantic/Fomantic-UI/commit/26d66892cbee2c9cd952815e85fdf23bce91439b)
- fix(form,segment): inverted variants should get inverted loader properly [`6b091f8`](https://github.com/fomantic/Fomantic-UI/commit/6b091f8460b2dedcfa2c5b7c3188de92f9e7231b)
- fix(dropdown): multi dropdown deletes last item when removing input/search text [`b84b814`](https://github.com/fomantic/Fomantic-UI/commit/b84b814f6d4d2c9577c1318e578792405257cabf)
- feat(label): add left and right aligned floating label [`e1550b4`](https://github.com/fomantic/Fomantic-UI/commit/e1550b43d40da02bad6b5403f163dd31349f3a22)
- fix(list): horizontal lists wrap nicely on small screens [`dbb489c`](https://github.com/fomantic/Fomantic-UI/commit/dbb489ca8d36e356b8513cc7379576734671db28)
- fix(form validation): radio buttons do not validate if the first is disabled [`b5a4d54`](https://github.com/fomantic/Fomantic-UI/commit/b5a4d540ffe444cd3d7136e1fbe291e6bfeeee3b)
- fix(menu): keep auto width for icon menu sizes [`7a204d4`](https://github.com/fomantic/Fomantic-UI/commit/7a204d4bc563b5a524c922d7cd944ce8f0c4e21a)
- fix(button): increased size specificity to work with menu item buttons [`1489756`](https://github.com/fomantic/Fomantic-UI/commit/1489756270205e2832ff082f686fb826486f43f3)
- feat(list): add suffixed ordered list variation [`6a7352b`](https://github.com/fomantic/Fomantic-UI/commit/6a7352bf1f772e45fac841cc7309d2c910308c0b)
- fix(sidebar): respect a change of closable setting [`4de7c51`](https://github.com/fomantic/Fomantic-UI/commit/4de7c5197b6cdd9bfc5e0582eedeb9737ad367ba)
- fix(label): adjust image height of image labels in menu items [`7ac1cb3`](https://github.com/fomantic/Fomantic-UI/commit/7ac1cb3cf93b368cc5de0f0d81d9271853d89f89)
- fix(form): checkbox and radio (with errors) were only reset if the first option was selected [`6e41efe`](https://github.com/fomantic/Fomantic-UI/commit/6e41efe893f9dd95f0d13d0bdd6b26daaca10396)
- fix(menu): labels in secondary pointing menu items were misaligned [`5d9f93a`](https://github.com/fomantic/Fomantic-UI/commit/5d9f93a7090c78c911aef756a8e399f3bbfce223)
- fix(dropdown): fix simple dropdown positioning in vertical menus [`ba49f8f`](https://github.com/fomantic/Fomantic-UI/commit/ba49f8f0dbcf161343de989e0bb6ab1472c1e9d9)
- fix(list,icon): adjust position when icon has loading class [`80df182`](https://github.com/fomantic/Fomantic-UI/commit/80df1820327456dbd85c48cc4ac6b46e11b51bf5)
- fix(loader): elastic style had wrong color applied [`df5701c`](https://github.com/fomantic/Fomantic-UI/commit/df5701c5f41a4a0e09a25ec9a2bb0e84962c9fd7)
- fix(input): support error class on input action buttons [`3cbc515`](https://github.com/fomantic/Fomantic-UI/commit/3cbc5154768d7ba1ab1706c883522836190d0b7e)
- feat(dropdown, search): support to ignore diacritics on search [`63a0855`](https://github.com/fomantic/Fomantic-UI/commit/63a08554dd30a49e95de40c12abaebba55895cd0)
- fix(modal): prevent closing the modal when webkit scrollbar has been dragged [`bdf30a8`](https://github.com/fomantic/Fomantic-UI/commit/bdf30a81b64044a1890f5e5976ec1407f8fdb8a7)
- feat(dropdown): add delete icon classname to settings instead of having it hardcoded [`bb32ee8`](https://github.com/fomantic/Fomantic-UI/commit/bb32ee89267e1e5f8a78e2f15925ffdb6a8e2a9a)
- fix(dimmer): show proper webkit scrollbar on inverted variant [`249dfee`](https://github.com/fomantic/Fomantic-UI/commit/249dfeeadb5b049f1ba0d10bcb96c5efbb77a323)
- docs(readme): add v3 development message [`a8e7eee`](https://github.com/fomantic/Fomantic-UI/commit/a8e7eee7279d688a227f07473a829e8d96b3a738)
- style(search): removed wrong markup and added missing semicolons [`280cad9`](https://github.com/fomantic/Fomantic-UI/commit/280cad9f7623e7fc303d6ef29c95a7cb183fe213)
- chore(release): update version number [`a011585`](https://github.com/fomantic/Fomantic-UI/commit/a01158580b901e6330b55a125bb310d083f3bec8)
- chore(release): rebase with master [`983384f`](https://github.com/fomantic/Fomantic-UI/commit/983384fcd4121a82ae6612df9045b46f69dc27a2)
- fix(form validation): supply checked radio value to custom rule [`5aca68b`](https://github.com/fomantic/Fomantic-UI/commit/5aca68b8c667528c4a5f6577b5011eadca92f0fa)
- feat(label): content in floating labels should not wrap whitespace [`12be9b1`](https://github.com/fomantic/Fomantic-UI/commit/12be9b150958d682a576d3c8a07294cb75cc2410)
- fix(input): make inverted transparent input in forms appear white [`3c0e6b7`](https://github.com/fomantic/Fomantic-UI/commit/3c0e6b7f6eb0a4de54190dd09f6285354134a57b)
- fix(popup): display a popup over a checkbox slider completely [`6be2082`](https://github.com/fomantic/Fomantic-UI/commit/6be208202d80515777b6cf21df31b6b71c27bbd7)
- feat(modal): on modal hide focus the last focused element before the modal was opened [`be9e4c3`](https://github.com/fomantic/Fomantic-UI/commit/be9e4c37de0d019c04a4a672d4576bdf5e75f1cf)
- feat(step): steps will wrap by default unless specified as unstackable [`f04011b`](https://github.com/fomantic/Fomantic-UI/commit/f04011b40b0669a74f02d8208479c41f394ab62a)
- fix(dropdown): sanitize possible given text values [`8608a4d`](https://github.com/fomantic/Fomantic-UI/commit/8608a4df7f6758f1979edfa0a996c88056e757ef)
- fix(label): link icon cursors in corner labels did not work [`f719689`](https://github.com/fomantic/Fomantic-UI/commit/f719689d9995f5f8b867225d04e575a3ce6f2d50)
- fix(dropdown): allow a real zero to be a selectable value [`dfa1ea1`](https://github.com/fomantic/Fomantic-UI/commit/dfa1ea14a35c179dc3eb1efff0a3951913cb0f42)
- fix(dimmer): z-index impact when using blurring dimmer filter [`dbb7ad3`](https://github.com/fomantic/Fomantic-UI/commit/dbb7ad36507932777a1ab76241d68af4b8bc59db)
- fix(button): z-index on attached buttons was shown above dropdown menu [`08e6406`](https://github.com/fomantic/Fomantic-UI/commit/08e6406da11f61875ce7bb244b3a09388e2bb181)
- fix(list): missing pseudo-class leads to invisible list item [`e1d2098`](https://github.com/fomantic/Fomantic-UI/commit/e1d2098fce501a97cab2a469fca4cfb66cdb2868)
- fix(menu): last item in secondary compact menu lost left top/bottom border radius [`b97bd06`](https://github.com/fomantic/Fomantic-UI/commit/b97bd06435ad4df2c43e37912ee6d52eac28053f)
- fix(header): should have same background color as other inverted components [`25f417e`](https://github.com/fomantic/Fomantic-UI/commit/25f417e4628c9cff1a478e33dc29025496d4b834)
- fix(colors): missing "globals" subpath in optional theme [`e347e20`](https://github.com/fomantic/Fomantic-UI/commit/e347e20de4981b3cca2e43bdd90c206a98f37a78)
- fix(modal): reactivate approve/deny event handling if onHide returned false [`3bd454c`](https://github.com/fomantic/Fomantic-UI/commit/3bd454c96a8972f1a813f6cf62e2c8bcd1162b82)
- fix(loader): elastic style had wrong color applied [`b19c2d1`](https://github.com/fomantic/Fomantic-UI/commit/b19c2d145d4f3dd4a09cb03026425ffa9558e445)
- feat(colors): add central dynamic color map for every component [`7338ad2`](https://github.com/fomantic/Fomantic-UI/commit/7338ad2a295c5460bdd97f261c36ee85032d5bd3)
- feat(loader): add new variants, module support and refactor colors [`5bd8d2a`](https://github.com/fomantic/Fomantic-UI/commit/5bd8d2a52bb9a5d0a36c2083bcc7a8add1a60e03)
- feat(rating): add individual icons and colors instead of fixed star & heart only [`a341fd9`](https://github.com/fomantic/Fomantic-UI/commit/a341fd9a827efd7f29ad4fa4878b789c6b907348)
- security: prevent JS execution from manual entries or untrusted remote data [`11da1e3`](https://github.com/fomantic/Fomantic-UI/commit/11da1e329f0cf54207e0cce7d9a74a44ca56241f)
- style: fix some css errors [`3608cc6`](https://github.com/fomantic/Fomantic-UI/commit/3608cc6d5a5787e8969065c1e1e4eafd8af51924)
- fix(checkbox): support onChange for cursor keynav [`3fec1ec`](https://github.com/fomantic/Fomantic-UI/commit/3fec1ecd191ffb362eb22b02062c531d50617f6c)
- feat(calendar): add timegap setting to expand time selector [`cc639de`](https://github.com/fomantic/Fomantic-UI/commit/cc639de84ff835368ba4497b2d8420c6e16d4abd)
- docs(issue template): remove old template [`9f1cc00`](https://github.com/fomantic/Fomantic-UI/commit/9f1cc007ac4ed0ec7d03addf678fa1cc00710857)
- fix(form, dropdown): formvalidation broke when id had colon in it [`599ea12`](https://github.com/fomantic/Fomantic-UI/commit/599ea12c589b4d4ca2c3b8eb4582c16d592ffa90)
- fix(dropdown): show "no results" when filterRemoteData is false and response is empty [`b700b93`](https://github.com/fomantic/Fomantic-UI/commit/b700b93d4d9fbb67aeb116ccee720b2a0933ff0c)
- fix(list): make sure list settings are not applied to any "list icon" [`fd63cc9`](https://github.com/fomantic/Fomantic-UI/commit/fd63cc943ff127f6c4ab7c5e76bda419386920b5)
- feat(input,textarea): support corner label and icon for textarea [`d2aa74d`](https://github.com/fomantic/Fomantic-UI/commit/d2aa74d9c2a4c599e83b2e4e03f8df8b363610f6)
- fix(menu, loader): hotfixes for 2.7 [`6e72bcc`](https://github.com/fomantic/Fomantic-UI/commit/6e72bcc4aaec3082790292e91db81221301ae03b)
- fix(dropdown): preselected values are ignored when data has individual value-name [`9f34023`](https://github.com/fomantic/Fomantic-UI/commit/9f34023f0b3d4c27981695a695a063ab9fed0171)
- feat(toast): use the same color on every inverted toast [`deb1ec7`](https://github.com/fomantic/Fomantic-UI/commit/deb1ec7bf102d427c2744007764e759f98827a9f)
- fix(dropdown): filter preselected entries from #287 was not working for div-dropdowns [`fc000b7`](https://github.com/fomantic/Fomantic-UI/commit/fc000b74d038e13ff74bbef802d8ee02e2188a02)
- feat(api): add ability to handle array responses in onResponse handler [`d5ec1f8`](https://github.com/fomantic/Fomantic-UI/commit/d5ec1f8636346fc1cea543cc4ccfc2c25ec2155e)
- fix(dropdown): filter already selected items when using remote api [`fd3646a`](https://github.com/fomantic/Fomantic-UI/commit/fd3646ad05f0dd9e5630564002180463b6f59c78)
- fix(table): thead and tbody missed alignment inheritance [`18238f1`](https://github.com/fomantic/Fomantic-UI/commit/18238f1612f049689df236c87c927918b8209262)
- feat(toast): changed title class to header [`128769f`](https://github.com/fomantic/Fomantic-UI/commit/128769f6b145d14844cfa1fee3430fdde0672f35)
- fix(text): add text component to gulp tasks [`4ecfa02`](https://github.com/fomantic/Fomantic-UI/commit/4ecfa0251409ff586e38d9df7f497050469b3d53)
- fix(dropdown): stop event on enterkey and multiple allowadditions to prevent form submission [`53267ee`](https://github.com/fomantic/Fomantic-UI/commit/53267ee7434d69b9c96580cb726469d4307e8ff0)
- fix(placeholder): Respect a possible 'image icon' not occupying the same space as a real image should [`c053e23`](https://github.com/fomantic/Fomantic-UI/commit/c053e232e9a51c136d5ff0906439c471edf433eb)
- style: fixes some CSS lint issues [`0fa3831`](https://github.com/fomantic/Fomantic-UI/commit/0fa3831be06c04ea6d7a85ca728c8aabbd07d18a)
- feat(dimmer): add support for using dimmers only partially on top,center,bottom [`e85b8e5`](https://github.com/fomantic/Fomantic-UI/commit/e85b8e556b8bb38e4d70fd9b879dcf9a723bf26f)
- feat(calendar): add ability to disable specific date(s) [`3f7bc5d`](https://github.com/fomantic/Fomantic-UI/commit/3f7bc5d8aa7e604be3822e472fc6ab66bae0d727)
- fix(menu): make the pointing tips in inverted menu reflecting menu background color [`ad2f57e`](https://github.com/fomantic/Fomantic-UI/commit/ad2f57e6ffdd3ccdb5a61c429938b10c7ad31e07)
- feat(popup): add size modifiers to none javascript popup [`c284ecd`](https://github.com/fomantic/Fomantic-UI/commit/c284ecdc80dade7a3b95b4e8cf604d29ba7de5f8)
- revert: add timegap setting to expand time selector [`108c1ec`](https://github.com/fomantic/Fomantic-UI/commit/108c1ec48ffb1eb40e1e5b8688f973b51af871fa)
- feat(calendar): add timegap setting to expand time selector [`2f05013`](https://github.com/fomantic/Fomantic-UI/commit/2f05013a12376fcd31e4cbc7197183ea2fcdf5b2)
- fix(modal): basic modal and inverted modal on inverted dimmer had wrong close icon color [`c4c8037`](https://github.com/fomantic/Fomantic-UI/commit/c4c80374a7ec90e0cf05d7fdd26866f23030736f)
- fix(dropdown): showOnFocus will not prevent dropdown opening [`22a25fa`](https://github.com/fomantic/Fomantic-UI/commit/22a25fa41b3a2ee216441954b06423bc91a4863c)
- fix(menu): dropdown inside menu should not reflect menu styling [`216f03f`](https://github.com/fomantic/Fomantic-UI/commit/216f03f42722e054be2491f67fc27cc0a86c0a3c)
- fix(list): icon and wrapped image were not inline and wrapped or wrongly aligned [`5b7ebae`](https://github.com/fomantic/Fomantic-UI/commit/5b7ebae9d999b453d70d31ac59a775c5dd9ed1d6)
- fix(dropdown): fix for menu bubbling [`0620309`](https://github.com/fomantic/Fomantic-UI/commit/062030902c4eb3968e735063b2f933bbdcac107a)
- fix(list): data-value on <div> list items is ignored [`6af1487`](https://github.com/fomantic/Fomantic-UI/commit/6af14871370b5ecbc6af3a29acad7b7b05353d19)
- fix(icon): corner icon size in header icon [`f812030`](https://github.com/fomantic/Fomantic-UI/commit/f812030dc38675437d85c4dbec4179ded5b22feb)
- fix(dropdown): IE11 got focus on submenu selection again [`63bc9a8`](https://github.com/fomantic/Fomantic-UI/commit/63bc9a80cdf867675337bd39f1c75d27c301ebe2)
- fix(dimmer): stop events when outside scope [`b9551d8`](https://github.com/fomantic/Fomantic-UI/commit/b9551d889f5a579e01c8679223fc0f3a03c917a4)
- fix(dropdown): remove top margin from simple dropdown items to prevent submenu vanishing [`627e808`](https://github.com/fomantic/Fomantic-UI/commit/627e808a5cf3a841803c63bae05d5717d51b2c77)
- fix(dimmer): make dimmer text more readable [`81e3934`](https://github.com/fomantic/Fomantic-UI/commit/81e3934a15e8929be3974579db86ed9cd6fef8a3)
- fix(dropdown): prevent user selection [`40374b8`](https://github.com/fomantic/Fomantic-UI/commit/40374b8914333084f60d57c937a4f3eb1cd5b27f)
- fix(modal): image and content does not wrap [`83aa9e2`](https://github.com/fomantic/Fomantic-UI/commit/83aa9e2354612210004cc798fa3ded93711bd82d)
- feat(progress): inverted colors text will black instead of white [`78dece2`](https://github.com/fomantic/Fomantic-UI/commit/78dece20e5a0ce7d6bd25ceffe8e6ff3b6a98949)
- fix(dropdown): make sure to also clear filtered items when clearing [`6b39072`](https://github.com/fomantic/Fomantic-UI/commit/6b39072baa6dc805d5acc127ca8f23968ee3732a)
- fix(icon): icon group alignment [`91ea667`](https://github.com/fomantic/Fomantic-UI/commit/91ea6678bad309753cf1b6aac72c4819bbfbd28a)
- fix(dropdown): prevent multiselection dropdown being pushed down [`de7134d`](https://github.com/fomantic/Fomantic-UI/commit/de7134dbf42011931b34d0a31fc68b658d179cf3)
- chore: add vscode folder into .gitignore [`38a95b1`](https://github.com/fomantic/Fomantic-UI/commit/38a95b151a15d7509d1a77ff5bb8737d8fe05268)
- feat(calendar): add ability to set `minDate` and `maxDate` with HTML attributes [`a6a3323`](https://github.com/fomantic/Fomantic-UI/commit/a6a332308d08be5264e24aae1b4c3ed47274bdc8)
- fix(button): support less 2.7 [`cc624fd`](https://github.com/fomantic/Fomantic-UI/commit/cc624fd0076f1e41867ce45c4d040f700cd7348c)
- Fixed full progressbar support for mixed toasts/messages/compact/top attached, made compact an option, fixed alignments, fixed responsiveness margins, removed unused variables [`7266b63`](https://github.com/fomantic/Fomantic-UI/commit/7266b63c523a76965f2c95b1dae51b2809cd25d5)
- feat(toast): add color variants [`36228f0`](https://github.com/fomantic/Fomantic-UI/commit/36228f0c1b8f830909bd0ed3bbf7ec4af09958d9)
- Added closeIcon option, changed showProgress to allow false|'top'|'bottom' only [`aaac23e`](https://github.com/fomantic/Fomantic-UI/commit/aaac23e4b8ece2184caa02594e4eecd5098366cb)
- Always render parent 'text-box', support 'top attached progress', show icon only, if class exists [`ccf7ad0`](https://github.com/fomantic/Fomantic-UI/commit/ccf7ad077c0cd1fd5e178acec49ac7b04b940eaf)
- moved to proper places. Increased specificity of medium and light to still work with "simple" [`e8d6058`](https://github.com/fomantic/Fomantic-UI/commit/e8d605882aa9d160223474b88e5d59223718c392)
- feat(calendar): add disabled state [`ab3532d`](https://github.com/fomantic/Fomantic-UI/commit/ab3532d55fc81fece1e11286f78cd5526c858d79)
- Additional dimmer intensity states [`01e2683`](https://github.com/fomantic/Fomantic-UI/commit/01e268340593d6f94905d2ba9a64062e83751745)
- Make opacity an option (default 1), removed flat class [`00eb26a`](https://github.com/fomantic/Fomantic-UI/commit/00eb26a96a612ae36b2571f44065b8cb09cfd06f)
- moved declaration to proper position in less file [`6cce552`](https://github.com/fomantic/Fomantic-UI/commit/6cce552efe645631731fb5380723479fe798108d)
- Support inverted transparent textarea [`31ed000`](https://github.com/fomantic/Fomantic-UI/commit/31ed0007b7133967b7ef2ad2d52cc8328acf4299)
- fix(icon): fix corner position when using some icons in group [`aeed770`](https://github.com/fomantic/Fomantic-UI/commit/aeed7705a78cb7e5757954255547229f7219db22)
- simplified again to existing transparent definition [`7f8fff2`](https://github.com/fomantic/Fomantic-UI/commit/7f8fff2f60cea0b674561e61dc6ca1c939550bbc)
- support true/false/'top'/'bottom' for showProgress parameter. No need to set the proper className for progress anymore [`f7bc317`](https://github.com/fomantic/Fomantic-UI/commit/f7bc317213bab165736f99a38e6ae581052f8f03)
- Support string for showIcon to use individual icons [`c4c35c6`](https://github.com/fomantic/Fomantic-UI/commit/c4c35c6e385ed418b96c68fa2dd131bbc638dcc2)
- better approach without using !important, thanks @ColinFrick [`05655ef`](https://github.com/fomantic/Fomantic-UI/commit/05655ef9f0311d64a166ffff44432733cf09d35b)
- less variables instead of fixed values [`ae61e96`](https://github.com/fomantic/Fomantic-UI/commit/ae61e96ed7f444d86dcbd271cde6d9751914fff8)
- force display:none, fixes SUI #6608 where placeholder was overriding display:none [`1566bfb`](https://github.com/fomantic/Fomantic-UI/commit/1566bfb784daa8a4f299344b9353cd9fd6df1b85)
- Revert "Merge branch 'acc-upgrade-gulp4' of github.com:acconrad/Semantic-UI into beta" [`8ddac35`](https://github.com/fomantic/Fomantic-UI/commit/8ddac35878503f7c0e8e8c311ce47307fa86834b)
- [DropDown] Fix icon position over searchentry, stay focussed on keyboard entries [`7d0276f`](https://github.com/fomantic/Fomantic-UI/commit/7d0276f5de3270b13781e73c570dae17e088714e)
- fix(message): add floating to colored messages [`#123`](https://github.com/fomantic/Fomantic-UI/issues/123)
- Fix #6439, basic colored labels do not have correct background [`#6439`](https://github.com/fomantic/Fomantic-UI/issues/6439)
- fix(checkbox): prevent before callbacks on init if fireOnInit is false [`#114`](https://github.com/fomantic/Fomantic-UI/issues/114)
- Fix #6557, specifity issue with dropdown in some menu types [`#6557`](https://github.com/fomantic/Fomantic-UI/issues/6557)
- Fix #6555 onChange is missing final param when used with action: 'hide' [`#6555`](https://github.com/fomantic/Fomantic-UI/issues/6555)
- fix(accordion): Modify "not active" rule to only hide siblings of the title inside the accordion [`#102`](https://github.com/fomantic/Fomantic-UI/issues/102)
- Move content loader to new component, placeholder. Modify placeholder segment to be 'empty segment' [`e83855c`](https://github.com/fomantic/Fomantic-UI/commit/e83855cdd351b752c988b5e608471ac6ae1882e7)
- Work on content loader [`0a560d8`](https://github.com/fomantic/Fomantic-UI/commit/0a560d8285a3256243c7c02b8336700b15bc9c97)
- Rename components to placeholder [`eedb182`](https://github.com/fomantic/Fomantic-UI/commit/eedb1829132395a73b2a2c561cd03b121249ccad)
- Support optional Weeknumbers in Calendar Day View [`b44e647`](https://github.com/fomantic/Fomantic-UI/commit/b44e647422f7df14ef5d58746eeeb676da9ed868)
- Add rlsnotes and placeholder segment [`bb0b9b9`](https://github.com/fomantic/Fomantic-UI/commit/bb0b9b90886a661456d17f90a36ed39d807becdd)
- Spacing on theme config [`e0c03dd`](https://github.com/fomantic/Fomantic-UI/commit/e0c03ddbf54d6e9c65e2319d1d96528910562e45)
- refactor: redesign the README [`effcf62`](https://github.com/fomantic/Fomantic-UI/commit/effcf62ef3aa214218072356a1b05ebd810351d7)
- Fix Week calculation display (needs to start with monday at least), moved calculation inside of get methods [`74f5d47`](https://github.com/fomantic/Fomantic-UI/commit/74f5d47e25bfa448908e78116ae4991ae5ca8f87)
- refactor: rewrite the contributing guide [`f6ed145`](https://github.com/fomantic/Fomantic-UI/commit/f6ed145d7f23853cd6cc617e9e63f6d85767d6ff)
- Finish refactor of modal to support legacy positioning for IE11 [`bbad430`](https://github.com/fomantic/Fomantic-UI/commit/bbad43026d0d0c6f52a62d2d1260039f4657b397)
- Fix legacy modals to support top aligned, fix bug in ie11 for swapping between top/middle aligned [`e35ce81`](https://github.com/fomantic/Fomantic-UI/commit/e35ce81e2777b37712982c4297866ef35ffb9a3c)
-#6449#6495 - Adapt fix for dimmer scroll. Move to modal from dimmer. Blocking scroll requires determining content height which only modal can do [`d6ebab1`](https://github.com/fomantic/Fomantic-UI/commit/d6ebab1e6c171cd8870d903c7761ed4cc9b525f1)
- Simplest implementation of clearable dropdown [`33d08ec`](https://github.com/fomantic/Fomantic-UI/commit/33d08ec920c95b0ef9ee84bc31fbdb304916c212)
- Make content loaders support image aspect ratios [`9a3079b`](https://github.com/fomantic/Fomantic-UI/commit/9a3079ba58ea54534160cabfc7b6227a77e2665e)
- Fixed scrolling for mobile devices while using dimmer [`e49faf0`](https://github.com/fomantic/Fomantic-UI/commit/e49faf0c01dd1f19017edcfae8bae139fa5413f2)
- Pressing the ESC key won't close all open modals anymore [`41180a7`](https://github.com/fomantic/Fomantic-UI/commit/41180a760436b2fa93f12b702f8250690298ddd3)
-#6218 - Allow popup to use settings.closable without onclick [`06f2213`](https://github.com/fomantic/Fomantic-UI/commit/06f2213d4cff0e3d4396f31892a0b98b0b62e165)
- Force auto width/height for content loaders [`bd47451`](https://github.com/fomantic/Fomantic-UI/commit/bd47451f254ec84f3c89f18f21357a36c0d72c5b)
- Fix Multimonth display. table does not need/support to have semantic amount of column names to be specified [`3f98521`](https://github.com/fomantic/Fomantic-UI/commit/3f9852142e61ef1f051ce1411c12d74803dda4e8)
-#6531 - Add UK alias for united kingdom [`1626dc1`](https://github.com/fomantic/Fomantic-UI/commit/1626dc1a0808e72661ec863382ef9fffa8e8f645)
- hex case for disk #6556 [`4326ad8`](https://github.com/fomantic/Fomantic-UI/commit/4326ad8a060008207acfce1af0af4a507dd58157)
- Work on release notes [`4944e52`](https://github.com/fomantic/Fomantic-UI/commit/4944e523672056d64b9bdc964f4775f4874e506f)
- Slightly modify inline dropdown icon right margin [`824fc8e`](https://github.com/fomantic/Fomantic-UI/commit/824fc8ed1a4d88523d90d91c007f083e117fc27c)
- Fix list issue where table-cell on content would cause content to collapse inappropriately [`6f2e1a8`](https://github.com/fomantic/Fomantic-UI/commit/6f2e1a85a07c198d13866dd1135677aa64583d07)
- Disable clearable by default [`e468419`](https://github.com/fomantic/Fomantic-UI/commit/e468419074f8c7f21ae9b2aa1c90494b22149d4a)
- [Menu] Fix the inconsistent icon-text spacing in labeled icon menu dropdown [`47406ec`](https://github.com/fomantic/Fomantic-UI/commit/47406ecdc8852dab2d34cf3615c71d220f6cc3ad)
- Added range component [`c04e273`](https://github.com/fomantic/Fomantic-UI/commit/c04e273658033205d49b97c231ed912eeae04f1d)
- feat(docs): added profile links to contributors [`9973de0`](https://github.com/fomantic/Fomantic-UI/commit/9973de04a05eb254c7df381bdca66aaee3a65c6e)
- feat(icons): add new icons [`2aaf0db`](https://github.com/fomantic/Fomantic-UI/commit/2aaf0db9207aeece5f32c46aef9bead91fc33e93)
- chore(docs): made release dates consistent [`c1a1371`](https://github.com/fomantic/Fomantic-UI/commit/c1a13712107bc839a3952f281c7294676930d04e)
- fix(less): Use string escaping (e) and string formatting (%) functions for calc [`463f063`](https://github.com/fomantic/Fomantic-UI/commit/463f0636ff97c33e8163eadb28cd3fb25e36a710)
- fix(label): incorrect ribbon background on some labels [`a1aa3ba`](https://github.com/fomantic/Fomantic-UI/commit/a1aa3baecde436f1f8b77a60a3ddcffa704d9a84)
- refactor: update to fomantic org [`ec2d6d4`](https://github.com/fomantic/Fomantic-UI/commit/ec2d6d462072092e2fe5a824143291e92acc25f0)
- feat(search): add ability to disable link action [`5260a86`](https://github.com/fomantic/Fomantic-UI/commit/5260a86a909844283a7b4c048bc1d220bc3c0032)
- feat(menu): Add center modifier for menu [`272827f`](https://github.com/fomantic/Fomantic-UI/commit/272827fb3cff8e84116048f3f3888a011a3a8816)
- Created faq [`42137d0`](https://github.com/fomantic/Fomantic-UI/commit/42137d064f85618cf7e27a285d2afdd9b96cbc95)
- Added new 2.5 changes [`2ee4983`](https://github.com/fomantic/Fomantic-UI/commit/2ee4983bc299f241ef66fe895b69c8faadd113a7)
- Remove weird colored css rules (seem to be useless) [`07d119b`](https://github.com/fomantic/Fomantic-UI/commit/07d119b7c546be40a53f146727924ae8ae05422a)
- Add ability to clear multiple selection dropdowns [`ccc99e1`](https://github.com/fomantic/Fomantic-UI/commit/ccc99e1aab32ee65d9a5761b8cf0fcee55e3b143)
- Added a transparent textarea options on forms [`ebeee9e`](https://github.com/fomantic/Fomantic-UI/commit/ebeee9e6e823693cc746606b7f09c8e7c6d8da02)
- fix(checkbox): Set checked style class correctly on initial load [`85df5f6`](https://github.com/fomantic/Fomantic-UI/commit/85df5f6a448927ee4bd36c1d0bd06e611fc714a6)
- Add disabled class and logic [`6ee88eb`](https://github.com/fomantic/Fomantic-UI/commit/6ee88ebf49163c66f2a2120a1614bee5be93925f)
- Bumped version [`661f24e`](https://github.com/fomantic/Fomantic-UI/commit/661f24eb96835bcb79e36861e49aa5685f436ad7)
- Fix the bad text margin when selected item text is very long [`c1407c3`](https://github.com/fomantic/Fomantic-UI/commit/c1407c3f74f95983449a0707fbc0c1f9e324b0af)
- Fix icons position in a menu item when there's a group icon [`6ff8452`](https://github.com/fomantic/Fomantic-UI/commit/6ff84525fd673dd69c8469c2cafa406ed06d2937)
- Fix right margin inside button when there's an icon group [`342d7f9`](https://github.com/fomantic/Fomantic-UI/commit/342d7f9aef4dd4c19c957730c9ec5497adcec3dc)
-#6428 Deprecate several icons using in and out class [`ef77e8d`](https://github.com/fomantic/Fomantic-UI/commit/ef77e8dafa5065fbcdbe9f02898695a2e8ff5274)
- Move deprecated icons before normal rules to prevent improper inheritance [`403a377`](https://github.com/fomantic/Fomantic-UI/commit/403a37799030c246db46aa45302f0c915c17b610)
- Bumped version [`aaa7e44`](https://github.com/fomantic/Fomantic-UI/commit/aaa7e44aa4d487067c6e3bb7fbe3b8474294c89d)
- Add rlsnote date [`146d960`](https://github.com/fomantic/Fomantic-UI/commit/146d960a249d43d68ce78dffb3e1abf3b00b1f1d)
- Fix api settings to pull cache from cache settings by default [`b45aafd`](https://github.com/fomantic/Fomantic-UI/commit/b45aafd441793361eafcc4e5a0461b54a56722b6)
- Version tick [`6a0e2f6`](https://github.com/fomantic/Fomantic-UI/commit/6a0e2f612f1415d30d7ee4cdaf6fddc1cd51ab67)
- Added .inverted to inverted message class [`7f095e7`](https://github.com/fomantic/Fomantic-UI/commit/7f095e72787c75b7c8956936532959fee5528acf)
- revert: "Add solve for dimmer to prevent modal scrolling in bg" [`96e8747`](https://github.com/fomantic/Fomantic-UI/commit/96e8747a855bc65a0eb52eeb1cbf2565361ff4ce)
- Fix searchable dropdown that doesn't get focus on show [`d948892`](https://github.com/fomantic/Fomantic-UI/commit/d948892b9751729ed97f60525b3aa739ac57dd40)
- Revert "Fix searchable dropdown that doesn't get focus on show" [`b460ba9`](https://github.com/fomantic/Fomantic-UI/commit/b460ba9e7bebc86be9762f8d8ac4ad67827f745a)
- Add compatibility with Less 3.x [`1ec2d04`](https://github.com/fomantic/Fomantic-UI/commit/1ec2d04b79136ddff854b84e30f4f7689645679d)
- Fix searchable dropdown that doesn't get focus on show [`dff098f`](https://github.com/fomantic/Fomantic-UI/commit/dff098f8cd4532f33ee106616f045851a2f05df0)
- Bumped version [`ddec4ca`](https://github.com/fomantic/Fomantic-UI/commit/ddec4ca81556e8f69b6a4b6089a54094bef1210f)
- fix(label): Replace :ActiveHover with :hover [`1d8d82d`](https://github.com/fomantic/Fomantic-UI/commit/1d8d82dc72e54f5fc6561dcfc1fe4de55de3306f)
- fix(tab/segment): Add margin-bottom to last tab segment [`530b7b4`](https://github.com/fomantic/Fomantic-UI/commit/530b7b44dce186c0bfdb43d5bdc26a70a9f675dd)
- Updated next branch to beta [`0be37db`](https://github.com/fomantic/Fomantic-UI/commit/0be37db5d4bbede6ac0353b9ff74f447bf0f085e)
- fix(modal): Set position of modal element to relative [`446ea69`](https://github.com/fomantic/Fomantic-UI/commit/446ea69070a528667172ebae571e596f02b5c961)
- perf(dropdown): Only select dividers if hideDividers option is true [`9b4e30f`](https://github.com/fomantic/Fomantic-UI/commit/9b4e30fb0bd08616a9b548f085b7bbfcc09d61a9)
- Bumped version [`8f87c09`](https://github.com/fomantic/Fomantic-UI/commit/8f87c09296447e4af3ba12dafe19f9f01ee1c452)
- fix(list): Typo in selection list item:hover selector [`80730e0`](https://github.com/fomantic/Fomantic-UI/commit/80730e0647032b4636b947b1ee3d701180e52abc)
- Revert "[Dropdown] Allow ignoring of case when getting an item" [`#6121`](https://github.com/fomantic/Fomantic-UI/pull/6121)
- [Dropdown] Allow ignoring of case when getting an item [`#3432`](https://github.com/fomantic/Fomantic-UI/pull/3432)
- [Checkbox] Added `box-shadow` to the checkbox component’s `.toggle` variation [`#5096`](https://github.com/fomantic/Fomantic-UI/pull/5096)
- default 'prompt' message has mistakes in writing [`#5530`](https://github.com/fomantic/Fomantic-UI/pull/5530)
- [Dropdown] The width of inputs that are inside of a dropdown’s `.menu` should never be overridden [`#5097`](https://github.com/fomantic/Fomantic-UI/pull/5097)
- Fix for [Form Validation] regression: get values with radio returns true or false #5713 [`#6043`](https://github.com/fomantic/Fomantic-UI/pull/6043)
- [Flag] Add England Flag and Alias [`#5944`](https://github.com/fomantic/Fomantic-UI/pull/5944)
- [Buttons] fix for active basic button text color always having a lower specificity due to !important [`#5832`](https://github.com/fomantic/Fomantic-UI/pull/5832)
- Add link to webpage at top of README [`#5872`](https://github.com/fomantic/Fomantic-UI/pull/5872)
- Revert "[Build Tools] Default theme folder can be configured" [`#5635`](https://github.com/fomantic/Fomantic-UI/pull/5635)
- [Build Tools] Default theme folder can be configured [`#5543`](https://github.com/fomantic/Fomantic-UI/pull/5543)
- Updated font imports to use HTTPS [`#5602`](https://github.com/fomantic/Fomantic-UI/pull/5602)
- Correct check for undefined variable [`#4544`](https://github.com/fomantic/Fomantic-UI/pull/4544)
- Fix #3439 - Now steps can be .unstackable [`#3714`](https://github.com/fomantic/Fomantic-UI/pull/3714)
- [Docs] #5521 Update the JSFiddle to use HTTPS [`#5522`](https://github.com/fomantic/Fomantic-UI/pull/5522)
- [Table] #5227 Added missing rules for sortable/inverted headers [`#5303`](https://github.com/fomantic/Fomantic-UI/pull/5303)
- [Modal] #4196 Disable refreshing for non active/animated modals [`#5319`](https://github.com/fomantic/Fomantic-UI/pull/5319)
- Merge pull request #6431 from alex-karo/fix-wechat-icon-1 [`#6429`](https://github.com/fomantic/Fomantic-UI/issues/6429)
- 'brand-icons' font-family to wechat icon [`#6429`](https://github.com/fomantic/Fomantic-UI/issues/6429)
- Added .inverted to dropdowns Closes #5276 [`#5276`](https://github.com/fomantic/Fomantic-UI/issues/5276)
- Merge pull request #6223 from prudho/master [`#3486`](https://github.com/fomantic/Fomantic-UI/issues/3486)
- Labels should check for label existence not value existence Fixes #6123#6271#6280#6276 [`#6123`](https://github.com/fomantic/Fomantic-UI/issues/6123)
- Fix #6147 - Disabled menu items still changing state on hover [`#6147`](https://github.com/fomantic/Fomantic-UI/issues/6147)
- Close #6229. Basic tertiary button layout with var [`#6229`](https://github.com/fomantic/Fomantic-UI/issues/6229)
- Fix #4264 remove height requirements on iOS mode [`#4264`](https://github.com/fomantic/Fomantic-UI/issues/4264)
- Merge pull request #4651 from rminnett/next [`#3424`](https://github.com/fomantic/Fomantic-UI/issues/3424)
- Fixes #4490 - Dropdown with search inside menu should be tabbable. Fixes issue with selectOnKeydown and html text [`#4490`](https://github.com/fomantic/Fomantic-UI/issues/4490)
- Fixes #2534 for real, adds loadOnce setting [`#2534`](https://github.com/fomantic/Fomantic-UI/issues/2534)
- Fixes #4344 select on keydown now highlights partial selections when using search selection matching the first letters of matched result [`#4344`](https://github.com/fomantic/Fomantic-UI/issues/4344)
- Fixes #4183 Fixes not working correctly since due to incorrect use of new function signature. [`#4183`](https://github.com/fomantic/Fomantic-UI/issues/4183)
- Fixes #3998, dropdown icon should not use stopPropagation [`#3998`](https://github.com/fomantic/Fomantic-UI/issues/3998)
- Fixes #3887 element removed from DOM would cause popup to be closed [`#3887`](https://github.com/fomantic/Fomantic-UI/issues/3887)
- Fixes #3917, adds check for bubbled label event coming from surrounding label [`#3917`](https://github.com/fomantic/Fomantic-UI/issues/3917)
- Fixes #3887 issue with clicking element removed from DOM inside popup [`#3887`](https://github.com/fomantic/Fomantic-UI/issues/3887)
- Refix #3855 to fix scoping, allow for 'global' var without polluting global namespace [`#3855`](https://github.com/fomantic/Fomantic-UI/issues/3855)
- Fixes #3858 issue with gulp rtl tasks [`#3858`](https://github.com/fomantic/Fomantic-UI/issues/3858)
- Fix #2933 - Disabled button does not remove pointer events when loading [`#2933`](https://github.com/fomantic/Fomantic-UI/issues/2933)
- Add cursor spacing, fix #3790 issue with search losing focus on selection [`#3790`](https://github.com/fomantic/Fomantic-UI/issues/3790)
- Fixes #3790 - Multi select loses focus on item click [`#3790`](https://github.com/fomantic/Fomantic-UI/issues/3790)
- Fix #3781 - Variable not being used correctly in menu [`#3781`](https://github.com/fomantic/Fomantic-UI/issues/3781)
- Fixes #3606, field revalidation would cause whole form to be revalidated [`#3606`](https://github.com/fomantic/Fomantic-UI/issues/3606)
- Fixes #3653, refactors several lines to use expectsJSON [`#3653`](https://github.com/fomantic/Fomantic-UI/issues/3653)
- Fixes #3705 - Issue with normalize.css reset resetting some elements to content-box box sizing [`#3705`](https://github.com/fomantic/Fomantic-UI/issues/3705)
- Fix #3743 line break in multiple select dropdown [`#3743`](https://github.com/fomantic/Fomantic-UI/issues/3743)
- Fixes #3717 issue with margin collapse with form fields vs field [`#3717`](https://github.com/fomantic/Fomantic-UI/issues/3717)
- Fix #3439 - Now steps can be .unstackable [`#3439`](https://github.com/fomantic/Fomantic-UI/issues/3439)
- Fixes #3676 form submit on dropdown selection [`#3676`](https://github.com/fomantic/Fomantic-UI/issues/3676)
- Fixes #3619 issue with attached message [`#3619`](https://github.com/fomantic/Fomantic-UI/issues/3619)
- Fixes #3183, mobile sub-menus will not select [`#3183`](https://github.com/fomantic/Fomantic-UI/issues/3183)
- Fixes #2781 issue with 'is visible' not returning correctly from popup [`#2781`](https://github.com/fomantic/Fomantic-UI/issues/2781)
- Fix #142, several pretty bad issues in fixed template [`#142`](https://github.com/fomantic/Fomantic-UI/issues/142)
- Fixes #3016, adds setting for keys [`#3016`](https://github.com/fomantic/Fomantic-UI/issues/3016)
- Fixes #3011 bottom attached cannot immediately jump to top attached [`#3011`](https://github.com/fomantic/Fomantic-UI/issues/3011)
- Fixes #3036, reset does not reset value [`#3036`](https://github.com/fomantic/Fomantic-UI/issues/3036)
- Fix #142, several pretty bad issues in fixed template [`#142`](https://github.com/fomantic/Fomantic-UI/issues/142)
- Fixes #3016, adds setting for keys [`#3016`](https://github.com/fomantic/Fomantic-UI/issues/3016)
- Fixes #3011 bottom attached cannot immediately jump to top attached [`#3011`](https://github.com/fomantic/Fomantic-UI/issues/3011)
- Call onSearchQuery whether or not results are cached [`#3106`](https://github.com/Semantic-Org/Semantic-UI/issues/3106)
- Fixes #3036, reset does not reset value [`#3036`](https://github.com/fomantic/Fomantic-UI/issues/3036)
- Call onSearchQuery whether or not results are cached [`#3106`](https://github.com/Semantic-Org/Semantic-UI/issues/3106)
- Fixes #2939 issue with placeholder color [`#2939`](https://github.com/fomantic/Fomantic-UI/issues/2939)
- Fixes #2953, issue with input width [`#2953`](https://github.com/fomantic/Fomantic-UI/issues/2953)
- Fixes #2923 issue with allow additions not implementing add results template [`#2923`](https://github.com/fomantic/Fomantic-UI/issues/2923)
- Typo in HTML [`#2906`](https://github.com/fomantic/Fomantic-UI/issues/2906)
- Fixes #2583 issue with menu disappearing using allowAdditions: true [`#2583`](https://github.com/fomantic/Fomantic-UI/issues/2583)
- Fix #2782 left icon corner labeled input [`#2782`](https://github.com/fomantic/Fomantic-UI/issues/2782)
- Fixes #2826, bottom aligned has incorrect flex value [`#2826`](https://github.com/fomantic/Fomantic-UI/issues/2826)
- Fixes #2818, action: hide now calls onChange #2818 [`#2818`](https://github.com/fomantic/Fomantic-UI/issues/2818)
- Fixes #2824, messages should always be removed on show unless message is max selection [`#2824`](https://github.com/fomantic/Fomantic-UI/issues/2824)
- Finally fixes #2058, forceSelection shouldnt occur on empty query. minor formatting [`#2058`](https://github.com/fomantic/Fomantic-UI/issues/2058)
- Fix #2657 action input inside form [`#2657`](https://github.com/fomantic/Fomantic-UI/issues/2657)
- Fixes #2649 Mixed line endings in source files [`#2649`](https://github.com/fomantic/Fomantic-UI/issues/2649)
- Fixes #2545, revisits #2552. Issues with arrow variables, github theme display with steps [`#2545`](https://github.com/fomantic/Fomantic-UI/issues/2545)
- Fixes #2552 issue with last step [`#2552`](https://github.com/fomantic/Fomantic-UI/issues/2552)
- Fixes #2466, limitValues was parsing values with total. Move getNumericValue to method [`#2466`](https://github.com/fomantic/Fomantic-UI/issues/2466)
- Fix #2477 Site.variable inheritance should precede all component inheritance [`#2477`](https://github.com/fomantic/Fomantic-UI/issues/2477)
- Fixes #2436 - onChange should use string equality since input will be stored as string [`#2436`](https://github.com/fomantic/Fomantic-UI/issues/2436)
- Fix #2435 Flex fields do not allow wrap on mobile [`#2435`](https://github.com/fomantic/Fomantic-UI/issues/2435)
- Fix #2415, mistakes in embed for vimeo source [`#2415`](https://github.com/fomantic/Fomantic-UI/issues/2415)
- Fix #2412, using form without validation rules causes errors [`#2412`](https://github.com/fomantic/Fomantic-UI/issues/2412)
- Fixes #2382 Issue with set selected not working with user values [`#2382`](https://github.com/fomantic/Fomantic-UI/issues/2382)
- Fixes #2359, attached menu should not remove margin unless no direction specified [`#2359`](https://github.com/fomantic/Fomantic-UI/issues/2359)
- Adds fireOnInit setting, and onAdd onRemove callbacks for multiple [`#2252`](https://github.com/fomantic/Fomantic-UI/issues/2252)
- Fix #2253, improper disabled form field rules [`#2253`](https://github.com/fomantic/Fomantic-UI/issues/2253)
- Fixes #2180, right offstage position does not take horizontal scrollbars into consideration [`#2180`](https://github.com/fomantic/Fomantic-UI/issues/2180)
- Fixes #2219, icon should not reset line height [`#2219`](https://github.com/fomantic/Fomantic-UI/issues/2219)
-#Fixes#2202, adds support for multiple button, dropdown in action input [`#2202`](https://github.com/fomantic/Fomantic-UI/issues/2202)
- Fixes #2157#2158 Issue with link styles applying to UI inside ui list [`#2157`](https://github.com/fomantic/Fomantic-UI/issues/2157)
- Fixes #2187 hidden divider does not work with vertical divider [`#2187`](https://github.com/fomantic/Fomantic-UI/issues/2187)
- Fixes #2163#2128#2162 Search results are now stored in metadata for each result and retrieved from metadata. Results now have a unique id injected based on position which can also be used for lookup, i.e. A1 = first category first result. [`#2163`](https://github.com/fomantic/Fomantic-UI/issues/2163)
- Fix #2184 User error messages are confusing for missing themes [`#2184`](https://github.com/fomantic/Fomantic-UI/issues/2184)
- Fixes #2138 issue with matching to non string value [`#2138`](https://github.com/fomantic/Fomantic-UI/issues/2138)
- Fix #2121, woff2 declaration is incorrect [`#2121`](https://github.com/fomantic/Fomantic-UI/issues/2121)
- Fixes #2061, page no longer moves on modal show [`#2061`](https://github.com/fomantic/Fomantic-UI/issues/2061)
- Fixes #2122 Component array in semantic.json (or defualts) does not remove duplicates [`#2122`](https://github.com/fomantic/Fomantic-UI/issues/2122)
- Fixes #2059#2070 rewrite object search used in search module to be much less obtuse [`#2059`](https://github.com/fomantic/Fomantic-UI/issues/2059)
- Fixes #2057 issue with labeled input in forms not fitting column width [`#2057`](https://github.com/fomantic/Fomantic-UI/issues/2057)
- Fixes #1800 Sidebar now queues animation when exclusive and not overlay [`#1800`](https://github.com/fomantic/Fomantic-UI/issues/1800)
- Fixes #1825, API now has 'was cancelled' method, add method to state to detect api request cancellation [`#1825`](https://github.com/fomantic/Fomantic-UI/issues/1825)
- Fixes #1854 chrome pointing menu is off by 1px [`#1854`](https://github.com/fomantic/Fomantic-UI/issues/1854)
- Fixes #1844 pointing menu arrow is under dropdown menu [`#1844`](https://github.com/fomantic/Fomantic-UI/issues/1844)
- Fixes #1842, small typo caused rtl tasks not to run [`#1842`](https://github.com/fomantic/Fomantic-UI/issues/1842)
- Fixes #1840, tab with ajax does not hide content correctly [`#1840`](https://github.com/fomantic/Fomantic-UI/issues/1840)
- Fixes #1832, typo in modal middle aligned [`#1832`](https://github.com/fomantic/Fomantic-UI/issues/1832)
- Fixes #793#1506#1693 - Adds flex to labeled input [`#793`](https://github.com/fomantic/Fomantic-UI/issues/793)
- Fix #1630 reset now clears prompts [`#1630`](https://github.com/fomantic/Fomantic-UI/issues/1630)
- Fix #1630, Checkbox must have error removed before reset to avoid revalidating [`#1630`](https://github.com/fomantic/Fomantic-UI/issues/1630)
- Fixes #1656. is occurring would not return correct value. Add repeat detection when queue: false [`#1656`](https://github.com/fomantic/Fomantic-UI/issues/1656)
- Fix #1638, bubbled click event on item now only blocks callback not other events [`#1638`](https://github.com/fomantic/Fomantic-UI/issues/1638)
- Actually fixes #1680, issue with ribbon sizing [`#1680`](https://github.com/fomantic/Fomantic-UI/issues/1680)
- Fix #1680, Issue with ribbons and sizing [`#1680`](https://github.com/fomantic/Fomantic-UI/issues/1680)
- Fixes #1667 mistake with relative sizes in sized lists. Removes padding from child lists of relaxed lists [`#1667`](https://github.com/fomantic/Fomantic-UI/issues/1667)
- Fix #1658, focused button styles now override [`#1658`](https://github.com/fomantic/Fomantic-UI/issues/1658)
- Fix #1677 disabled button inside basic button group, add global disabled border color [`#1677`](https://github.com/fomantic/Fomantic-UI/issues/1677)
- Fixes #1660 issue with transform causing stacking context on dropdown icon [`#1660`](https://github.com/fomantic/Fomantic-UI/issues/1660)
- Fix #1651 Missing responsive width variables in form [`#1651`](https://github.com/fomantic/Fomantic-UI/issues/1651)
- Fixes #1637, Progress bar does not include overrides [`#1637`](https://github.com/fomantic/Fomantic-UI/issues/1637)
- FIxes #1628 (Once and for all) [`#1628`](https://github.com/fomantic/Fomantic-UI/issues/1628)
- Fix #1604, Checkbox toggles on spacebar [`#1604`](https://github.com/fomantic/Fomantic-UI/issues/1604)
- Fixes #1611 Issue with incorrect conditional making percent appear as value for value progress [`#1611`](https://github.com/fomantic/Fomantic-UI/issues/1611)
- Fix #1619 Issue with equal height grid resizing due to table-cell [`#1619`](https://github.com/fomantic/Fomantic-UI/issues/1619)
- Fix #1600 Sidebar not immediately available after init when wrong html [`#1600`](https://github.com/fomantic/Fomantic-UI/issues/1600)
- Fixes #1542, typo from cd9f4f9e58 fix caused fullTextRegexp to match all values in search [`#1542`](https://github.com/fomantic/Fomantic-UI/issues/1542)
- Fixes #1542, typo from cd9f4f9e58 fix caused fullTextRegexp to match all values in search [`#1542`](https://github.com/fomantic/Fomantic-UI/issues/1542)
- Fixes #1513, calls to $.tab were not correctly passing behavior arguments [`#1513`](https://github.com/fomantic/Fomantic-UI/issues/1513)
- Fixes #1470 Timers still exist after destroy is called [`#1470`](https://github.com/fomantic/Fomantic-UI/issues/1470)
- Fixes #1477 Fixes issue with missing margin from (x) wide field on mobile [`#1477`](https://github.com/fomantic/Fomantic-UI/issues/1477)
- Fixes #1515 issue with ui action input with ui with icon variation [`#1515`](https://github.com/fomantic/Fomantic-UI/issues/1515)
- Fixes #1520 Issue when using named popup in different offset container [`#1520`](https://github.com/fomantic/Fomantic-UI/issues/1520)
- Fixes #1532 Regexp restarts search from middle of string on multiple iterations, breaking search [`#1532`](https://github.com/fomantic/Fomantic-UI/issues/1532)
- Better fix #1518, add default components to tasks/default.js, load instead of specified components if none specified [`#1518`](https://github.com/fomantic/Fomantic-UI/issues/1518)
- Rebuild dist with fixes #1518 [`#1518`](https://github.com/fomantic/Fomantic-UI/issues/1518)
- Fixes #1518, duplicates in dist/ [`#1518`](https://github.com/fomantic/Fomantic-UI/issues/1518)
- Fixes #1512, inline fields rules apply to input but not ui input. Pointing labeled variation needs additional horizontal padding to compensate for triangle size [`#1512`](https://github.com/fomantic/Fomantic-UI/issues/1512)
- Fixes #1501 issue with gulp install not obeying component choices [`#1501`](https://github.com/fomantic/Fomantic-UI/issues/1501)
- Fixes #1330, indicating progress does not update correctly in webkit, adds data-percent value to module [`#1330`](https://github.com/fomantic/Fomantic-UI/issues/1330)
- Fixes #1479 vertical segment border does not appear correctly with background [`#1479`](https://github.com/fomantic/Fomantic-UI/issues/1479)
- Fixes #1483, issues with repaint on buttons [`#1483`](https://github.com/fomantic/Fomantic-UI/issues/1483)
- Fixes #1491, double padding on padded stackable grid [`#1491`](https://github.com/fomantic/Fomantic-UI/issues/1491)
- Add structured table variation, fixes #1293 and #1359 [`#1293`](https://github.com/fomantic/Fomantic-UI/issues/1293)
- Fixes #1393 Dropdown shows/hides on window focus/blur. Adds window blur detection to element blur [`#1393`](https://github.com/fomantic/Fomantic-UI/issues/1393)
- Fixes #1458 Improvements to Dropdown [`#1458`](https://github.com/fomantic/Fomantic-UI/issues/1458)
- Adds sidebar IoS detection for overflow. Fixes #1442, modal losing scroll position on mobile when package includes sidebar. #1320 issue with mobile scroll in docs [`#1442`](https://github.com/fomantic/Fomantic-UI/issues/1442)
- Fixes #1433 Issue with bottom left attached label border radius [`#1433`](https://github.com/fomantic/Fomantic-UI/issues/1433)
- Fixes #1422, #1423- form layout issues [`#1422`](https://github.com/fomantic/Fomantic-UI/issues/1422)
- Fixes #1256, adds better handling of settings.popup, and fluid [`#1256`](https://github.com/fomantic/Fomantic-UI/issues/1256)
- Refix #1256, adds new setting for adjusting fluid width on display [`#1256`](https://github.com/fomantic/Fomantic-UI/issues/1256)
- Fixes #1256, issues with offsetParent as 'html', should account for padding added to 'body' [`#1256`](https://github.com/fomantic/Fomantic-UI/issues/1256)
- Fixes #1188 animated lists do not animate children at all [`#1188`](https://github.com/fomantic/Fomantic-UI/issues/1188)
- Fixes #1248, body height not removed on refresh [`#1248`](https://github.com/fomantic/Fomantic-UI/issues/1248)
- Fixes #1245, scrolling large/small modal not working correctly [`#1245`](https://github.com/fomantic/Fomantic-UI/issues/1245)
- Fixes #1238, Modal classnames are removed by .transition() when set in onStart [`#1238`](https://github.com/fomantic/Fomantic-UI/issues/1238)
- Fixes #1219 Inverted segments do not have any border [`#1219`](https://github.com/fomantic/Fomantic-UI/issues/1219)
- Fixes #1223 disabled does not work with link icon [`#1223`](https://github.com/fomantic/Fomantic-UI/issues/1223)
- Fixes #1226, makes variables simpler for label/image/icon/flag inside item. Fixes lineheight offset [`#1226`](https://github.com/fomantic/Fomantic-UI/issues/1226)
- Fixes #885, default animation does not support multiple, multiple now always does not push canvas [`#885`](https://github.com/fomantic/Fomantic-UI/issues/885)
- Fixes #1222 Handling touchstart as special case no longer necessary [`#1222`](https://github.com/fomantic/Fomantic-UI/issues/1222)
- Fixes #1191 in 1.0, issue with first stackable card margin [`#1191`](https://github.com/fomantic/Fomantic-UI/issues/1191)
- Rebuild dist from source Fixes #1201 [`#1201`](https://github.com/fomantic/Fomantic-UI/issues/1201)
- Fix #1193, site/reset missing from install [`#1193`](https://github.com/fomantic/Fomantic-UI/issues/1193)
- Fixes #1019 UI list does not allow for some nested content types [`#1019`](https://github.com/fomantic/Fomantic-UI/issues/1019)
- Fixes #1173 doubling grid wasnt doubling for some sizes [`#1173`](https://github.com/fomantic/Fomantic-UI/issues/1173)
- Fixes #1181 issue with horizontal segment specificity [`#1181`](https://github.com/fomantic/Fomantic-UI/issues/1181)
- Fixes #765, moves loading state to css only [`#765`](https://github.com/fomantic/Fomantic-UI/issues/765)
- Fixes #968 and #1138, Transition can now correctly cancel callbacks when interrupted mid animation [`#968`](https://github.com/fomantic/Fomantic-UI/issues/968)
- Fixes #766#671 Fixes bug in finding modal with dimmer name [`#766`](https://github.com/fomantic/Fomantic-UI/issues/766)
- Fixes #766#671 issues with multiple dimmers in same context. Added new 'dimmerName' setting, allowing you to specify which dimmer inside a context should be used. [`#766`](https://github.com/fomantic/Fomantic-UI/issues/766)
- Fixes #1140, bad CLA link [`#1140`](https://github.com/fomantic/Fomantic-UI/issues/1140)
- Fixes #1137 minwidth on fluid dropdown [`#1137`](https://github.com/fomantic/Fomantic-UI/issues/1137)
- Fixes #1120, adds correct conditions to toggle as well [`#1120`](https://github.com/fomantic/Fomantic-UI/issues/1120)
- Fixes #1120, sidebar can now hide/show during animation [`#1120`](https://github.com/fomantic/Fomantic-UI/issues/1120)
- Fixes #1123 Issue with 0 value not using strict matching [`#1123`](https://github.com/fomantic/Fomantic-UI/issues/1123)
- Fixes #949 popup and dropdown on sam element causes dropdown to show on popup visible [`#949`](https://github.com/fomantic/Fomantic-UI/issues/949)
- Fixes #1105, arbitrary specificity increase, due to loss from multi-word classes [`#1105`](https://github.com/fomantic/Fomantic-UI/issues/1105)
- Fixes #1100. Word order [`#1100`](https://github.com/fomantic/Fomantic-UI/issues/1100)
- Fixes #1091 Missing ui overrides on form [`#1091`](https://github.com/fomantic/Fomantic-UI/issues/1091)
- Fixes #1080 issue with computer and tablet only grid [`#1080`](https://github.com/fomantic/Fomantic-UI/issues/1080)
- Fixes #1023 issue with text icons in dropdown [`#1023`](https://github.com/fomantic/Fomantic-UI/issues/1023)
- Fixes #326, vertical divider now swaps to horizontal inside stackable grid [`#326`](https://github.com/fomantic/Fomantic-UI/issues/326)
- Move lists to elements (this may cause issues if you are using an early beta release, be sure to rename), fixes #1017, modifications/fixes to undocumented sticky component in prep for release [`#1017`](https://github.com/fomantic/Fomantic-UI/issues/1017)
- Fixes #1052, full screen modal missing font size [`#1052`](https://github.com/fomantic/Fomantic-UI/issues/1052)
- Fixes #1054, issue with inheritance of link styles in menus [`#1054`](https://github.com/fomantic/Fomantic-UI/issues/1054)
- Fixes #1044, removes stub for tab definition [`#1044`](https://github.com/fomantic/Fomantic-UI/issues/1044)
- Fixes modal to remove scroll bars when modal is visible, fixes #787 [`#787`](https://github.com/fomantic/Fomantic-UI/issues/787)
- Fix #1038 in 1.0 [`#1038`](https://github.com/fomantic/Fomantic-UI/issues/1038)
- Fixes #1033 issue with XSS in popup [`#1033`](https://github.com/fomantic/Fomantic-UI/issues/1033)
- Fixes #357, Horizontal Dividers now adjust to text size automatically. [`#357`](https://github.com/fomantic/Fomantic-UI/issues/357)
- Add back in (x) wide fields fixes #982 [`#982`](https://github.com/fomantic/Fomantic-UI/issues/982)
- Fixes #681, multi line steps, adds two line variation for vertical steps. Fixes all steps to use transform rotote arrows instead of border arrows for consistency [`#681`](https://github.com/fomantic/Fomantic-UI/issues/681)
- Fixes #704, Fixes #421. onShow, onHide callback moved to before transition starts, added new callbacks onVisible and noHidden for after animation completes [`#704`](https://github.com/fomantic/Fomantic-UI/issues/704) [`#421`](https://github.com/fomantic/Fomantic-UI/issues/421)
- Fixes #662 inverted icon rendering in OSX [`#662`](https://github.com/fomantic/Fomantic-UI/issues/662)
- Fixes #542, use sibling selector instead of adjacent sibling on checkbox rules [`#542`](https://github.com/fomantic/Fomantic-UI/issues/542)
- Fixes #711 selection dropdown does not match input height. Also adds stricter dropdown error css selectors [`#711`](https://github.com/fomantic/Fomantic-UI/issues/711)
- Fixes #694 A dropdown with numeric content for data-text causes an error on toLowerCase [`#694`](https://github.com/fomantic/Fomantic-UI/issues/694)
- Fixes #712, Modal uses RequestAnimationFrame without doing browser normalization on the event [`#712`](https://github.com/fomantic/Fomantic-UI/issues/712)
- Fixes #669 Merge branch 'dropdown-error' of github.com:Semantic-Org/Semantic-UI [`#669`](https://github.com/fomantic/Fomantic-UI/issues/669)
- Fixes #687, removes docpad as a dependency, moves to dev depencies [`#687`](https://github.com/fomantic/Fomantic-UI/issues/687)
- Fixes #680 Issue with horizontal lists alignment in IE [`#680`](https://github.com/fomantic/Fomantic-UI/issues/680)
- Fixes #660 issue with ui input styling inside forms [`#660`](https://github.com/fomantic/Fomantic-UI/issues/660)
- Fixes #614, issue with modal vertical position on multiple shows [`#614`](https://github.com/fomantic/Fomantic-UI/issues/614)
- Fixes #614, issue with modal vertical position on multiple shows [`#614`](https://github.com/fomantic/Fomantic-UI/issues/614)
- Fixes #528 Fixes modal to resize page if not enough room to fit modal [`#528`](https://github.com/fomantic/Fomantic-UI/issues/528)
- Fixes #633 broken url on docs page [`#633`](https://github.com/fomantic/Fomantic-UI/issues/633)
- Fixes #644 form validation does not trigger validation check on checkbox change [`#644`](https://github.com/fomantic/Fomantic-UI/issues/644)
- Fixes #646 issue with z-index on modal close [`#646`](https://github.com/fomantic/Fomantic-UI/issues/646)
- Fixes #584 dimmers now use JS animations for on hover to avoid callback issues [`#584`](https://github.com/fomantic/Fomantic-UI/issues/584)
- Fixes #630 Moves menu border to left side, removes on first-child [`#630`](https://github.com/fomantic/Fomantic-UI/issues/630)
- Fixes #632 Border radius on corner label does not match some UI elements [`#632`](https://github.com/fomantic/Fomantic-UI/issues/632)
- Fixes #622, added as a separate commit to avoid addition committed files. Thanks GianlucaGuarini [`#622`](https://github.com/fomantic/Fomantic-UI/issues/622)
- Fixes #625 Popup using title attribute would not restore its attribute properly with on click. Hide All is invoked on popup not the element causing it to popup, making cached data lost. [`#625`](https://github.com/fomantic/Fomantic-UI/issues/625)
- Fixes #541, onSuccess does not return value of callback [`#541`](https://github.com/fomantic/Fomantic-UI/issues/541)
- Fixes #573, checkbox on grid docs page is broken [`#573`](https://github.com/fomantic/Fomantic-UI/issues/573)
- Fixes #552 Generic ascending/descending icon was overriding some other sort icons. Fixes #552 [`#552`](https://github.com/fomantic/Fomantic-UI/issues/552) [`#552`](https://github.com/fomantic/Fomantic-UI/issues/552)
- Fixes exact matches to breakpoints returning both devices, i.e 768px screens showing both mobile and tablet. Fixes #527 [`#527`](https://github.com/fomantic/Fomantic-UI/issues/527)
- Fixes form add prompt to be more comprehensive, easier to work with, Fixes #567#541 [`#567`](https://github.com/fomantic/Fomantic-UI/issues/567)
- Fixes #559 issue with homepage wording [`#559`](https://github.com/fomantic/Fomantic-UI/issues/559)
- Fixes #526, callout to divided grid in divider page [`#526`](https://github.com/fomantic/Fomantic-UI/issues/526)
- Dropdown: Fixes #498, dropdown item links not clickable from touch events. Fixes issue with touchmove event not being cremoved after menu hide [`#498`](https://github.com/fomantic/Fomantic-UI/issues/498)
- Fixes #445 popup using click can sometimes open/close, caused by document clickaway event being preserved [`#445`](https://github.com/fomantic/Fomantic-UI/issues/445)
- Fixes #465 issue with doc menu on definition page [`#465`](https://github.com/fomantic/Fomantic-UI/issues/465)
- Fixes #467 issue with accordion clipping content [`#467`](https://github.com/fomantic/Fomantic-UI/issues/467)
- Fixes #320 stackable grid is overwritten by (x) wide column [`#320`](https://github.com/fomantic/Fomantic-UI/issues/320)
- Input fixes #434, duplicate size in input [`#434`](https://github.com/fomantic/Fomantic-UI/issues/434)
- Fixes #409 dropdown does not contain easing definition for fallback js animation [`#409`](https://github.com/fomantic/Fomantic-UI/issues/409)
- Fixes #405, error in dimmer causing modals not to be showable unless active [`#405`](https://github.com/fomantic/Fomantic-UI/issues/405)
- Fixes #391, double closing body tag [`#391`](https://github.com/fomantic/Fomantic-UI/issues/391)
- Fixes #401 issue with stackable padding [`#401`](https://github.com/fomantic/Fomantic-UI/issues/401)
- Fixes #402 issue with revalidation of forms always occuring on change [`#402`](https://github.com/fomantic/Fomantic-UI/issues/402)
- Fixes #360 url missing from input types [`#360`](https://github.com/fomantic/Fomantic-UI/issues/360)
- Fixes #365, has transition does not call function [`#365`](https://github.com/fomantic/Fomantic-UI/issues/365)
- Fixes #359 again, selected item would not select a falsey value [`#359`](https://github.com/fomantic/Fomantic-UI/issues/359)
- Fixes #355#359#277 Issue with improper type check on dropdown default values [`#355`](https://github.com/fomantic/Fomantic-UI/issues/355)
- Fixes #338 regression, offstage position was calculated before content position was available. [`#338`](https://github.com/fomantic/Fomantic-UI/issues/338)
- Fixes #330 issue with nested accordion. Adds nested accordion example [`#330`](https://github.com/fomantic/Fomantic-UI/issues/330)
- Fixes #315 typo in icon docs [`#315`](https://github.com/fomantic/Fomantic-UI/issues/315)
- Fixes #315 typo in icon docs [`#315`](https://github.com/fomantic/Fomantic-UI/issues/315)
- Fixes #285 Adds CSS transition support detection to usage of CSS transitions in other modules [`#285`](https://github.com/fomantic/Fomantic-UI/issues/285)
- Fixes #283 issue with regexp not escaping on validation [`#283`](https://github.com/fomantic/Fomantic-UI/issues/283)
- Fixes #251 formatting of links inside labels, adds doc example [`#251`](https://github.com/fomantic/Fomantic-UI/issues/251)
- Fixes #293. Fixes issue with modal queuing, multiple modals. adds new behaviors for controlling modal groups [`#293`](https://github.com/fomantic/Fomantic-UI/issues/293)
- Fixes #289 issue with ie and modals [`#289`](https://github.com/fomantic/Fomantic-UI/issues/289)
- Fixes #275 adds numerical class support for fluid buttons [`#275`](https://github.com/fomantic/Fomantic-UI/issues/275)
- Fixes #277 falsey values are treated as undefined [`#277`](https://github.com/fomantic/Fomantic-UI/issues/277)
- Fixes #273 issue with dropdown icons breaking layout [`#273`](https://github.com/fomantic/Fomantic-UI/issues/273)
- Fixes #61. Touch respones now 0ms responsive, "clickaway" event now [`#61`](https://github.com/fomantic/Fomantic-UI/issues/61)
- fixes #250 adds orange segment and label [`#250`](https://github.com/fomantic/Fomantic-UI/issues/250)
- Fixes #242, adds overflow on item corner labels, there is still an odd rounding error that sometimes appears on dark bgs for corner label, but at least border-radius is obeyed [`#242`](https://github.com/fomantic/Fomantic-UI/issues/242)
- Fixes #247 right menu formatting when used with a secondary menu. adds search formatting for secondary menu and updates docs with a more complex example [`#247`](https://github.com/fomantic/Fomantic-UI/issues/247)
- Fixes #240 adds small/large sizing for modals, adds example of callbacks [`#240`](https://github.com/fomantic/Fomantic-UI/issues/240)
- Fixes #249 issue with rotated icon naming [`#249`](https://github.com/fomantic/Fomantic-UI/issues/249)
- Fixes #239 issue with changes to modal, dimmer close event not destroyed on dimmer on hide [`#239`](https://github.com/fomantic/Fomantic-UI/issues/239)
- fixes #237 docs issue with field label [`#237`](https://github.com/fomantic/Fomantic-UI/issues/237)
- Rewrites modal and dimmer fixes #233, no longer dependencies between closing dimmer and closing modal, each can close separately. Disables transition logging by default [`#233`](https://github.com/fomantic/Fomantic-UI/issues/233)
- Fixes #238 specificty of css rules for overriding 100% column with a 'x wide column' [`#238`](https://github.com/fomantic/Fomantic-UI/issues/238)
- fixes #227 issue with dropdown, build and version uptick [`#227`](https://github.com/fomantic/Fomantic-UI/issues/227)
- Updates development docs to be more thorough fixes #202 [`#202`](https://github.com/fomantic/Fomantic-UI/issues/202)
- Fixes #195 issue with icon mobile display [`#195`](https://github.com/fomantic/Fomantic-UI/issues/195)
- Fixes #172 popup side being inverted, also fixes bug with offstage position not being calculated correctly on multiple refreshes of a popup, showing an offstage popup. Also removes inline styles after popup hide [`#172`](https://github.com/fomantic/Fomantic-UI/issues/172)
- dropdown menu typo caused button dropdown menus to appear on wrong side, fixes #177 [`#177`](https://github.com/fomantic/Fomantic-UI/issues/177)
- fixes #166, heaven knows where the previous commit went [`#166`](https://github.com/fomantic/Fomantic-UI/issues/166)
- Fixes #108 issue with accordion in safari [`#108`](https://github.com/fomantic/Fomantic-UI/issues/108)
- fixes #133 zoom on docs for accessibility [`#133`](https://github.com/fomantic/Fomantic-UI/issues/133)
- Build next dist [`b848ce9`](https://github.com/fomantic/Fomantic-UI/commit/b848ce9a3821bc3ff62d0cf1876c113dde1033af)
- Update all NPM deps [`324e538`](https://github.com/fomantic/Fomantic-UI/commit/324e53876dd76b0386b3799c3d6f7d6baed5676a)
- Upgrades FontAwesome to v4.7.0 [`ca893b6`](https://github.com/fomantic/Fomantic-UI/commit/ca893b6160d70125bf0d024acdf03367f9197996)
- Added Material Design Icons to Semantic UI material theme. [`9640218`](https://github.com/fomantic/Fomantic-UI/commit/9640218813bee54ded2b90179147c359ab4a8153)
- Rework outline and brand icons to load from overrides, not define icons if not loaded (except brand which would require a refactor) #6226 [`7fab797`](https://github.com/fomantic/Fomantic-UI/commit/7fab7974a7ffa3a4c74ed760c41ae21d7407dc4e)
- Fixed all broken icons, changed some names and updated to 5.0.6 [`58aac93`](https://github.com/fomantic/Fomantic-UI/commit/58aac93a23f3e65a33d0b2224b4dae73c4ded36d)
- Build next ver [`15160d6`](https://github.com/fomantic/Fomantic-UI/commit/15160d6229af95cf6b878768c7440c6e3e86f9f0)
- Updated to 2.2.14 file which fixes the gulp-clone bug [`8b47dd6`](https://github.com/fomantic/Fomantic-UI/commit/8b47dd6ce72a7380cd8c4d8ac51271a8a8e63b2d)
- Re-order rules in form [`a5a7326`](https://github.com/fomantic/Fomantic-UI/commit/a5a7326c0808479f108dcbbe905ea663a374b4ae)
- Revert "Move code and build JS from source" [`9cc1646`](https://github.com/fomantic/Fomantic-UI/commit/9cc1646d93bdb452af6fe07960191752a324b9ac)
- Move code and build JS from source [`2ec1a2a`](https://github.com/fomantic/Fomantic-UI/commit/2ec1a2aeb04e853a3b666c83388e3a81eac42047)
- Finish working on basic label [`0f83ba0`](https://github.com/fomantic/Fomantic-UI/commit/0f83ba085cf3d5e95a27209671fd7594ffe1a4b4)
- Fixing many unexpected regressions #4506, release will wait till morning [`2c26746`](https://github.com/fomantic/Fomantic-UI/commit/2c26746dcedcc1610ab2c4ce0b64c218ab324547)
-#2610 partial work on checkbox focus variables [`082a350`](https://github.com/fomantic/Fomantic-UI/commit/082a35065f963889cf15a3127f4fa9131882a663)
-#4267#5253 Adds new behaviors for form validation - Add rule, Add field, remove field, remove rule [`bd6e37c`](https://github.com/fomantic/Fomantic-UI/commit/bd6e37c5d0b1384e60ba552c9e517a1e938d26b6)
- Updates to ui search to allow local category search, and responsive name width [`95ae3bf`](https://github.com/fomantic/Fomantic-UI/commit/95ae3bf5fc98e2be09dd0656ccf0994baf0573ca)
- Add centered dimmers and modals [`3766a33`](https://github.com/fomantic/Fomantic-UI/commit/3766a338e7cc62d9265f7ab9163a0f8cd0f32cfb)
- Real 2.2.11 build [`4c0c5ca`](https://github.com/fomantic/Fomantic-UI/commit/4c0c5caaec4353777bcb01c30d0447a73d3854a8)
- Wrap more async into tasks [`a0887bb`](https://github.com/fomantic/Fomantic-UI/commit/a0887bbad729c2a7772937744375de8f0f159e36)
-#2526 - Redo methods for determining boundaries exceeded to be more coherent [`d692dbc`](https://github.com/fomantic/Fomantic-UI/commit/d692dbc342890a0e72fd835c96e918ff32983f55)
- Fix popup to use observeChanges instead of autoremove [`b7e317a`](https://github.com/fomantic/Fomantic-UI/commit/b7e317a5de5895b2bac2acb2590e31b7a039c746)
- Finishes #2610 and #2607 issues with checkbox focus styles [`36bab3e`](https://github.com/fomantic/Fomantic-UI/commit/36bab3ec9654afb74154f2de3cbe1fc6158cdf16)
- Format final rlsnotes [`be9b3d6`](https://github.com/fomantic/Fomantic-UI/commit/be9b3d6abcadc2f89464e18441bc8c10af375926)
-#2866 - Add unstackable fields, unstackable form variations [`1a1c3b4`](https://github.com/fomantic/Fomantic-UI/commit/1a1c3b4abb08c8ae44d4696d4c3b6d6daedb58dc)
-#4211 Change is.fitWidth to can.openRightward, fix logic to work after setting leftward [`3b802c3`](https://github.com/fomantic/Fomantic-UI/commit/3b802c33c1aeb7473637e0362f26670c53158d3f)
- Fix possible memory leak in popup/sticky/visibility [`34988c7`](https://github.com/fomantic/Fomantic-UI/commit/34988c7c4fd7adeb7688eb89829f1469572fb702)
-#4368 - Dimmer will now reset settings before each modal show making it simpler to work with multiple modal types in same page [`28bf34e`](https://github.com/fomantic/Fomantic-UI/commit/28bf34ed8a9af485ed0673f6e90d4468c5fab20f)
-#4616 - fixes bug with results displaying when using showNoResults. Adds callbacks to many internal methods for better hooks [`9fa01f6`](https://github.com/fomantic/Fomantic-UI/commit/9fa01f607d4d4718c076f9d0d6a986f1a5ea2c14)
- Update escape key for search [`bfea105`](https://github.com/fomantic/Fomantic-UI/commit/bfea105b12f710a01d56e9c048c5fee906f6489f)
- Input selectors now require child selector to avoid inheritance issues #4157 [`282bdb9`](https://github.com/fomantic/Fomantic-UI/commit/282bdb984e5cfa5df1e14346c3075d2ae97cb7b0)
- Add #1032 tabular variations for all directions [`fa179f7`](https://github.com/fomantic/Fomantic-UI/commit/fa179f766c734953528a5d6ba8c1c471a049517e)
-#2573, refactoring add option value. Adds remove option value when deselected. Consolidated checks into has conditions [`54918e9`](https://github.com/fomantic/Fomantic-UI/commit/54918e9deb670b2d279a10c95aa19ae7e11c16fd)
-#2610 and #2607 iterating on checkbox variable additions [`1e6e843`](https://github.com/fomantic/Fomantic-UI/commit/1e6e843919f58128e2c510fd61f0833792cf598f)
-#703#4093, is valid no longer triggers UI updates, adds ability to validate individual fields [`ad03335`](https://github.com/fomantic/Fomantic-UI/commit/ad03335509ed7083a908c1b705f07109db5651b3)
- Dont do anything with outline/brand inside definition (this is part of override). Use existing names to avoid backwards compatability issues #6226 [`cf70177`](https://github.com/fomantic/Fomantic-UI/commit/cf70177a378746b202df30745638865b32c90b39)
- Last minute regression fixes from leftward changes #4506 [`2c3511b`](https://github.com/fomantic/Fomantic-UI/commit/2c3511b99c420ae16ff844b9f2b1094a01568b96)
- Release notes and build 2.0.4 [`b22a40e`](https://github.com/fomantic/Fomantic-UI/commit/b22a40ee7065f2fe8342795dcd0a8f87ed89a214)
- Fixes alignment of dimmer [`fc60ec0`](https://github.com/fomantic/Fomantic-UI/commit/fc60ec009c46590372594ba3e0d975a7717b2b9b)
- Adds many new tabular variables [`8cd1d30`](https://github.com/fomantic/Fomantic-UI/commit/8cd1d304fce4979f9733d865e61f0bd6e5daf512)
-#2648 - Fix issue when build/watch tasks are imported without sub-tasks defined [`021da85`](https://github.com/fomantic/Fomantic-UI/commit/021da85e3cfd90fa9ac8b2bc0172da4443de538b)
- Rlsnotes, links and warnings [`cb9e3c8`](https://github.com/fomantic/Fomantic-UI/commit/cb9e3c8e942d988e836fe58aac6e9326bda79ccd)
- Adjust appearance of labeled icon menu [`c0f3c4f`](https://github.com/fomantic/Fomantic-UI/commit/c0f3c4ff01d8163c14a345d02de37f44011ef40a)
-#4029 Fixes issue with dropdown mutation observer not handling case where entire <select> is replaced. Update placeholder text usage. Add new values option for initialized dropdowns from js [`ef94ea8`](https://github.com/fomantic/Fomantic-UI/commit/ef94ea8e65ddd8639fd5c2aa30fd6ff8ad8d06af)
- Break out close events into separate methods [`775df0e`](https://github.com/fomantic/Fomantic-UI/commit/775df0e06179e5330a684379eb8b604718e41ed5)
- Fix isssues when using messages instead of labels, with max selection and display count [`4c1d7d0`](https://github.com/fomantic/Fomantic-UI/commit/4c1d7d0456f1187440a81f05fd02ca4cb5127b99)
- fix(dropdown): Only update text if action is activate or combo [`c296538`](https://github.com/fomantic/Fomantic-UI/commit/c296538616b4d1d8522dd81bbccb9df84bc71cb6)
- Use single quotes for string literals [`ab535ba`](https://github.com/fomantic/Fomantic-UI/commit/ab535ba375e71e27aa41026e45b7aa4857d8c060)
-#2713 Possible fix for complete returning XHR and not response [`039b549`](https://github.com/fomantic/Fomantic-UI/commit/039b5490ac51b9be906a7ad42ed9bf06dbc33cf2)
-#2689#2690 Fixes issues with restore defaults. Fixes issues with confusion over set selected [`46b5d53`](https://github.com/fomantic/Fomantic-UI/commit/46b5d53cc5cc2ce0a70efa2332659ae544956e72)
-#2636 Tests & Fixes 0, 1, and 2 conditions for minLength, maxLength and exactLength [`93a92d2`](https://github.com/fomantic/Fomantic-UI/commit/93a92d2bf067b4670d2eb7a389e348f8c75b24ff)
- Added a primary and secondary colored card [`6588b79`](https://github.com/fomantic/Fomantic-UI/commit/6588b7970ea749b9a15d2b096cc0b34847b8ec0d)
- Added a primary and secondary colored card [`c3b08b7`](https://github.com/fomantic/Fomantic-UI/commit/c3b08b732253950769bd203b0813685d84d2568f)
- feat(dropdown): Add new hideDivider option [`5112bdd`](https://github.com/fomantic/Fomantic-UI/commit/5112bddb92571c3620e9892745644181f7c4694d)
- Added primary and secondary colored headers [`f77256b`](https://github.com/fomantic/Fomantic-UI/commit/f77256bc1f5cfeb1879fd240e66f34be4c0538d3)
-#3432 implement matching user addition case [`0fa5821`](https://github.com/fomantic/Fomantic-UI/commit/0fa58217adef109e22faa3722d2d4f30bef71ac5)
- Fixed an issue whith child `.card` elements incorrectly inheriting their parents’ rules [`c5ede18`](https://github.com/fomantic/Fomantic-UI/commit/c5ede1822209822141bd2681083ef5b1cc316945)
-#4506 leftward now only checks on rightward, so predefined leftward menus are not touched. Fixes spacing on left dropdown icon [`56865fd`](https://github.com/fomantic/Fomantic-UI/commit/56865fd40379843a2ed558c09c0e5297d383224d)
- Add arrow centering on small popups [`0f464a6`](https://github.com/fomantic/Fomantic-UI/commit/0f464a6ca1acef0723d7a81533a27e09f26946a9)
- Spelling and link fixes [`3d49954`](https://github.com/fomantic/Fomantic-UI/commit/3d499541e8ad23a8d6e4875309f057e87f13a26f)
- Removal observer always should use document to teardown [`250a465`](https://github.com/fomantic/Fomantic-UI/commit/250a465263232d89ac540bf3e68b62196ee5e5ae)
- Adds #3744 - Calling dropdown() on select initialized as dropdown now works [`313f8f4`](https://github.com/fomantic/Fomantic-UI/commit/313f8f4a4a7f7bee581ca0af415aa9e82cf02bbb)
- Fix inheritance issue with segments #4013 [`f8e295f`](https://github.com/fomantic/Fomantic-UI/commit/f8e295fcffa77504896ffecf8fee0a82f56347c6)
-#4688#4692 Fixes issue where backslash and other spcial characters may cause dropdown to fail [`152482a`](https://github.com/fomantic/Fomantic-UI/commit/152482a9e2298608eb81bdd517b53720cd473183)
- Fixes dropdown arrow on left/right pointing #4896 [`9642bda`](https://github.com/fomantic/Fomantic-UI/commit/9642bdaef8cf6258b1179410d3e04a3a23693d86)
- Enable error message for offstage position, adjust lastResort to also allow true instead of specified position [`9b2b159`](https://github.com/fomantic/Fomantic-UI/commit/9b2b1590ed4fc35f37b55c687a0410d4f69cd73d)
- [Label] Use basicBackground with background [`2bbd880`](https://github.com/fomantic/Fomantic-UI/commit/2bbd88060e30c3791e1b2c182b8071758761595c)
- Fix links in release notes [`8c0d3ab`](https://github.com/fomantic/Fomantic-UI/commit/8c0d3abc81bee5557594ad42c511a1c54df5839f)
- Add additional weight to link list states #5603 [`e43e7ac`](https://github.com/fomantic/Fomantic-UI/commit/e43e7ac25664c5866a40c69d7f5d73fcfa31340c)
- Added primary and secondary colored icons [`0b8f73a`](https://github.com/fomantic/Fomantic-UI/commit/0b8f73ad001d2d52a09c4152d11c19e1d887dd5e)
- Fix input to work with basic label, fix basic label hover, add left labeled button [`c2cfd76`](https://github.com/fomantic/Fomantic-UI/commit/c2cfd765f4e4d4d7cf5a28f41713e3072033f45b)
- Adds JSON decode to onFailure #2713 [`03e4965`](https://github.com/fomantic/Fomantic-UI/commit/03e4965571c19da29f6952de3b99ac52a468453a)
-#2655 Fixes vertical basic buttons not aligned correctly [`79ca738`](https://github.com/fomantic/Fomantic-UI/commit/79ca738d05973ef4ea63424c1a14687dae775e30)
-#2737 fix improper selector for autofocus setting, move setting check to outside function so it can be called manually [`a1ca414`](https://github.com/fomantic/Fomantic-UI/commit/a1ca41407647c13897142dd57b4b31a7413cc43b)
- feat(dropdown): Extend sortSelect with 'natural' and custom function [`a1aff81`](https://github.com/fomantic/Fomantic-UI/commit/a1aff812a78788bd0be3b3d06859c236ba3614ab)
- Fix issue in implementation of closable on dimmer, fix issue with not namespacing dimmer in modal [`fa08398`](https://github.com/fomantic/Fomantic-UI/commit/fa08398aad20f7764aa99afdea1e123a178b80a9)
-#2681 return length to functioning as minLength, add exact length [`208c9d6`](https://github.com/fomantic/Fomantic-UI/commit/208c9d6c59725911f1fee43a63fdcd0e274679a9)
-#2666 - remove label does not correctly use get.values() internally, causing a type error with multiple [`14dea43`](https://github.com/fomantic/Fomantic-UI/commit/14dea43662f6302c4581e5d0917c6362d49b942e)
- Adds new setSize setting to sticky, fixes issue with percentage based containers #4360 [`bea2c71`](https://github.com/fomantic/Fomantic-UI/commit/bea2c71af8178faca8d9f38a386817ab3b292067)
-#2576 Modal will remove body style after hiding [`6fbabf4`](https://github.com/fomantic/Fomantic-UI/commit/6fbabf4c2bc996341c13995d220c47f4d20bce22)
- Add mobile styles for search [`0727e5e`](https://github.com/fomantic/Fomantic-UI/commit/0727e5e5ad08169be4da9ee0d16c6200046a82b7)
- Correctly calculate offset when popup is in a different positioning context [`5e9535e`](https://github.com/fomantic/Fomantic-UI/commit/5e9535e1f0a041a1fcd923685548c09d2a486253)
- Only reposition the current menu element [`06aaeb0`](https://github.com/fomantic/Fomantic-UI/commit/06aaeb007a81553539def3dcae4ce6b4d8d8456a)
-#2526 Popup fluid width is now set by its parent DOM element, not its offsetContext (i.e. thing with position: relative) [`5d113c0`](https://github.com/fomantic/Fomantic-UI/commit/5d113c01a513a660896c4d0f800d48ee442f391f)
- Add solve for dimmer to prevent modal scrolling in bg [`75dcaa2`](https://github.com/fomantic/Fomantic-UI/commit/75dcaa2694da2aaa681aff1be74b2c0f3fab4028)
-#4163#4164 More general fix that properly escapes string values for selectors [`6f19675`](https://github.com/fomantic/Fomantic-UI/commit/6f19675c526f2df31a676dcc22676554f2959e1b)
- Visibility type: fixed now properly tears down on destroy #3548 [`ad8fb89`](https://github.com/fomantic/Fomantic-UI/commit/ad8fb89ec3ae21b59a474e57d72115f7d65b260c)
- Related #2713 add XHR to all callbacks [`44bf836`](https://github.com/fomantic/Fomantic-UI/commit/44bf836651761e0e7c993df922f081bb2afba981)
-#2676 Checkbox now correctly prevent default event on keyup not keydown [`8f6bc3d`](https://github.com/fomantic/Fomantic-UI/commit/8f6bc3df803385dfb4c460a8a0129e6fcdf21727)
- Start of 2.4 release notes [`135246a`](https://github.com/fomantic/Fomantic-UI/commit/135246af911d74e43ea168b443be5132f1c05d2a)
-#5231#5809 Recursion in remote search when results are success but return no results on show [`b4edc1b`](https://github.com/fomantic/Fomantic-UI/commit/b4edc1b380fb630314bcdea8584b64569084618c)
- Fix issue with bottom margin on stats [`18ecf15`](https://github.com/fomantic/Fomantic-UI/commit/18ecf158a355eaf8da8ff4844f0030aa72159d48)
- Adds @normal usage for non default themes #6227 [`87c62ff`](https://github.com/fomantic/Fomantic-UI/commit/87c62ffcc74b11c9cc5c78961ed1076d31a87ea8)
- Fix searchdelay could make results appear even after search has lost focus [`2a53a9f`](https://github.com/fomantic/Fomantic-UI/commit/2a53a9fbd02ff40074fbefcdf03e23ee57f693c3)
- Related #2605, sticky no longer uses bottomPadding for determining bottom edge of context. This is counterintuitive and in most cases wrong [`253bdc5`](https://github.com/fomantic/Fomantic-UI/commit/253bdc5c53aae3132715c103abc2a48461b11eae)
- fix(dropdown): Check if search is active and focus/blur the search field when toggling the dropdown with the icon [`ba8aae5`](https://github.com/fomantic/Fomantic-UI/commit/ba8aae52bec367d2035f781bb6bdf9008d6333e1)
- Changed @solidFontName to @fontName [`75db2ed`](https://github.com/fomantic/Fomantic-UI/commit/75db2edc75abbccf02eec4f511e03a7767bb6bad)
- Fix issue with overflow: scroll [`bcdc1f0`](https://github.com/fomantic/Fomantic-UI/commit/bcdc1f018cd88634bb022e2ffd54fe74848a6593)
- Clean up logic in onComplete for cogency #2713 [`66c89ad`](https://github.com/fomantic/Fomantic-UI/commit/66c89add39b8b0a2db6a44fed5fb7211f9f9d614)
-#2394 URL values will now encode while avoiding double encoding [`fc6df94`](https://github.com/fomantic/Fomantic-UI/commit/fc6df94ea36435a582c63dc5aa2f9e90ce09b22a)
-#2556 Adds back black icons [`4b7a8fe`](https://github.com/fomantic/Fomantic-UI/commit/4b7a8fe19138c31893a8dfbe48b5a872eac92ae8)
-#4279, preserve em units for math, fix h1-h5 to use exact decimals as well [`00b7d08`](https://github.com/fomantic/Fomantic-UI/commit/00b7d089525ac5af6a15fa5075d8377489d1fc35)
- Fix typo in icon menu [`96502c3`](https://github.com/fomantic/Fomantic-UI/commit/96502c31348c9905ff204339e6c71f7229877e71)
- Fix admin tasks failing to create npm repos for single components [`82159da`](https://github.com/fomantic/Fomantic-UI/commit/82159dafeb4d6dbc6f2347a0d9fc7bd20f66f6d2)
-#6192 few missing aliases for outline #6232 [`3f5ca5a`](https://github.com/fomantic/Fomantic-UI/commit/3f5ca5a6954c8f4291794c80c4a9d243a24c2bb8)
- Fix bug with autofocus modifying focus of modal fields [`dcf6a93`](https://github.com/fomantic/Fomantic-UI/commit/dcf6a933956a3cbc82a63a99fbf84ea84ce4b779)
-#5391 - Fixes issue with deprecated uglify setting in build tools [`cd3a639`](https://github.com/fomantic/Fomantic-UI/commit/cd3a639a5461c896d7c6a09792ca96377cf98a33)
-#4211 - Fix left pointing menu to swap sides with leftward [`9425380`](https://github.com/fomantic/Fomantic-UI/commit/942538047ed0a2028e7dd8f67f79821bf06b9afa)
-#4163#4164 Fixes associative array name values not working correctly [`6e88af1`](https://github.com/fomantic/Fomantic-UI/commit/6e88af15b7cf356ca46f744d6de47fe592650860)
- Allow `onHide` callbacks for dropdown prevent hiding [`4dfeaab`](https://github.com/fomantic/Fomantic-UI/commit/4dfeaabe9b63772dd72ec1a9d8058dcc07c8c0e2)
-#2526 Add jitter to deal with rounding issues when popup is adjacent to edge [`5b2b198`](https://github.com/fomantic/Fomantic-UI/commit/5b2b1981018722cdb3aab047011f1be94f97c178)
- Adds coupling for ribbon label with reveal #5681 [`c423611`](https://github.com/fomantic/Fomantic-UI/commit/c4236115ade83b45c2d234f73a3b9ab2688b7f1d)
- Fix issue where dropdowns might animate outward two times on blur [`2c5cc6f`](https://github.com/fomantic/Fomantic-UI/commit/2c5cc6fc1c06130500db17cac948a6dd0c388d0c)
-#2629 Throw error when identifier is a non-string value [`b756bb5`](https://github.com/fomantic/Fomantic-UI/commit/b756bb52fe378fc95fb05b3a454aadb00ae12dcf)
- Metadata can now be used to parse content links in docs [`c7e16ef`](https://github.com/fomantic/Fomantic-UI/commit/c7e16efe3db9342ee29a6f7fd5655406bf56547a)
- Fix double margin on nested images #6224 [`b93737e`](https://github.com/fomantic/Fomantic-UI/commit/b93737e07189aa61b5326304d5e72448f6df2f16)
- Better implementation of #6016 passing value to callback [`e137ee1`](https://github.com/fomantic/Fomantic-UI/commit/e137ee1bfd5b89ac699efd9a1d56f9e27c16d93d)
-#5522 update jsfiddle link to canonical [`073db05`](https://github.com/fomantic/Fomantic-UI/commit/073db057a98ac9237fc4b7e73f0dc2b4a4e8371a)
- Update the JSFiddle. [`8eeb3ad`](https://github.com/fomantic/Fomantic-UI/commit/8eeb3ad70f5402aa1a4086d69340acaee2ab98ac)
- Rlsnote lang [`7491b94`](https://github.com/fomantic/Fomantic-UI/commit/7491b9455f116a5508e2d4caf40726ef843779a9)
- Fixes issue with visibility type image re-animating when reinitialized [`b9d402d`](https://github.com/fomantic/Fomantic-UI/commit/b9d402d62bd988281c6705856c36d8ceffaac22c)
- Search remote data before showing if necessary #4041, fix typo in remote search setting [`6b759b7`](https://github.com/fomantic/Fomantic-UI/commit/6b759b74c0470164abd614e0a89bcfccbc8363b1)
-#2649 additional style pruning, remove two unnecessary scope uses from less [`db968a4`](https://github.com/fomantic/Fomantic-UI/commit/db968a4e05cd16bdae927468f87f3c12faad1382)
- Update search.js to allow custom display fields [`0119240`](https://github.com/fomantic/Fomantic-UI/commit/0119240944459081fc2a2e00fb6c78cab9e37af0)
-#2573 Fixes <select> will not add option values with remote data. [`e61b39c`](https://github.com/fomantic/Fomantic-UI/commit/e61b39c16b73160d03165a185433b074a4be693f)
- Add coupling for lists inside menus, fix box shadow showing as border #5603 [`66df031`](https://github.com/fomantic/Fomantic-UI/commit/66df031f4b950dc32c230fd2a5a7d3fa6f6bb14f)
- Attempting to fix install message [`7e21869`](https://github.com/fomantic/Fomantic-UI/commit/7e218698920307453a5fd3f572a28bc766cc9d5b)
- Match formatting #3085 [`f87ae3d`](https://github.com/fomantic/Fomantic-UI/commit/f87ae3d6f61ad6850a017fade0ddd6c6f8792256)
- Fix unchecked checkboxes not being accessible with get value [`688c645`](https://github.com/fomantic/Fomantic-UI/commit/688c64551a0bbedf602d9641e0ba8452bdbd4332)
-#2505#2501 radio checkbox regression during fixes to #2610 [`7d5ea33`](https://github.com/fomantic/Fomantic-UI/commit/7d5ea33a0a21cd42d37c87e4e402b98dff23fba5)
- Fix issue with credential caching in publish script due to https git urls [`3838710`](https://github.com/fomantic/Fomantic-UI/commit/383871090cda527df916e1751279b3de79b07480)
- Minor button theme change [`faa5e3b`](https://github.com/fomantic/Fomantic-UI/commit/faa5e3bfccd9f576e75a7fe4d3925cab96929403)
- Fix element structure [`6175d52`](https://github.com/fomantic/Fomantic-UI/commit/6175d523c19ac0da65554849832c484214160259)
- Typos in release notes [`1d63034`](https://github.com/fomantic/Fomantic-UI/commit/1d630340bcc48b742c4a80882a61c25e058d56e9)
-#5366, #5975 - Fixes issue with offset not available on window [`18ac909`](https://github.com/fomantic/Fomantic-UI/commit/18ac909518276804e998cf7d92be79f3e66c6647)
- Fix error which could cause popup to use wrong offset context when specifying popup manually [`8df7f2f`](https://github.com/fomantic/Fomantic-UI/commit/8df7f2f2c75cbdf68cc5134dd2357895c66fdd5c)
- Default theme folder can be configured [`dedec07`](https://github.com/fomantic/Fomantic-UI/commit/dedec07aaa135f7b4ab557d7eb8e77da9cb7ff3d)
- Fix positioning with loading/dropdown icon [`635a0ee`](https://github.com/fomantic/Fomantic-UI/commit/635a0eed735fb45370e08a4216b6d9d8ea0ef519)
- 5122 allow dashed cc values [`31b28a1`](https://github.com/fomantic/Fomantic-UI/commit/31b28a1950364a56b8c08e4e715743cc288bbc48)
-#2534 - Add cacheType setting, response or html. Response caches original response so that execution occurs in same way each load. HTML caches final html content after callbacks [`6b5c383`](https://github.com/fomantic/Fomantic-UI/commit/6b5c383dabfda853e6862a59a5b4edf9dda1c01e)
-#2605 last scroll value should only be saved if element scroll position changes [`b61fef3`](https://github.com/fomantic/Fomantic-UI/commit/b61fef3205dfefe5a4832841dbeb625a968603fe)
-#2617 Fixes unnecesssary use of flex with fluid button [`e5eca74`](https://github.com/fomantic/Fomantic-UI/commit/e5eca744d025c76afda58e1e0acf5b355828b3a4)
- Fixed typo in README.md [`d6dace4`](https://github.com/fomantic/Fomantic-UI/commit/d6dace4824b3b1eea5263699b49e008d9f9d84b3)
-#2573 Fix derp conditions of else [`4be9213`](https://github.com/fomantic/Fomantic-UI/commit/4be921336a3ce9695d856151d8b24d8e28ed1f4a)
- Fix for #5713 [`afff7b2`](https://github.com/fomantic/Fomantic-UI/commit/afff7b2535b497132acdd5150f8c2327b8d2ca6e)
- Fix top right pointing dropdown to move arrow when leftward #4211 [`b13bef1`](https://github.com/fomantic/Fomantic-UI/commit/b13bef17bca184d6b25525dead65ec27293b29ea)
- Fix issue with not being passed to offsetContext when using predefined popup [`6e6c92a`](https://github.com/fomantic/Fomantic-UI/commit/6e6c92a4790516d7797997561ce50769e2546f4b)
-#3430 Fixes issue with page scroll flickering due to bug in sticky when container height is defined by static sticky height [`52dbc62`](https://github.com/fomantic/Fomantic-UI/commit/52dbc6288e327d1b671b0d86019a23ef6d601bcc)
- Fix bug with top passed bottom passed in visibility [`415a67d`](https://github.com/fomantic/Fomantic-UI/commit/415a67dedbd1c04da01f43fed3680fa4c35a9903)
-#4163#4164 Forgot to rename one use [`6016da3`](https://github.com/fomantic/Fomantic-UI/commit/6016da337fc28ce0c0e4d30cd771992c3453254f)
-#2737 typo in code [`b6fa0b3`](https://github.com/fomantic/Fomantic-UI/commit/b6fa0b3020ce5f979cc7fe7a6d622eeaa2bd8f79)
- Fix margin on fields with only one field [`fe24d4b`](https://github.com/fomantic/Fomantic-UI/commit/fe24d4bcd675b4e48132c6fcc5d31922c0aae2a3)
- Fix wide and very wide popup appear offscreen on mobile [`1177c23`](https://github.com/fomantic/Fomantic-UI/commit/1177c237895875b0a76a415f00503713b8b4971a)
- [Form] Add * required marker from the label itself [`8836c39`](https://github.com/fomantic/Fomantic-UI/commit/8836c39b88710434f2e8786a91619bf3298f2399)
- fix(dropdown): Only check option value to determine if option is selected [`3a941ac`](https://github.com/fomantic/Fomantic-UI/commit/3a941ac09f4b892266625d3de9748557bcd3952d)
- Fix the 'ignoreCase' option when using multiselect to work with has.label #6123 [`6910893`](https://github.com/fomantic/Fomantic-UI/commit/691089301b0305168bdf9157515b3f13d771e77b)
- Added expected and result to bug template [`36f77a8`](https://github.com/fomantic/Fomantic-UI/commit/36f77a8791f0e7bb714cfd2ad27305fd83782325)
- Rlsnotes on icons [`8b3f0f3`](https://github.com/fomantic/Fomantic-UI/commit/8b3f0f37b7a934bd7856c42c93ce4b71b19ca78a)
- Fix issue with scrolling modal and allowMultiple #2423 [`aa1d36b`](https://github.com/fomantic/Fomantic-UI/commit/aa1d36b232ef2cdf7f80f090f95e76d803bc4d07)
-#4872#4850 Fixes issue with icon offset in header and list [`48aaf9a`](https://github.com/fomantic/Fomantic-UI/commit/48aaf9a74a6bd414cf661048df071d098eed83bd)
- Fix spacing on image in dropdown [`aa6ecf9`](https://github.com/fomantic/Fomantic-UI/commit/aa6ecf951ce72d4cd8fbaa36e5d52c61e04d14f3)
- Corrected the previous commit [`2ec4b57`](https://github.com/fomantic/Fomantic-UI/commit/2ec4b573cfba14c27c1bb0bfdb2a1ab77c43cffb)
- Allow text labeled dropdowns to continue to search after max selections [`3b952c3`](https://github.com/fomantic/Fomantic-UI/commit/3b952c34d2a7cc0d77c42cfc094f0912c30c7b8b)
-#3432 Simplifies setting name (derp), adds default to false [`32d47d6`](https://github.com/fomantic/Fomantic-UI/commit/32d47d60ef9b6da6db9a3e19afe71c7a717fbe04)
- Another install msg attempt [`11ee2c5`](https://github.com/fomantic/Fomantic-UI/commit/11ee2c5050b59b23ea4273430660f7d8d535bbe5)
-#5284 - double disabled styling on inputs [`ae38450`](https://github.com/fomantic/Fomantic-UI/commit/ae3845032fd26c9b5652a49989aedbb8f32f0367)
- Notice on form validation [`cd63ad8`](https://github.com/fomantic/Fomantic-UI/commit/cd63ad891ddb1afa167b0cb86591dfdf25efcd28)
- Fixes decimal regex to be more reasonable [`fb8bccd`](https://github.com/fomantic/Fomantic-UI/commit/fb8bccd1150c9374fcfa081e295a05f7d61eac22)
- Fixes outlined star being difficult to see #3730 [`b1fa7e2`](https://github.com/fomantic/Fomantic-UI/commit/b1fa7e21951b7b49a92ed50f9b89e5241b25996d)
- Rlsnotes and condense logic further #3085 [`2c44d66`](https://github.com/fomantic/Fomantic-UI/commit/2c44d667aa4151fdd719c4595a7666f5eb6b0d87)
- Adjust arrow variables to automatically resize [`c6e78ae`](https://github.com/fomantic/Fomantic-UI/commit/c6e78ae909a12713235d6bb15b857281de1fca3d)
- Rename pressedTextColor var [`5527ce6`](https://github.com/fomantic/Fomantic-UI/commit/5527ce6c9a48c7c917bd9633a075ec62ba328506)
- Adds flex-shrink value for menu item [`065524a`](https://github.com/fomantic/Fomantic-UI/commit/065524a170c441857d4eebf722b27b1270dd33df)
- Fix issue where dropdown inside label wont open [`37ad56b`](https://github.com/fomantic/Fomantic-UI/commit/37ad56b62c71c4ce637a4a9fd6c1f28a11e330eb)
-#2469 Fix issue with get animation when cache is undefined [`a942a27`](https://github.com/fomantic/Fomantic-UI/commit/a942a27ad6b16d0b722c5f18786c9b779e708072)
- [Segment] A basic segment within .segments should be basic [`05d60e4`](https://github.com/fomantic/Fomantic-UI/commit/05d60e4efd1f60ced3731adf7459f7dcd074c11f)
- fix(form): Set color in ms input placeholder pseudo selector to important [`8742826`](https://github.com/fomantic/Fomantic-UI/commit/8742826cb2ee724f73c4bb14279d7557f436a96a)
- Fix dimmer with setting closable:false still closable [`e461c66`](https://github.com/fomantic/Fomantic-UI/commit/e461c66ec9a1d3bdcbc81450a39b786c93f0213a)
- Fix transitions on ui images > .image [`e31ff0a`](https://github.com/fomantic/Fomantic-UI/commit/e31ff0a16c384ba18973f235a04b0e8006fd8968)
- Swap bigWidth with hugeWidth in sizes #5899 [`b9d5690`](https://github.com/fomantic/Fomantic-UI/commit/b9d5690df2361507a79e29fdf03f5df4116150e5)
- Fix issue with install question requiring down arrow to select [`b6504ba`](https://github.com/fomantic/Fomantic-UI/commit/b6504ba1e02f7afd9c498227e55609943e28d7c1)
-#5549 - Fix regression from offsetTarget change [`44b8222`](https://github.com/fomantic/Fomantic-UI/commit/44b82222b0aa5c60a949681def6c02902c86585a)
- Fixes issue with dropdown positioning being incorrect inside menus #5542 [`a3b6fb6`](https://github.com/fomantic/Fomantic-UI/commit/a3b6fb62db8114b469b3ccfd4f342e2905dc6ed1)
- Fix default focused text rule to work with sizer #5633 [`f08a787`](https://github.com/fomantic/Fomantic-UI/commit/f08a78785d4c0d1333f48b7c3ebbb4f117556432)
- Revert the changes and increase the selector’s specificity. [`b13c972`](https://github.com/fomantic/Fomantic-UI/commit/b13c972c3d0b26d922dc642f3c73aff4d628fd3c)
-#4248 Fix issue with attached item menu #4248 [`bdb1928`](https://github.com/fomantic/Fomantic-UI/commit/bdb1928465bcaa8f2c1b0288d2ec309820c73d30)
- Fix issue where selection dropdown would modify search selection on tab before query [`238ac3c`](https://github.com/fomantic/Fomantic-UI/commit/238ac3c8906330e0fcc1980fefeea0ae2dfb2bda)
- Added missing rules for sortable inverted headers [`707ffd5`](https://github.com/fomantic/Fomantic-UI/commit/707ffd51471f15646428cafc589120d05971b90c)
- Fix math on scroll context [`064477c`](https://github.com/fomantic/Fomantic-UI/commit/064477c47d9f48a41b086e09811bed8e0b0a7dea)
- Added `box-shadow` to the checkbox component’s `.toggle` variation [`076cb9f`](https://github.com/fomantic/Fomantic-UI/commit/076cb9f8654241ffd8ac1a92a98d4f23eda58506)
-#703#4093 callbacks should not occur when using is valid [`d163b57`](https://github.com/fomantic/Fomantic-UI/commit/d163b57745b5b51db087b37c0310d80825b819f3)
- Labels now use metadata setting [`aa0c9ce`](https://github.com/fomantic/Fomantic-UI/commit/aa0c9ce453519bd339ea9adfd61f8763a0336c82)
-#4163 rlsnotes and thanks [`9be5cf2`](https://github.com/fomantic/Fomantic-UI/commit/9be5cf27141accc203fa7e4a7f77de203a90c1b7)
-#4279 Fixes off by 1px errors in any UI with inputs [`e01309c`](https://github.com/fomantic/Fomantic-UI/commit/e01309c90a07b994d63faca6461bba7a14486ba5)
- Fix build scripts to work again [`d3e7455`](https://github.com/fomantic/Fomantic-UI/commit/d3e745524c554580675291051019afc921fd2881)
-#4815 change name for setting again to match other remote setting [`1f897b3`](https://github.com/fomantic/Fomantic-UI/commit/1f897b3bb17ef79a582231a17fd2143e94a6c088)
- Fix destroy never being called before init #3798 [`05652ab`](https://github.com/fomantic/Fomantic-UI/commit/05652ab7cdaf937ce5aaecdaabdf898ab4b78dff)
- Adding England flag: Issue #1549 removed the alias uk-england, but England was never added back. [`bb24dcf`](https://github.com/fomantic/Fomantic-UI/commit/bb24dcf75264ac87df6b6245e2a843ee280d305f)
- set @tabularBackgroundColor value to transparent [`e53401f`](https://github.com/fomantic/Fomantic-UI/commit/e53401f57e69940bac1a9e77d37782f8064ce59e)
-#2583 onHide/onShow should be last as well [`cba22a8`](https://github.com/fomantic/Fomantic-UI/commit/cba22a865fe7a5f57b443dee70702be47a332449)
-#2583 Fixes onComplete is not called at true 'end of animation' [`bb9bbad`](https://github.com/fomantic/Fomantic-UI/commit/bb9bbad825adf121ff7b8e3ddfbe1b6fafce2aea)
- Update URL again [`f32cc39`](https://github.com/fomantic/Fomantic-UI/commit/f32cc39b276c35188f72cfbee80acf0a7892b117)
- [Form Validation] Add an option that disallow trim before validation [`e6fcadd`](https://github.com/fomantic/Fomantic-UI/commit/e6fcadd0934385c35c90911b3dd5cbc874406bef)
- Fix issue with whitespace wrapping in reveal [`4231bb2`](https://github.com/fomantic/Fomantic-UI/commit/4231bb269f1f6000ca027b3c845fcbdddb5a1ad1)
- Fix visibility issue with onScreen calculations for long elements [`b78dc75`](https://github.com/fomantic/Fomantic-UI/commit/b78dc75fc17c93996dc2c1164b1c756f606fb4bc)
- Fixes issues with theme changes not generating files on win platform [`78ca7c5`](https://github.com/fomantic/Fomantic-UI/commit/78ca7c56f26f0be8f4b084e0a945cfee62dc678f)
-#2744 Fixes issue with fluid container overflow [`7b2a696`](https://github.com/fomantic/Fomantic-UI/commit/7b2a696caeee6f4b607a86bfe906da87a79e34f8)
-#2629 Fixes duck typing in form validation to check rules and id [`d2c4547`](https://github.com/fomantic/Fomantic-UI/commit/d2c4547dc04b79b274e6033d86ff076b34d52d6e)
-#2615 Adds missing default value for refreshOnResize [`2219ea8`](https://github.com/fomantic/Fomantic-UI/commit/2219ea88f2e7e0a8406685f8c0e06ba108141b8b)
- Fix URL validation isssue with form [`00f17f7`](https://github.com/fomantic/Fomantic-UI/commit/00f17f73459ae6dc9449f097d434b36b7ad55456)
- Midnight in a perfect world [`57aac1e`](https://github.com/fomantic/Fomantic-UI/commit/57aac1e6db954271231f99dca3434a96c5cd939a)
- Version tick [`44cf50b`](https://github.com/fomantic/Fomantic-UI/commit/44cf50b61ce2570190e56fc374beba2c68a9de33)
- [Form Validation] Avoid trim of values before validation [`0666053`](https://github.com/fomantic/Fomantic-UI/commit/0666053eb7f63d720d0b9fd5661e5238296413b5)
- [Dropdown] A fluid dropdown should be fluid [`7eb1b05`](https://github.com/fomantic/Fomantic-UI/commit/7eb1b058519566fb2d7bbc5948ab84a2c2af80bc)
- [Table] Fix priority for td .disabled class [`31959e8`](https://github.com/fomantic/Fomantic-UI/commit/31959e86b1f93628d9a2e23f391c6112662e1332)
- Fix last tab inside container which does not have correct bottom margin [`87c8e52`](https://github.com/fomantic/Fomantic-UI/commit/87c8e526a70ce282f1a06e9c1142a02f4628639c)
- Bumped version [`c18f4d0`](https://github.com/fomantic/Fomantic-UI/commit/c18f4d0499c2f6360564d1d7a274c6befcc5be76)
- [Card] Icon containing class "card" misbehaves [`49f9118`](https://github.com/fomantic/Fomantic-UI/commit/49f9118bb9cf7857ec34d94dc64e990a3d9d7a7f)
- fix(flags): Fix wrong flag position for Myanmar / Burma [`e892ca0`](https://github.com/fomantic/Fomantic-UI/commit/e892ca080a0649579f2ecb7f8cec2421c7fc3a65)
- Add trailing newline at the end of generated JSON [`62c4c1e`](https://github.com/fomantic/Fomantic-UI/commit/62c4c1e7c9490d8e1d33248c67abd805d9b418ae)
-#6226 remove testing variable as false [`ca05ebb`](https://github.com/fomantic/Fomantic-UI/commit/ca05ebbdfb52205e9316188b1a8f36fa92ea85de)
- Fix build-docs task not requiring component name in filename #6226 [`295af5f`](https://github.com/fomantic/Fomantic-UI/commit/295af5f328c5072e779d6ad4a0caec24509d4294)
- Version [`23a7efa`](https://github.com/fomantic/Fomantic-UI/commit/23a7efa3719dbab4d97a7c87b5bdea75179cf9cd)
- Changed i.icon font-family to @fontName instead of @solidFontName [`82226e6`](https://github.com/fomantic/Fomantic-UI/commit/82226e6ee175d0ad617ee31c496c20dd846b6a2a)
- Small change, padding [`b4f5d54`](https://github.com/fomantic/Fomantic-UI/commit/b4f5d54545246721b242bb2b7031c91537eea592)
- Remove href attribute from div element [`ccaafae`](https://github.com/fomantic/Fomantic-UI/commit/ccaafae32ab816306f1c429d4bc49c364a1c0270)
- Update gulp-clone dep with issue #6067#6089 [`84fc63f`](https://github.com/fomantic/Fomantic-UI/commit/84fc63f493ea86bb479653a28a32fa00d4749f81)
- Use @background value for arrow background color [`d807a54`](https://github.com/fomantic/Fomantic-UI/commit/d807a542d823d9905747d1c3106668bce19e64e5)
- Fixes issue with line height offset no longer being necessary #4780 [`97750b7`](https://github.com/fomantic/Fomantic-UI/commit/97750b700c1303f10cf93ed76ed5aa6e5f0871d9)
-#5281 fix issue with descendors cut-off in transparent input [`3a7d36f`](https://github.com/fomantic/Fomantic-UI/commit/3a7d36f343f6070f15142e9dc6e0ee91013e64d3)
- Fix issue with down arrow shortcut in dropdown [`7a5fb9e`](https://github.com/fomantic/Fomantic-UI/commit/7a5fb9e12a60c361cfa8c102ac24c2e7d68b6db7)
- Disable refreshing for non active/animated modals [`7a17e70`](https://github.com/fomantic/Fomantic-UI/commit/7a17e70dd6c5c96294d204982c305d1e5eed63b8)
- Timer logic in wrong place [`3de60bc`](https://github.com/fomantic/Fomantic-UI/commit/3de60bc3adf3593587e523fe72fe9fc904487435)
- The width of inputs that are inside of a dropdown’s `.menu` should never be overridden [`dfc7599`](https://github.com/fomantic/Fomantic-UI/commit/dfc7599f6b9c6c730d6f750fb17105775c6aad35)
- No really final positioning for loading dropdown [`8755da7`](https://github.com/fomantic/Fomantic-UI/commit/8755da70cfda8d64c41de38e7a3d31096913d03b)
- Build dist for demo [`db79ded`](https://github.com/fomantic/Fomantic-UI/commit/db79dede36fe98a407cf6189feb5afa88185a82f)
- Allows modules to work in environment with global other than window #3855 [`4292ab5`](https://github.com/fomantic/Fomantic-UI/commit/4292ab5aa1411ae016f879c469322cc72629eb08)
- Add animations to css popups [`047f66c`](https://github.com/fomantic/Fomantic-UI/commit/047f66ca2a86759b73ef8d408a1fb91127cabfbd)
- fix(dropdown): display sub menu on the left when if cannot fit screen [`4d52d37`](https://github.com/fomantic/Fomantic-UI/commit/4d52d37e0c08cdaf4d81aebc2c5b3cde60e0cadb)
- Build 2.2 for release [`ebb1cab`](https://github.com/fomantic/Fomantic-UI/commit/ebb1cab098cad4509d8b173bd1d185b7472711f6)
- Adds boundary setting for popup and scroll context setting [`4a15af3`](https://github.com/fomantic/Fomantic-UI/commit/4a15af37d256f4d5010413d996bc5dd6551e33ef)
- Updates FontAwesome to v4.6.1 [`681bc19`](https://github.com/fomantic/Fomantic-UI/commit/681bc19a36befc740f201cb0800e8f2d4a37e6f1)
- Fix input spacing rule on dropdown, add colored box shadows, add border colors to message [`22fc884`](https://github.com/fomantic/Fomantic-UI/commit/22fc88442ef2637b6016250bec1cd8dfbcf191b6)
- Removes all references to year from copyright notice (lets save some annoyance every january) [`e1e1a81`](https://github.com/fomantic/Fomantic-UI/commit/e1e1a81ab3187ec8ecefd2dc60bc078edf3e7ddc)
- Multiple select dropdown now uses a sizer element to determine current text width, instead of estimating based on character count [`664a9d9`](https://github.com/fomantic/Fomantic-UI/commit/664a9d9032aa199b541a6829a0948c3370782899)
- Fix most tooltip animations [`370cbdb`](https://github.com/fomantic/Fomantic-UI/commit/370cbdb62fad9da561f42255b39629bd4ef2035e)
- Fix quote encoding in dropdown [`f38237d`](https://github.com/fomantic/Fomantic-UI/commit/f38237d6f8d03bbfae26c1056b23aae99da24c00)
- Fixes issue with left keyboard arrow shortcut in dropdown #3596 [`8e48595`](https://github.com/fomantic/Fomantic-UI/commit/8e485954fdd5442cd975119c71d4a72f11bb7189)
- Finish width/height setting on shape [`6093973`](https://github.com/fomantic/Fomantic-UI/commit/6093973ec88c9b1917e46a598c4edf4abd4ab897)
- Fixes issue #2779 - Search component uses 'settings', instead of init. Causing Callbacks to be set on LAST request on new request [`803b894`](https://github.com/fomantic/Fomantic-UI/commit/803b8948a8be758acd697ada499ae1a42006e6c4)
- Finally add selection on keyboard shortcut [`1c8d229`](https://github.com/fomantic/Fomantic-UI/commit/1c8d229aeb5722d3952631905b2762a926d95f81)
-#3724 fix concat css to not mess with paths replaced with regexp [`d9247de`](https://github.com/fomantic/Fomantic-UI/commit/d9247de8600ed93b1cc66c75413035845ec115c5)
- Fix issue with progress when current value exceeds total [`3328e08`](https://github.com/fomantic/Fomantic-UI/commit/3328e0837a6523e3f0ea794451100303c98469c6)
- Fix typo in popup, add new search setting selectFirstResult [`900f082`](https://github.com/fomantic/Fomantic-UI/commit/900f082387ba0614060008cbc2459c161312f27d)
-#3116 - Fixes issue with inheritance of statistic font size in groups [`ff99741`](https://github.com/fomantic/Fomantic-UI/commit/ff9974102f0344e2696e42f6f5419e0b2029f714)
- Fix issue with APIsettings not behaving correctly when restoring a value without session data, fixed some instances where empty message could appear with results when removing multiselect choice. Fixed forceSelection to work consistently with multiselect [`5a610c3`](https://github.com/fomantic/Fomantic-UI/commit/5a610c35f388af0000dcec488f47c901197dc93c)
- Add sizing to menu [`9faacf4`](https://github.com/fomantic/Fomantic-UI/commit/9faacf4402bfc4fc513cda10faeefd5fc972074c)
-#3788 Fixes issue with search selection closing and reopening immediately [`79b9557`](https://github.com/fomantic/Fomantic-UI/commit/79b9557070a9b97c0cb950dea59e90f55254b9ef)
- Transition can now read final display state from metadata [`bf49cf4`](https://github.com/fomantic/Fomantic-UI/commit/bf49cf44d89e12243f1d16d65d3cfb20effe64fe)
- Fix issue with dropdown menu not opening after select due to preserving focus, fix issue with one segment inside segments group [`fc8d3ef`](https://github.com/fomantic/Fomantic-UI/commit/fc8d3efdc6cf6b2a0ad48eea96ea34ab24d3297b)
- Migrates to clean-css #4125 [`51993cb`](https://github.com/fomantic/Fomantic-UI/commit/51993cba533ebcd4fe81ea0c9ae3b250408688fe)
- Fix issues with refocus causing animation on tab blur [`c18c3db`](https://github.com/fomantic/Fomantic-UI/commit/c18c3db936c1667fb7784d8f3c725db1aa124052)
- Adds new visibility callbacks, and fixes hidden image [`7eeeeea`](https://github.com/fomantic/Fomantic-UI/commit/7eeeeea54905d81d38f0735840417b27dd485721)
-#2534 - adds new DOM caching, which preserves events and final rendered state [`d095ed1`](https://github.com/fomantic/Fomantic-UI/commit/d095ed18f1977ed907ad4ac3195a71c5eb90f5bf)
- Add sizing to form, fix link icon style [`cc891bd`](https://github.com/fomantic/Fomantic-UI/commit/cc891bd5af2382b1cc639e9d23ce115519abd922)
- Fix change in video to work correctly [`8a1027d`](https://github.com/fomantic/Fomantic-UI/commit/8a1027d63a9534e0df4f5cac19c3497e307fd34b)
- Fix issue with not being able to press down to open dropdown with user additions [`7484df0`](https://github.com/fomantic/Fomantic-UI/commit/7484df0504c26d6b66960bfbb159e459d9badcb8)
- Updates FontAwesome to v4.6.3 [`c1915e2`](https://github.com/fomantic/Fomantic-UI/commit/c1915e2546e334e411f435c196cb0962d055dd7a)
- Build 2.2 for release [`6274465`](https://github.com/fomantic/Fomantic-UI/commit/627446512a9f2ac65ee449838b9fb52cd7ee40cd)
- Fix some variables in tooltip [`246aafe`](https://github.com/fomantic/Fomantic-UI/commit/246aafeec16d731077fa95bfc0325130324702a0)
- Form fields (grouped field) now use negative margins like columns, this prevents middle rows in even sized fields being slightly smaller than other rows [`4db2dd5`](https://github.com/fomantic/Fomantic-UI/commit/4db2dd5ba671f8420e53ecd352d8bbac5de9c86a)
- [ref #904] added 4 positions for corner icons [`002752e`](https://github.com/fomantic/Fomantic-UI/commit/002752eb12debe5912fbb28d17751392b655d16c)
- sets border-radius when vertical buttons have a single child button [`3fb72fe`](https://github.com/fomantic/Fomantic-UI/commit/3fb72fe93f8c4d6d78653b9a5f9ed284112a45fd)
- Adds autoRemove option for popup, removing it immediately if its triggering element is destroyed [`ddba1ea`](https://github.com/fomantic/Fomantic-UI/commit/ddba1eabbfdb0bf465898797ce6defb7f427974f)
- Fix keyboard shortcut bug in search [`80825b1`](https://github.com/fomantic/Fomantic-UI/commit/80825b1a681b270e99c612209d6b5cdac55bba0f)
- Finish popup animations on directional tooltips [`23ebac4`](https://github.com/fomantic/Fomantic-UI/commit/23ebac4cbb10599278ecc00b2a3ea6d4dc1202cd)
- Fix tooltip case when no data-position is specified [`50306f8`](https://github.com/fomantic/Fomantic-UI/commit/50306f8eaf37706d641c8b21be3b786965d7e6bc)
-#4412, redo paths to be more consistent with default theme [`2fd4846`](https://github.com/fomantic/Fomantic-UI/commit/2fd4846e999d6f54ce0054ef03afa2157bce8185)
- Fixes event namespace issues with modal/dimmer #3200 [`764e790`](https://github.com/fomantic/Fomantic-UI/commit/764e7905dee8d54ef2f4be4fb266d7cac70c2cac)
- Add #3886 min characters for dropdown [`544b205`](https://github.com/fomantic/Fomantic-UI/commit/544b20565ff68a634fd6af19be8babb92d1bd13d)
- Fixes to progress callbacks [`6f31ccb`](https://github.com/fomantic/Fomantic-UI/commit/6f31ccb2791f764a12198183d59760e0cd7b96df)
- Swap aliases on thermometer, fix issue with scrolling dropdown right padding [`01dbc26`](https://github.com/fomantic/Fomantic-UI/commit/01dbc261cac3a891278b2993a09ee34f091e2a5d)
- Fix dropdown icon spacing, fix issues with selectOnKeydown when using text that includes html (like images) [`33ea63e`](https://github.com/fomantic/Fomantic-UI/commit/33ea63ec9139ffd3cc49ae492aeffd1666f8db63)
-#4051 - Fixes paths to roboto in material theme [`dbafd8d`](https://github.com/fomantic/Fomantic-UI/commit/dbafd8d4f1a3eb3fc7c21925ba9b60ac870a0e9d)
- spelling: mobile [`e80a048`](https://github.com/fomantic/Fomantic-UI/commit/e80a048f3c301950f1b2c90401c6e6ee2c64b224)
- Fixes popups in menu not appearing due to css specificity [`baed862`](https://github.com/fomantic/Fomantic-UI/commit/baed86245f0e8003ff3809257ad11623a3815cd4)
-#3856#3870 - Fixed issue where onSelect event would not prevent bubbled close event on blur. [`21d24a0`](https://github.com/fomantic/Fomantic-UI/commit/21d24a087cf4ee3ea4a01923514cbe47839ce6c1)
- Fixes bug with normalize value returning 100 when total is > 100 [`af06c7a`](https://github.com/fomantic/Fomantic-UI/commit/af06c7a93046f93f2237809ab86cb18a0d8d7430)
- Adds container option for sticky, adds checkbox vars [`b008a19`](https://github.com/fomantic/Fomantic-UI/commit/b008a19de8006a4378c4f232f372d6bf46ffb313)
- Fix issue where refocusing search (to preserve position) could retrigger events [`2ebcc26`](https://github.com/fomantic/Fomantic-UI/commit/2ebcc2673444d371a3fa32e6ada1e0faf44d0236)
-#3779 - Fixes issue where dropdown with user addition would keep input after selecting a choice [`ccb1c7f`](https://github.com/fomantic/Fomantic-UI/commit/ccb1c7fde48e500edfef57282a92166d1dac5b1b)
-#3766 - Fixes issue with get value not returning proper value [`c4be1cb`](https://github.com/fomantic/Fomantic-UI/commit/c4be1cb694a31130f680f796006ba1c5ced595c6)
-#3879 fixes item cache not updating after addition [`9fa00b9`](https://github.com/fomantic/Fomantic-UI/commit/9fa00b937980dab2cb510e71eadb8eb50a9f226b)
- Add abiility to autofocus in menu search [`e3ad10f`](https://github.com/fomantic/Fomantic-UI/commit/e3ad10ffe43010dc0772a0981058374413b3f4e8)
- Update visibility component to have callbacks onFixed,onUnfixed [`fbc5657`](https://github.com/fomantic/Fomantic-UI/commit/fbc56571ad19cb329ae59a4da986378a888ba5c1)
- Finishes @inputPlaceholderColor (was not applying global styles to dropdown). Remove missing variable #3975 [`a764af6`](https://github.com/fomantic/Fomantic-UI/commit/a764af62caa1fe0cced90676aa6edcdfd0858c16)
-#3789 - Fix issue with label click making menu appeaR [`2e5ad7c`](https://github.com/fomantic/Fomantic-UI/commit/2e5ad7c71c6d879a5b55d9efe840856f3b698c17)
- Modal- add setting for keyboard shortcuts [`bd92491`](https://github.com/fomantic/Fomantic-UI/commit/bd924919d2e471929372dc1eb6fd4e38781c1188)
- Adds new value prop to form validation #3313 [`cf4bab4`](https://github.com/fomantic/Fomantic-UI/commit/cf4bab4c3723b59726018afd022a172ff9960d54)
- Fix condition where progress could continue firing interval indefinitely if removed from DOM [`ef5913b`](https://github.com/fomantic/Fomantic-UI/commit/ef5913ba1d4699584616eb3d94f529cc312403d8)
- Adds first pass depends field #3529 [`313cfe8`](https://github.com/fomantic/Fomantic-UI/commit/313cfe8e3372216c29300687cd89ca8db3029bc2)
-#3724, fix relative paths to be prefixed with ./ [`0c3c410`](https://github.com/fomantic/Fomantic-UI/commit/0c3c41038c55d9cdb9fd1a114387ae6b63ba8a40)
- Fix autoinstall breaks when param used after git clone of repo (no package manager) [`7afba22`](https://github.com/fomantic/Fomantic-UI/commit/7afba22cc77c409332c070fcaca61f1b1535e877)
- Fix bug in search related to DOM fragment removed from document [`b8a14c2`](https://github.com/fomantic/Fomantic-UI/commit/b8a14c2917529f1343459a832a05c1920c7a87d1)
- Fixes hideAdditions accidentally on by default, fixes issue with when hideAdditions: true addition not appearing on 2nd edit [`90d9eaa`](https://github.com/fomantic/Fomantic-UI/commit/90d9eaa6e62a843972a232fe769393c511eef058)
-#3932 Fixes compatibility issues with jq 3.0 [`2afb4d9`](https://github.com/fomantic/Fomantic-UI/commit/2afb4d95d201f40fb7ea77cf5d580f1f82c4fb97)
- Force HTTPS URLs [`2006131`](https://github.com/fomantic/Fomantic-UI/commit/200613183c6597682e87c91253b6559099529b79)
- Cleans up SVG logic #3774 [`ccfb0cd`](https://github.com/fomantic/Fomantic-UI/commit/ccfb0cda1053beeb0c7a7d08ed405a15cd8926bd)
- Fixes issue with checkbox onEnable/disable callback mispelling [`ed98c55`](https://github.com/fomantic/Fomantic-UI/commit/ed98c55e8471ce27a9c76305f5fb2448d05e11e3)
- Fix mobile form field spacing #3913 [`d8bdcaf`](https://github.com/fomantic/Fomantic-UI/commit/d8bdcafa8364aaa625beae4ddc60eca963a1f01e)
- API now adds real AJAXsettings to debug [`6ee12b2`](https://github.com/fomantic/Fomantic-UI/commit/6ee12b22605db059755aa14a7cdcfc1ed009d911)
- Fixes issue with bulleted list appearing as link color when list item is a link [`8ef074b`](https://github.com/fomantic/Fomantic-UI/commit/8ef074b0423f272b0c45b07c6fbb0fcad6a50c65)
- Fixes missing :before for television and grab icon #4178 [`47f0653`](https://github.com/fomantic/Fomantic-UI/commit/47f06538f323a2f438f2ce39e263fbb1273eae90)
-#4305 Fixes issue with grid alignment inheritance [`7076fbe`](https://github.com/fomantic/Fomantic-UI/commit/7076fbe14fcf1007beeaaaa702e39810a11341e6)
- Fixes comment start. Fixes base class for `.envira.gallery`. Adds two more aliases for `.assistive.listening.systems`. [`5085742`](https://github.com/fomantic/Fomantic-UI/commit/5085742269d8728221606493d77d3bb539e507ad)
- Fix vertically divided grid spacing in top row [`aa9304e`](https://github.com/fomantic/Fomantic-UI/commit/aa9304ec42478ca76facba16fd30f4ee8a443df6)
- add !important to enable placeholder styling in IE [`764321a`](https://github.com/fomantic/Fomantic-UI/commit/764321a3d63ad64e777c83400f87c6c087dffb4b)
-#3703- Fixes issue with dropdowns/buttons on the left side of a ui input when using 'action input [`4879fe4`](https://github.com/fomantic/Fomantic-UI/commit/4879fe482b12212de46848fb9f1e022090681c01)
- Fixes let usage [`443e700`](https://github.com/fomantic/Fomantic-UI/commit/443e700a74dd71d361197bee35ecbade9da52285)
- Fix selection issue with <select> and userAdditions [`79c3108`](https://github.com/fomantic/Fomantic-UI/commit/79c31082b76c300cd6540b56e3dda7ee68300ceb)
- Fixed dropdown menu item not opening upward [`7ba53c3`](https://github.com/fomantic/Fomantic-UI/commit/7ba53c302f9cf436a60db8a2ced873484f481b52)
- Adds #3370 zIndex with type fixed visibility api [`a4ef537`](https://github.com/fomantic/Fomantic-UI/commit/a4ef53777ca434c1e018c56395424cea1132965a)
- Fix double hide issue in dropdown from force selection [`b2c4134`](https://github.com/fomantic/Fomantic-UI/commit/b2c41344867020671db41b5ec32d0b9e5c87dc17)
- Revert "zone.js/issues/319 Loosen equality on undefined check for determining input event" [`1e8d01b`](https://github.com/fomantic/Fomantic-UI/commit/1e8d01b4a740973e31bdc3a78a6de6b5cbc1cc4e)
- Fix typos in rlsnotes 2.2.3 [`60642e1`](https://github.com/fomantic/Fomantic-UI/commit/60642e10c01be421847c019dad55297558e86235)
- zone.js/issues/319 Loosen equality on undefined check for determining input event [`d028ed1`](https://github.com/fomantic/Fomantic-UI/commit/d028ed19b06ec25ddb033476eff8cebf2338abd7)
- Fix observe changes not working correctly in popup [`549e61f`](https://github.com/fomantic/Fomantic-UI/commit/549e61f35e5b7bf5612ca1df7be7eb72014f82dd)
-#4167 - Tabular menu now has correct bottom margin in all cases [`39ef156`](https://github.com/fomantic/Fomantic-UI/commit/39ef156decdf8e1e46034594229cad9af044d9a5)
- Fix issue with hideAdditions where enter key would not select value when typing rapidly [`77980c1`](https://github.com/fomantic/Fomantic-UI/commit/77980c1864abecd50ca2a64eba564c42c136f294)
-#3960, provide hint on hiding error message in msg [`9f68638`](https://github.com/fomantic/Fomantic-UI/commit/9f686384007889805912ff28ecf83102b321b6f6)
- Fix margin when floated content after top attached label [`2ed268a`](https://github.com/fomantic/Fomantic-UI/commit/2ed268a732f5c38f8835b8b34f9a29122a33a7b5)
- Fix issue with not pulling href from result #3409 [`6867f48`](https://github.com/fomantic/Fomantic-UI/commit/6867f48a06439d5bd0d1ad971854b1d9fe96ca29)
- Dropdown menu tpl disabled attribute fix [`6acfabf`](https://github.com/fomantic/Fomantic-UI/commit/6acfabf80fba3512c9b173b4adebd6eee94e9e17)
- Fix issue with selection refocus changes causing menu not to open with down arrow key [`c43d464`](https://github.com/fomantic/Fomantic-UI/commit/c43d464a82902fda70f9f32c5873a7f0f6e65882)
- Updating regex for email validation [`57e4f72`](https://github.com/fomantic/Fomantic-UI/commit/57e4f72b9e115b9f2447bb6fa24a8a7c7b25f38f)
- Fix variable addition for close/very close rail #3835 [`b0ca662`](https://github.com/fomantic/Fomantic-UI/commit/b0ca6625c8ca396d09114b8eb89876cb21c26a88)
- add localsearch function for dropdown with api remote data [`9efa323`](https://github.com/fomantic/Fomantic-UI/commit/9efa3234880e6d1f7fd802a2872cf37e456fa24e)
- Fixes uselabels not clearing properly #4366#4275 [`ca08f33`](https://github.com/fomantic/Fomantic-UI/commit/ca08f335b75af1a71614196577c823e2cf395e14)
- Fixes vertical text menu includes horizontal padding [`00587e1`](https://github.com/fomantic/Fomantic-UI/commit/00587e1e523e6d949a831da3252d91993502247d)
- Fixes duplicated class name. [`83f2a12`](https://github.com/fomantic/Fomantic-UI/commit/83f2a1252dc2976a853bf15a018984aad662cc59)
- Revert api change [`e54566b`](https://github.com/fomantic/Fomantic-UI/commit/e54566b8de59a6f4a84b91465a584faee237004e)
- fix: Correct ProjectTalk link [`5570a1f`](https://github.com/fomantic/Fomantic-UI/commit/5570a1f8a9c02e354fd23ef7a69dbdef028deca4)
- Fix disabled checkbox override, wrap on search [`aea6ae8`](https://github.com/fomantic/Fomantic-UI/commit/aea6ae8393fe34845d5f16aa781f2c793fc92f6b)
- Adds is complete method [`7308c11`](https://github.com/fomantic/Fomantic-UI/commit/7308c1173495f3c84fa461bca486244c0fbcdd33)
- Date [`22acbc2`](https://github.com/fomantic/Fomantic-UI/commit/22acbc26714637a5f0e1248c22aea16622f9822e)
- dropdown localsearch default to false [`634d2e0`](https://github.com/fomantic/Fomantic-UI/commit/634d2e0a08d0f905be4b6d6f7c3f025f474eed1c)
- Fix <body> being set to position relative when dimmable class applied [`a74d21a`](https://github.com/fomantic/Fomantic-UI/commit/a74d21a2f32dbe7a5199fe3b089626afe28fb095)
-#4497 check if validation rule is defined when revalidating [`9411e01`](https://github.com/fomantic/Fomantic-UI/commit/9411e0182e6803fd5bb8abd0ebea68ab336f48f9)
- FIX: build after autoInstall [`301b3ad`](https://github.com/fomantic/Fomantic-UI/commit/301b3ad5a7626da070034e2a8aa3a902de139c36)
- Fix: Testing whether semantic.json is present in the install path, not the source path - otherwise semantic.json was overwritten during npm install (autoInstall:true) [`b6f1bdd`](https://github.com/fomantic/Fomantic-UI/commit/b6f1bddea2195693872399dbfded1a26647d19e4)
- FIX: auto install did not copy build during npm install [`161f72c`](https://github.com/fomantic/Fomantic-UI/commit/161f72cb9d33f8452f24f2b8dc0bac6705b9e99b)
- Add iconPath duplication to avoid reqing material site theme [`f13c935`](https://github.com/fomantic/Fomantic-UI/commit/f13c935f1d5c45ad46cd4635296fc50e80ac614b)
- Reset some styles in tooltip [`6fea79b`](https://github.com/fomantic/Fomantic-UI/commit/6fea79b6698974e755e8cf450f1f9abe137c90bc)
- Fix issue where selection was borked for search inside menu [`4b6595d`](https://github.com/fomantic/Fomantic-UI/commit/4b6595dd9905df72befedf44b6cb920406f7ce29)
- Fix error in dropdown logic with hideAdditions, fix func call missing parens [`489588c`](https://github.com/fomantic/Fomantic-UI/commit/489588cfd59f3f0a9ba49ea6203a6e48cd80fb2c)
- Fix issue with using let [`4f4b6c1`](https://github.com/fomantic/Fomantic-UI/commit/4f4b6c1d5545a113a1901d857804e9fdd94c8c28)
- Ok now really [`85a69ae`](https://github.com/fomantic/Fomantic-UI/commit/85a69aeafb076b738356d9aeb39ed84ad7e14654)
- Fixed an issue where all child inputs of a icon input would recieve a right padding, not just the main input. This caused issues where a popup was attached to the icon input which caused all of the inputs inside of it to have an uneeded padding. [`4731246`](https://github.com/fomantic/Fomantic-UI/commit/4731246f285a2ebcdd8a511111bb62f3f3ac3271)
- Fixes issue where if context is removed visibilty observers will not properly remove events [`a6238f0`](https://github.com/fomantic/Fomantic-UI/commit/a6238f06c110bbe836f80af2f9cec7b8549698f8)
- Fix debug msg position #3879 [`ad9ccbf`](https://github.com/fomantic/Fomantic-UI/commit/ad9ccbfe8cafa851d3354035ceb0cf8d56e0a2b6)
- Fix accidental use of ES6 function type. (I gotta stop doing this) [`1c0a565`](https://github.com/fomantic/Fomantic-UI/commit/1c0a5658825672335c8c852b1d7ac3e5d824fca6)
- Updates version number in icon.overrides file. [`74d1a03`](https://github.com/fomantic/Fomantic-UI/commit/74d1a03ee16fbe29d3aab0b460ad2d9aa169869a)
- Update rlsnotes for new feature [`77c1e9c`](https://github.com/fomantic/Fomantic-UI/commit/77c1e9cd78b83c5c5440a131bd99ba2830991743)
- last time [`9ddf9da`](https://github.com/fomantic/Fomantic-UI/commit/9ddf9daf0259cba3bcf0b76503f2680bce1a6b97)
- Fix boolean flag for allowReselection being flipped [`ffc99e5`](https://github.com/fomantic/Fomantic-UI/commit/ffc99e5b66a0b90dd9c29d54412980ccf8d3a2d1)
- Fixes delimiter no longer working [`c9e4d83`](https://github.com/fomantic/Fomantic-UI/commit/c9e4d83e5fe5195ed65aa429561272dba5cb4d3c)
- API now passes response to error handler when successTest fails [`a977c33`](https://github.com/fomantic/Fomantic-UI/commit/a977c331ea7c03947e807a7cfb1288c5d58fbbca)
-#3370 default to 10 [`970dffb`](https://github.com/fomantic/Fomantic-UI/commit/970dffbb68ee4bd2814ad37782d12bdedaf30f43)
- Updating regex for email validation [`7762e4e`](https://github.com/fomantic/Fomantic-UI/commit/7762e4e53e915428bb4133696f34a0193ec2721e)
- Fixes use of document.contain (borked in IE11) [`42dd3c7`](https://github.com/fomantic/Fomantic-UI/commit/42dd3c771b46ac4a045a65aff51e1b1f599b1619)
- Fix 1px offset on search selection input [`f69995d`](https://github.com/fomantic/Fomantic-UI/commit/f69995d8c0116015854845adc26abfa88ec65996)
- Fix multi dropdown icon spacing [`a7cab11`](https://github.com/fomantic/Fomantic-UI/commit/a7cab11bba882aeb37c3f7b46a70d4e08a4304e1)
- Fix text align of dropdown in icon menu [`61cf566`](https://github.com/fomantic/Fomantic-UI/commit/61cf566488d757fcc3d9690d5599ada0f9d7a030)
- Fix typo in menu [`f49b549`](https://github.com/fomantic/Fomantic-UI/commit/f49b5495e5a257cfa281896f7e9189f0e11eef83)
- Explain query is available in onSearchQuery [`a8d28c5`](https://github.com/fomantic/Fomantic-UI/commit/a8d28c5bd8a2b3578c665fd0f086b620fae26c33)
- Add missing background-color variable for vertical tabular menu [`54acbe7`](https://github.com/fomantic/Fomantic-UI/commit/54acbe7bd45ed9a01c1cec28e69cfc82acf67a64)
- Fix date [`236f761`](https://github.com/fomantic/Fomantic-UI/commit/236f761cf69f52a7d4b71d86892d49e9101f8170)
- test stuff [`c9feedd`](https://github.com/fomantic/Fomantic-UI/commit/c9feedd0f1f23dd36d8f1ad9631d2272e136b0ba)
- Dropdown 'is disabled' did not return a value #2699 [`f9c3a63`](https://github.com/fomantic/Fomantic-UI/commit/f9c3a632cf46adac8936482ce1029a9b537b11a6)
- Add rlsnote date 2.0.4 [`79738f8`](https://github.com/fomantic/Fomantic-UI/commit/79738f8a6e9e911b1c7f2caba72b72d5409b99bd)
- Fixes issue with search selection not removing default text when inside ui menu #2624 [`2e03545`](https://github.com/fomantic/Fomantic-UI/commit/2e035456a81994c18959cd90b87841588a950f26)
-#2644 remove unnecessary call to remove direction in destroy [`d74255f`](https://github.com/fomantic/Fomantic-UI/commit/d74255fe5709e4c49034450b189842b34e0d5a75)
- Dimmer now correctly removes variations in 'destroy' [`5d90243`](https://github.com/fomantic/Fomantic-UI/commit/5d90243f0e826e0372ce8ef4bd49a19c3c2111fc)
- Checkbox- Fixes issue where radio checkbox would uncheck itself mistakenly when unchecking other radios #2506 [`7d64b86`](https://github.com/fomantic/Fomantic-UI/commit/7d64b86c6cd66bb5e9a297f270d674b69624cbd7)
-#2516 dropdown will now cycle between choices starting with a letter [`459194a`](https://github.com/fomantic/Fomantic-UI/commit/459194a750270b7db4a547eb899021bdca5677fd)
-#2524, clicking on labels will no longer trigger toggle behavior. Caused by detached dom element not being considered click inside module [`9b96a04`](https://github.com/fomantic/Fomantic-UI/commit/9b96a047df303461c3eeebc6751ec5bac1fd75b8)
-#2538@size ratio values should always be expressed in terms of default em size, so that they scale with @emSize [`6e5755b`](https://github.com/fomantic/Fomantic-UI/commit/6e5755bd7c8d2fb813d5289d5d9d39a0d375a971)
- Dropdown will now show when only messsage in menu. Fixed maxSelections from hiding dropdown after selection. #2523 [`ecccaf5`](https://github.com/fomantic/Fomantic-UI/commit/ecccaf50a3c88b803252f076af11f8f12b6a349f)
-#2533 - Fixes issue with hideAndClear when no maxSelection [`4514ac4`](https://github.com/fomantic/Fomantic-UI/commit/4514ac4089870a8d73d25a2a3cfdec32b2da52bc)
- Fix issues with ajax tabs not obeying cache #2493 [`7a53664`](https://github.com/fomantic/Fomantic-UI/commit/7a5366423c9be107e18cd05923db6f4f916434bb)
-#2505 Fixes indeterminate checkbox styles causing radios to appear checked when none selected [`f49c554`](https://github.com/fomantic/Fomantic-UI/commit/f49c554aa65d3b829e341aaf08670df62fb41fc0)
-#2500 Attached label border radius, add new variables [`d84c4d2`](https://github.com/fomantic/Fomantic-UI/commit/d84c4d24b5235ff96cebbc1d77c6754362fa81c6)
-#2510 Fix dropdown icon to always toggle visibility of dropdown menu [`89e0512`](https://github.com/fomantic/Fomantic-UI/commit/89e05127d0b326a06b0d60cc42fea6c601972da7)
- Removes transparent border from inverted menu. Fixed vertical compact menu [`9794ece`](https://github.com/fomantic/Fomantic-UI/commit/9794ecefa66f8d3d541acc427f365c689c5c78ec)
-#2525 Remove toggle on multiple dropdown touchstart, fix tap color [`6e2938b`](https://github.com/fomantic/Fomantic-UI/commit/6e2938bb37df563f8ae3299d6360d43f11307aa3)
- Fix border top on fixed bottom [`8d4b0f2`](https://github.com/fomantic/Fomantic-UI/commit/8d4b0f248b192f283a74c4ad362c391131065568)
-#2522 Read metadata method does not set progress correctly. Debug should be off by default [`e35ca4d`](https://github.com/fomantic/Fomantic-UI/commit/e35ca4d2fa9ab7a0d8408f7811eaa378e0bb873d)
- Remove closing </div> element for which no opening elements exists [`90cbd99`](https://github.com/fomantic/Fomantic-UI/commit/90cbd99e50b7c5d73e90563c849fc858dbb0a980)
- Adds missing alias for .assistive.listening.systems. [`a72869a`](https://github.com/fomantic/Fomantic-UI/commit/a72869ab790bf886946f21fa955a42621a133c5d)
- 'Merge branch 'master' of github.com:Semantic-Org/Semantic-UI into next [`9d5a31d`](https://github.com/fomantic/Fomantic-UI/commit/9d5a31df38934bc1c4a4e3af5c12c123eec7b191)
- Add many more examples, load components as iframe [`2a98e42`](https://github.com/fomantic/Fomantic-UI/commit/2a98e427f8e922f3b042c8904065c49f3b9361f7)
- Convert steps to flexbox [`3ef8c72`](https://github.com/fomantic/Fomantic-UI/commit/3ef8c728a1fe01f53b454d186de63a58d2fea55f)
- Ports sticky/visiblity from 2.x early xmas #2127 [`cd54328`](https://github.com/fomantic/Fomantic-UI/commit/cd54328cb9d919e311bfc5e04aa014b93204523b)
- Iteration on multiselect fixes [`02c9fb2`](https://github.com/fomantic/Fomantic-UI/commit/02c9fb2e8a84266afeaa8001b69c769b39463f80)
- Rebuild for demo #2057 [`c6e3b13`](https://github.com/fomantic/Fomantic-UI/commit/c6e3b134cfc6405b4ede3a864652911091e98f75)
- * Added metadata docs task to scrape *.html.eco files in docs repo for [`1acf816`](https://github.com/fomantic/Fomantic-UI/commit/1acf81622ba6aaf01280991fa2cab6f2f81102c0)
- Adjust default menu styles [`75973bb`](https://github.com/fomantic/Fomantic-UI/commit/75973bbdfd717d87a1bd55d12f216c13f8bcc4d7)
- Fix several important edge cases for multiselect keyboard events [`8dd14e0`](https://github.com/fomantic/Fomantic-UI/commit/8dd14e08c5c6a286375770e1415e300c2ed51527)
- Consolidate input browser line height across components, fix multi select to match input height in all cases [`7e7d8ed`](https://github.com/fomantic/Fomantic-UI/commit/7e7d8ed3cce30fa004d90fd8a261ae6df783c80e)
- Spruce up video styles [`be7ef7e`](https://github.com/fomantic/Fomantic-UI/commit/be7ef7e298d5363e814810376743b6cb16354f31)
- Adjust inverted menu styles [`8244f9b`](https://github.com/fomantic/Fomantic-UI/commit/8244f9b24bbf5967fe7764bdb668a60f6e9b27ee)
-#394 extend checkbox theming variables to make colored variations simpler [`288a6dd`](https://github.com/fomantic/Fomantic-UI/commit/288a6dde1c54a40692b249c1b4cf8724f7fbe13d)
- Add active reveal state, tweak colors [`251d683`](https://github.com/fomantic/Fomantic-UI/commit/251d6834f6bdbedfd7c26061268420118eb8d51c)
- Add mock response async, yahoooo related to #2059#2070 [`6b08e2d`](https://github.com/fomantic/Fomantic-UI/commit/6b08e2d5ce9ab93a5de8b0dad6ac7bad2e9ffe14)
- More obvious name for merge copy #2101 [`77923da`](https://github.com/fomantic/Fomantic-UI/commit/77923dad447891a3d192a37f1fdefd9e69971060)
- Adds #2083, search can specify whether to match on text, value or both [`5c538e7`](https://github.com/fomantic/Fomantic-UI/commit/5c538e70f27b8e64c345be56a28034f79a78e3cc)
- Update many colors to increase contrast with text [`5861f36`](https://github.com/fomantic/Fomantic-UI/commit/5861f3694b30eb06c4826eac39375af3aebe1869)
- Similar #2092 add ability to mock server response using function [`e3f6d18`](https://github.com/fomantic/Fomantic-UI/commit/e3f6d18e403b049fd5c28d0b0589e75708ec089e)
-#2092 Add onResponse callback to allow for response transformations [`e441beb`](https://github.com/fomantic/Fomantic-UI/commit/e441bebedd78c23b44604ae25764c4df54228e57)
- More name consolidation #2101 [`588d785`](https://github.com/fomantic/Fomantic-UI/commit/588d785edf4bcb61fe4e57c952cb60ab2e3287a7)
- Implement filter function for transforming server responses [`23dfec6`](https://github.com/fomantic/Fomantic-UI/commit/23dfec6f22862d5a0e15b7f8b4797cbf8be5c4c9)
- Odds and end fixes for dropdown [`dcf0190`](https://github.com/fomantic/Fomantic-UI/commit/dcf0190a3f503f4a791657e1587c542c0b5d15e4)
- Fix active hover color [`ab8d581`](https://github.com/fomantic/Fomantic-UI/commit/ab8d5812ab448a4fa15114c1098d0d4e80520279)
-#2060 fix escape keyboard shortcut not working correctly, add in debug to search keyboard shortcuts [`39ab200`](https://github.com/fomantic/Fomantic-UI/commit/39ab2002c2e6ec437d59d667ac86a93efb60c425)
- Add comments to search settings [`ec558ac`](https://github.com/fomantic/Fomantic-UI/commit/ec558acd3f0b5d91c1b043dfff05c7de2165f899)
- Fix issues with sticky when doesntFit scroll being slow [`1d47939`](https://github.com/fomantic/Fomantic-UI/commit/1d479395c2e44351ea16054028848fca033b2fef)
- Fix border colors to match, add veryStrongTransparentBlack. Increase contrast on checkboxes [`ded08e3`](https://github.com/fomantic/Fomantic-UI/commit/ded08e39f77da048bfb774f0f0f0affb78e75cbc)
- Add missing color variablef [`4878e71`](https://github.com/fomantic/Fomantic-UI/commit/4878e712ece0008e6194ed5651ee11f560d2059c)
-#2065 add clear cache to search [`a0e7ba3`](https://github.com/fomantic/Fomantic-UI/commit/a0e7ba3666269c2a991b8688ad12b29c61737e73)
- One last fix 1.12.0 [`ca030eb`](https://github.com/fomantic/Fomantic-UI/commit/ca030ebb332ab9249a9eafc2d158e49f48c294dc)
- Remove faulty error conditions from search #2066 [`eacd01b`](https://github.com/fomantic/Fomantic-UI/commit/eacd01bb5a013382b347139dc06d49a2749c5a01)
- Fixes scrolling class being stuck, related #2061 [`f7d8eac`](https://github.com/fomantic/Fomantic-UI/commit/f7d8eacba5aeca774024c05b2bb3dd349f539303)
-#2070 - dont continue loop unnecessarily, clarify variable names [`26fe5ba`](https://github.com/fomantic/Fomantic-UI/commit/26fe5ba81c6b3fd155adf870f71e7a3f841ffac6)
- NPM Update should only update default theme folder (not whole theme path) #2101 [`3d2fec4`](https://github.com/fomantic/Fomantic-UI/commit/3d2fec4461cb2f8f62ea80c0013dbd51808f92a6)
- Fix popup called with incorrect target or popup [`33cb715`](https://github.com/fomantic/Fomantic-UI/commit/33cb715a5ca380c5105b3cb0ef1c245aa8c48d42)
- Add transition global [`e9f4fe2`](https://github.com/fomantic/Fomantic-UI/commit/e9f4fe283cfaa8076e8f7d3823da6689e241ab3a)
- Data-validate takes precedence on matching [`d48a9f0`](https://github.com/fomantic/Fomantic-UI/commit/d48a9f01a0a628bb1e21da1695e8141b715330f7)
- Fix keyboard selection styles for errored form dropdown [`6e74de4`](https://github.com/fomantic/Fomantic-UI/commit/6e74de41ee13d772405b498a53d708ccdd3c8161)
- Backport flex fix for cards #2069#2021#2105 [`05a7a32`](https://github.com/fomantic/Fomantic-UI/commit/05a7a320f2c364fb58c5cef923c6d81728fce563)
- Fix internal borders, remove border from fixed [`c248ccb`](https://github.com/fomantic/Fomantic-UI/commit/c248ccbe44b0cf83226c2d296da3100900109b26)
- adjust em calculations, some rlsnotes [`26567b9`](https://github.com/fomantic/Fomantic-UI/commit/26567b92b1c2c4d75730f5767edc6c7c99707283)
-#2061 set modal setting defaults, change blurring els [`7074e24`](https://github.com/fomantic/Fomantic-UI/commit/7074e24384403ba19c2ee1121f9aac627421e8c1)
- Add #2113 Add accordion on event, update rlsnotes [`421845e`](https://github.com/fomantic/Fomantic-UI/commit/421845e3c68c11ac8549b4d945004788b0f7fe21)
-#2041 Adds showonFocus option to dropdown [`87b3cd0`](https://github.com/fomantic/Fomantic-UI/commit/87b3cd08c5c481de631c74150873e44f29ca4c62)
-#2101 finish fix for npm install [`2df4e82`](https://github.com/fomantic/Fomantic-UI/commit/2df4e8232af5c64e175ff2c0439d982ac052d134)
-#2079 - Make sure element is in DOM when determining close event [`a50b1ea`](https://github.com/fomantic/Fomantic-UI/commit/a50b1ea1168b1b89f12e945f558f6e7a11379905)
- Popup will not appear on hidden elements [`d0b4512`](https://github.com/fomantic/Fomantic-UI/commit/d0b451290b49e3691bc0df372444debea4c1cea3)
- Formatting on rtl [`a60deeb`](https://github.com/fomantic/Fomantic-UI/commit/a60deeba3623e0610253a1477a1b45f69007f32a)
- Add back in hover state [`50c3d8b`](https://github.com/fomantic/Fomantic-UI/commit/50c3d8bd9e2237f75b638a7e83c67d5e2d96c44a)
- Remove clearfix from segment [`621fbf0`](https://github.com/fomantic/Fomantic-UI/commit/621fbf0ede373037367a31a6d1e1e14a2c764870)
- Version tick 1.11.8 [`cec5b9f`](https://github.com/fomantic/Fomantic-UI/commit/cec5b9fd1925f5e0dbca4c82aa2acfc2ba2fc198)
-#2084 setup reference does not query behavior after adjusting selectors [`b063a39`](https://github.com/fomantic/Fomantic-UI/commit/b063a3989665f61b91cd34f654fb60ef4989efbe)
- Make bulleted/ordered list bullets unselectable [`eb2189b`](https://github.com/fomantic/Fomantic-UI/commit/eb2189bb06d6b9243fc10a691269b9fdd9936353)
- Publish tasks fail with latest git due to add syntax [`5ce21df`](https://github.com/fomantic/Fomantic-UI/commit/5ce21df071615368768235b7b4264b6dfdcf1fb7)
- Try again with no transform on visible transition [`6b6b90b`](https://github.com/fomantic/Fomantic-UI/commit/6b6b90b81baf4a8a9c725f809799d6bb745f4fb1)
- Still tweaking white colors [`fba4ad1`](https://github.com/fomantic/Fomantic-UI/commit/fba4ad148e2f8e27f9be10f34d2bc431f847a333)
- And derp #2072 [`784b440`](https://github.com/fomantic/Fomantic-UI/commit/784b4401b886f211c2d99b796159c7cc3548fd6c)
- Keep blank values when placeholder is passed a string or false [`9b7ecef`](https://github.com/fomantic/Fomantic-UI/commit/9b7ecef679b1e01b5de6cb74bdcf55fc5a9b3866)
- Fix placeholder uses auto not boolean true #2072 [`3913c17`](https://github.com/fomantic/Fomantic-UI/commit/3913c17d931625eb054357198428b9ba84193a55)
- Top/bottom no longer removed on refresh (issue with cantFit) [`b1f7450`](https://github.com/fomantic/Fomantic-UI/commit/b1f7450c308a69bf88eeda4d79ec4c66e39cf156)
- Removes margin from normal accordion content [`63ebc0f`](https://github.com/fomantic/Fomantic-UI/commit/63ebc0f5051092e6ca6dc7c80884e3b53518aa04)
- Transform in .animating.transition causing display issues in new FF update [`2e9eb08`](https://github.com/fomantic/Fomantic-UI/commit/2e9eb0892f2499478dd3304407cc12a2b1b36465)
- Add shadow back in message [`deefb35`](https://github.com/fomantic/Fomantic-UI/commit/deefb355b828481cf603409ee01a2156944c7546)
- Fix input in dropdown [`3f1d08a`](https://github.com/fomantic/Fomantic-UI/commit/3f1d08a92f72a3b37619ea5c5c681fb6e94aa673)
- Adjust dropdown vars [`5541e43`](https://github.com/fomantic/Fomantic-UI/commit/5541e439de9b1a89112c5267e4e5b58d94b931cf)
- Add category result padding [`dc3b297`](https://github.com/fomantic/Fomantic-UI/commit/dc3b2976342b9caa2af623e03eeac8e586c74e64)
- Merge https://github.com/pcj/Semantic-UI into next [`04d8080`](https://github.com/fomantic/Fomantic-UI/commit/04d8080055fa90df3be76bc285277e37f8a1a814)
- More things to install [`c40c881`](https://github.com/fomantic/Fomantic-UI/commit/c40c881040cd0019415062db0c9f65840ce79304)
- Adds coupling for ribbon label with image/card #1807 [`af7c709`](https://github.com/fomantic/Fomantic-UI/commit/af7c70978e44d84a135fe92a99489041d136feb4)
- Add segment groups #1809 [`6c27b61`](https://github.com/fomantic/Fomantic-UI/commit/6c27b6117bd241c5eabbdb9e346ecf37ef2d6b33)
-#1807, make labels have segment padding by default [`68f7408`](https://github.com/fomantic/Fomantic-UI/commit/68f740874cf8f7450bb23538ae4bf21f6d352026)
- Fix paths in win [`a7c6cd3`](https://github.com/fomantic/Fomantic-UI/commit/a7c6cd3384305784e98174b00f12312bdd922159)
- Cut out deps? [`48057d2`](https://github.com/fomantic/Fomantic-UI/commit/48057d20b1bf57ef2c74453e9c5e6f8027bce7a3)
- Add segment/card coupling with attached progress [`aea9abd`](https://github.com/fomantic/Fomantic-UI/commit/aea9abd6187564265e9c1a64a1930aa93c719b36)
- Remove mkdir on node_modules, add logs [`d06c2db`](https://github.com/fomantic/Fomantic-UI/commit/d06c2dbd75e12bdd87f5ca3c78d22ef7d437a7d0)
-#1804, Fix resize logic for scrolling modal to include padding [`dada633`](https://github.com/fomantic/Fomantic-UI/commit/dada633c7f1b025c985f191ab9a253204bb8582c)
- Rail is 100% height by default [`2c45285`](https://github.com/fomantic/Fomantic-UI/commit/2c45285ff57fed06fd74ca3bd601deefc0e3fe03)
- Fix config comment replace regex not to be greedy [`5a1e347`](https://github.com/fomantic/Fomantic-UI/commit/5a1e347ed5471de7ce7b1583ccc277d1beec367c)
- Make icon size round to exact pixel to avoid valign issues #1779 [`f37b2a8`](https://github.com/fomantic/Fomantic-UI/commit/f37b2a83ba4a52b58affcb4253c9fff6ff52a91b)
- Test versioning [`e9a29b6`](https://github.com/fomantic/Fomantic-UI/commit/e9a29b6c611a97df524fc406be6df345b0c7fe13)
- Sticky component does not set height when already same height [`b4338c7`](https://github.com/fomantic/Fomantic-UI/commit/b4338c702eb38a03d22ff78119d789fa990491bc)
-#2467 - Add examples for many responsive element patterns [`07026da`](https://github.com/fomantic/Fomantic-UI/commit/07026da5dc45a878a0b9105c550de8bba07a5c0c)
-#2280 Add olive color, add other missing header colors [`b145912`](https://github.com/fomantic/Fomantic-UI/commit/b145912c6baa488dd5a5e8029b71785691e86b8c)
- Merge in PR and sort transitions alphabetically #1623 [`405db33`](https://github.com/fomantic/Fomantic-UI/commit/405db334f021d998f06929e1a300b50d98af8cf2)
-#2264, add focus colors to site, add focus rules for all possible button styles [`d7f7bab`](https://github.com/fomantic/Fomantic-UI/commit/d7f7babd314e6647925685f23de96fa3526980ac)
- Add multiple validation rules to form validation, convert form validation to using one settings object, add errored styles to multiple form validation [`8bc6274`](https://github.com/fomantic/Fomantic-UI/commit/8bc627461c88c93ea3b6906fb0f14c2df48cee51)
- Variables now in chroma order, adds violet #2280 [`6edcf51`](https://github.com/fomantic/Fomantic-UI/commit/6edcf5198a9302f34e956a3a967d9caf39c61c15)
- Iteration on install scripts [`2295e50`](https://github.com/fomantic/Fomantic-UI/commit/2295e507f9b559d660cdf506aaceae144006fcf2)
- Big Change: Replace all derived em values with @px values. [`2f20aca`](https://github.com/fomantic/Fomantic-UI/commit/2f20acad7a7e69797d95c5df274d723638954d85)
- Finish first completed draft of embed component [`00cb9c7`](https://github.com/fomantic/Fomantic-UI/commit/00cb9c7586faeba0926998a7779d28d1802f3761)
-#1894 Fix basic icon paths to not try to load woff2, add src variable [`0d39fd6`](https://github.com/fomantic/Fomantic-UI/commit/0d39fd6637ce195e5cbc3a91cae0b04cbf3d06b4)
- Related #2014, separate css and javascript into separate tasks [`2457ca6`](https://github.com/fomantic/Fomantic-UI/commit/2457ca65ad657646b9828d318e841d9b2a7f9c10)
- Finishes recode of mock and complete callbacks from API. Aims to improve comprensiveness of debug statements. Adds ability for mocked responses to use all the settings available to regular API requests like loadingDuration [`66f8090`](https://github.com/fomantic/Fomantic-UI/commit/66f809067d6586667edcefc4c6262c5e7927b91b)
- Adds dropdown overriding rules to menu fixing several dropdown iossues [`b1713f7`](https://github.com/fomantic/Fomantic-UI/commit/b1713f7c06acd2bfc41b87b1b8e8323062cab3c2)
- Fix bug in has direction that causes animations with name containing in/out to work incorrectly #1623 [`b66dfac`](https://github.com/fomantic/Fomantic-UI/commit/b66dfac9eab067c84fb2833301732c53c1ea87fb)
- Finish refactoring, search now returns result object in onSelect #1634 [`7322fe9`](https://github.com/fomantic/Fomantic-UI/commit/7322fe971d9d295b5bd49422ad263084dcce97b9)
-#2440 Finish indeterminate, consolidate API to avoid confusion [`8db305a`](https://github.com/fomantic/Fomantic-UI/commit/8db305a460d4e7697e34221e84c9abf749a8b470)
- Collapsing some grouped button rules, fixes inline-flex white space issues with grouped basic button #2280 [`b0991d5`](https://github.com/fomantic/Fomantic-UI/commit/b0991d52c7be419ccc40b5d18ea0afd68cab53f7)
- Revert themes until LESS.js inheritance works correctly in browser for theme preview [`641a837`](https://github.com/fomantic/Fomantic-UI/commit/641a837a99ebd5775967c87fb6a7b98beeb05c96)
- Rlsnotes and build [`5bd45a2`](https://github.com/fomantic/Fomantic-UI/commit/5bd45a2fcf3d820ed1b925194856d9d836564317)
- Spruce up some examples [`0fcb0da`](https://github.com/fomantic/Fomantic-UI/commit/0fcb0da163a375d28aa1b21382665f823c88d8f8)
- Added bouncing apperance transitions for all directions. Animations from Animate.css [`85bacce`](https://github.com/fomantic/Fomantic-UI/commit/85bacce8a85a27beff9dc319bb87408ac9c870fa)
- Initial commit blank container element [`8f3bffe`](https://github.com/fomantic/Fomantic-UI/commit/8f3bffeeb2eac466da64bf4df3a6fce95fa12821)
- Iteration on menu fixes with flex, along with some design changes to make menu more neutral Fixes: #1281, #1475 [`5cc8f33`](https://github.com/fomantic/Fomantic-UI/commit/5cc8f33aebf3d6b7209e695422bb00a231d5bc71)
- Complete restructure of checkbox for comprehensivenesss, adds indeterminate state, new callbacks, #2440 [`9b3665e`](https://github.com/fomantic/Fomantic-UI/commit/9b3665eb013d457a42e41843478ca4d855c23b03)
- Iteration on tasks [`47bf0a9`](https://github.com/fomantic/Fomantic-UI/commit/47bf0a99f2536a5cab2fa37417d07301f9dd0b15)
- Rebuild dist for jsfiddle #2637 [`d4143c1`](https://github.com/fomantic/Fomantic-UI/commit/d4143c1307528e71b06235148678609a6e9ca80e)
- Beginning refactoring of admin tasks [`068df99`](https://github.com/fomantic/Fomantic-UI/commit/068df994a2e0734898ec260f3a86a27b7e346883)
-#3713 - adds silent option to all modules [`7040acd`](https://github.com/fomantic/Fomantic-UI/commit/7040acdc440a42e508142e58dc114bbab39cbade)
-#2280 Add grey, make sure colored buttons use variable to determine text color swapping [`85e7956`](https://github.com/fomantic/Fomantic-UI/commit/85e7956928a4d104e9a926ceffd11ae4585e95a5)
- Adds 2 new themes(ish) adds more missing menu variables [`0d81d9a`](https://github.com/fomantic/Fomantic-UI/commit/0d81d9a8f31b9c6702860fc55749ae51a509ae9e)
- Update some examples [`859a36a`](https://github.com/fomantic/Fomantic-UI/commit/859a36a7e04f434775e71f2bdd799366535b5ac7)
- Iterating on gulpfile restructure [`2bc5d6f`](https://github.com/fomantic/Fomantic-UI/commit/2bc5d6fd3fd850e548281eb6fcb772225fd21dfb)
- Fix greyscale saturation turning red (caused by absolute saturate call) [`601aad9`](https://github.com/fomantic/Fomantic-UI/commit/601aad9c124a50dc8fcf1791271639330275bb74)
- Begin rewrite of popup calcs to cache correctly on each position check [`794d082`](https://github.com/fomantic/Fomantic-UI/commit/794d08221810860b58a39ce58e3f899caecaf4d3)
- Iteration on theme site install [`57b35d2`](https://github.com/fomantic/Fomantic-UI/commit/57b35d2150f556ea91a334cc11a52f5289052583)
- Fix remove/add conditions for user additions [`e6194fb`](https://github.com/fomantic/Fomantic-UI/commit/e6194fb9af5962556879c15d7bcd81d744fd7aae)
- Added fades for all directions [`cfe1617`](https://github.com/fomantic/Fomantic-UI/commit/cfe1617bc485eeeaae6cdb278c6806d94ed3732d)
- Adds updated amazon and github theme [`61af1f3`](https://github.com/fomantic/Fomantic-UI/commit/61af1f3aa6246358722014821983f34644acc26b)
-#2280, add brown button styles for testing color [`e20b456`](https://github.com/fomantic/Fomantic-UI/commit/e20b456f66a80b69b8c1bac9feea5b5f14dc5671)
- Rewrite dropdown keyboard shortcuts to support sub-menus [`13886b2`](https://github.com/fomantic/Fomantic-UI/commit/13886b2eb54351a1ae661e2402ecc7f644f413ef)
- Fixes for inverted menus, changes to active styles [`0db9045`](https://github.com/fomantic/Fomantic-UI/commit/0db904587838130187630c16f0eb2916a2d9c4cb)
- JS formatting: implicit brackets, full words, removing meteor tasks from build/install [`ba2e1f6`](https://github.com/fomantic/Fomantic-UI/commit/ba2e1f6e499570495d9d8b34a87f6cde9fb9a347)
-#2280 Grid colors, and reduce ruleset [`183679b`](https://github.com/fomantic/Fomantic-UI/commit/183679b11f32deb40d1a6bba78868e172fa6eff8)
- Iteration on allowAdditions setting for selection dropdown [`99924ad`](https://github.com/fomantic/Fomantic-UI/commit/99924ad7004374a07b8d1b8a39376f6889cd26c4)
- Add new color rules to statistic #2280 [`ce18991`](https://github.com/fomantic/Fomantic-UI/commit/ce189914fcfacf0e34954b10bc2237a8cd5f02fa)
- Fix issues with tab module scoping caused by m initializeHistory. Fixes some minor jslint [`98de07d`](https://github.com/fomantic/Fomantic-UI/commit/98de07d98c379c5fd160e0ff0cbf6bf555113f7e)
-#2411 Adds horizontal segment groups [`f59c707`](https://github.com/fomantic/Fomantic-UI/commit/f59c7074bfd64e88f0da1e04aaf25104fd0f1718)
- Fix issues with tasks caused by docs tasks [`0c99aa8`](https://github.com/fomantic/Fomantic-UI/commit/0c99aa85d300025cc3a8661bb4c1020f165c21b7)
- Fix animations to return to same direction, fix css for consistent formatting [`018fb85`](https://github.com/fomantic/Fomantic-UI/commit/018fb8503c3c868a4537fe158af35a07a937c5c1)
- Fixes issue where search wont close when clicked on message #3039 [`6d34ae2`](https://github.com/fomantic/Fomantic-UI/commit/6d34ae21e595d104b59481848ebf2f7873028dac)
- Consolidate and finish work on segment groups [`6258196`](https://github.com/fomantic/Fomantic-UI/commit/6258196a97a485db5800c4000a8015c535d942b1)
-#2466, recode some of progress. Fix module.value to not be estimated when using a total. Fixed issue with values less than 1 displaying incorrectly [`62ae343`](https://github.com/fomantic/Fomantic-UI/commit/62ae343363f84c3d5774516f2b91b72cd0260a25)
-#2402 - further house cleaning with transition [`df934c0`](https://github.com/fomantic/Fomantic-UI/commit/df934c05596a23533ba2611c82843b8a8cd69886)
- Redo icon font for indeterminate state, begin js modifications [`5ddc887`](https://github.com/fomantic/Fomantic-UI/commit/5ddc8875c6ab10d907138a120c7bc1bae3347fed)
- Fix image visibility to only occur when on screen [`c72f790`](https://github.com/fomantic/Fomantic-UI/commit/c72f790bb4dc8c58f26cee02b0b87592a62c938c)
- Added direction to Slide transitions [`15d005a`](https://github.com/fomantic/Fomantic-UI/commit/15d005a37f744f3191175d7ff171ee242b48c91f)
- Proper rewrite of progress to support rapid updates [`95e2172`](https://github.com/fomantic/Fomantic-UI/commit/95e2172a5fe48df64c752783904416aafa7ba66b)
- Adds sub header variables, resizes per content heading size #1654 [`5fb4cc3`](https://github.com/fomantic/Fomantic-UI/commit/5fb4cc39f3ff1c9870e97c2b6cb3253327652180)
- xperimental rewrite of popup to use custom offsetParent #1605 [`91bdbb8`](https://github.com/fomantic/Fomantic-UI/commit/91bdbb8742cba410b3cea3be2951794b15f66536)
- Begin examples [`d8c300d`](https://github.com/fomantic/Fomantic-UI/commit/d8c300de3712d05abe091bb384a95a46f1cd6fce)
- Simplify visibility/sticky to use .load instead of worrying about each image loading [`360f9dd`](https://github.com/fomantic/Fomantic-UI/commit/360f9ddbd72591af60751120eee1626ea2465c78)
- Fix paths from sub-folder [`45de05e`](https://github.com/fomantic/Fomantic-UI/commit/45de05e2ce4db5d8589acedce7a316aef31e3e5f)
- Wasted day of noodling over rendering, and dealing with indeterminate state issues [`8926012`](https://github.com/fomantic/Fomantic-UI/commit/8926012364bdf6e7f78edf8730ebbcd467250e9a)
- Remove legacy code from sidebar [`2229306`](https://github.com/fomantic/Fomantic-UI/commit/22293069205d2e68dbbe926481a99caa2682d1a0)
- Rebuild next dist [`4d488e0`](https://github.com/fomantic/Fomantic-UI/commit/4d488e0c15a0511e36c9a58f1f82b62b6d2a2994)
- Let gulp tasks be run from any directory by using process.cwd, fix permissions q in install [`1e0ded8`](https://github.com/fomantic/Fomantic-UI/commit/1e0ded8af9c1af3ef3f01a855b58a6da797d3e4a)
- Added 'swing' in and out transition [`6d4a7df`](https://github.com/fomantic/Fomantic-UI/commit/6d4a7df3b6b1fa31676b92fa59d55963bdf7dc40)
-#2645 adds fields parameter for using custom server responses with search [`57ee104`](https://github.com/fomantic/Fomantic-UI/commit/57ee1041f51794cc89ce49bf61c52ad708d24dd6)
-#2335 Loosen item css for some menu types to allow for work with container. Tweak horizontal labeled icon sizing and spacing [`95702d3`](https://github.com/fomantic/Fomantic-UI/commit/95702d3895fb6e177cb0ca1f4aebb60f8712ffa1)
-#1724 Added support for sub menus to check upward/downward independently of main menu, fix some styling on upward and left menu [`073f561`](https://github.com/fomantic/Fomantic-UI/commit/073f561ab2a291faf3d2073c66be91dca0bd2fc8)
- Possible solve #1899 Issues with blank string results evaluating as undefined when minCharacters = 0, issue with saved results not being retrieved when response pulled from cache [`2ed793a`](https://github.com/fomantic/Fomantic-UI/commit/2ed793a351476d569ab1b036f3e97c7f33dbee34)
- Begins work on allowAdditions, adds error messages, and ui message coupling [`3a9821c`](https://github.com/fomantic/Fomantic-UI/commit/3a9821ca46a2fb2fa53700b522863195f9bcea68)
- Fix several issues with API, including throttle on first request, moving interruptRequest to a setting, fixing loadingDuration not applying when using 'query' [`e88c529`](https://github.com/fomantic/Fomantic-UI/commit/e88c529af4e71730ba19630d58858cc92d5ac9e0)
- Add many new rating variables [`7288419`](https://github.com/fomantic/Fomantic-UI/commit/72884195de695e53556647c0302e8630b610982b)
- Adds credit card validation to form validation #2729 [`2769a6e`](https://github.com/fomantic/Fomantic-UI/commit/2769a6ee12eae8ee2c3da4e25a3f578efba01633)
- Iterations on visibility, getting ready for docs [`dec01c0`](https://github.com/fomantic/Fomantic-UI/commit/dec01c0adabd56008c70bfb26cd60c3d4abbf1ba)
- Complete first pass of API integration with dropdown [`071d101`](https://github.com/fomantic/Fomantic-UI/commit/071d1012152d98a2f4a7b0bc374736a1f12b4490)
- Fixed animation reset issue with accordion and hideOthers [`6961e41`](https://github.com/fomantic/Fomantic-UI/commit/6961e4118bacb10bb40e4a03fb5c08f2333a008d)
- Card styles adjusted to be remove solid border shadow [`f5f8d0d`](https://github.com/fomantic/Fomantic-UI/commit/f5f8d0dbe12fe265384d7f469d7f6e5a4f126589)
- Remove label padding to work correctly with compact button [`a13cf04`](https://github.com/fomantic/Fomantic-UI/commit/a13cf04d235272e9677053a279ad1bca6d5e35c2)
-#1866 - Adds more intelligent regexp version number replace, preserves component names in banners [`b423847`](https://github.com/fomantic/Fomantic-UI/commit/b42384752d7a644fd2c5b2921e0e5b5e46bc863d)
- Add parse response method, add additional debugging, dont instantiate API on each query #1634 [`5f18f2c`](https://github.com/fomantic/Fomantic-UI/commit/5f18f2c1c3147d50cbc5c67c70240da94b45f8d5)
- Adds new color values for progress bars #2280 [`9d26b84`](https://github.com/fomantic/Fomantic-UI/commit/9d26b8466fb09240689ae6fe618b870dd9ff47ea)
- Steps now are horizontally pointing again (like 1.x), added many new variables to control [`6bceb47`](https://github.com/fomantic/Fomantic-UI/commit/6bceb47beba29a94e415eb8484d4a9cc75010c9f)
- Fixing spelling in release notes [`766e0eb`](https://github.com/fomantic/Fomantic-UI/commit/766e0eb8da128917b884deab90eadaf5a4603cd6)
- Adds a few more aliases. Gives every class its own css rule. Deletes number classes. Reorders by utf code. Fixes classes' conflicts. [`5f335b9`](https://github.com/fomantic/Fomantic-UI/commit/5f335b9aa9da1cef13c4a78079f6bc917e90706e)
- Adjust some underlying variables to have more comprehensible names [`a88ec27`](https://github.com/fomantic/Fomantic-UI/commit/a88ec27503b84621691e8134c583aa0f9907cc41)
-#2308, Fix rating module to refresh data attributes as well [`45ff8f8`](https://github.com/fomantic/Fomantic-UI/commit/45ff8f8e10ea6c59a0e4281b7dc1bb113d75c7bb)
- Add support for 'clear', 'restore defaults' for multiple #2303, update logic for fireOnInit to be more clean, fix issue with boolean values setting #2296 [`35edff6`](https://github.com/fomantic/Fomantic-UI/commit/35edff6b529c14eca3aa97775e4f1d8c0127be0d)
- Update NPM deps solving some issues with min ver [`40fd305`](https://github.com/fomantic/Fomantic-UI/commit/40fd305824059f2fc6bf984e6b0fdc349678ea6e)
- All paths are now resolved from semantic.json location [`bf8b8f0`](https://github.com/fomantic/Fomantic-UI/commit/bf8b8f0a0384074b2107a4b3d40463c0fa7d860b)
-#2280 Order message colors and add missing colors [`ac647e8`](https://github.com/fomantic/Fomantic-UI/commit/ac647e8fcb2f0b8e81e36b8344dac430ce3f1919)
- Rebuild 1.7 add date [`b9b7fd6`](https://github.com/fomantic/Fomantic-UI/commit/b9b7fd67da9636be85ca0500840dab589c2c31dd)
- Adds #792 Checkbox now specifically matches against input type checkbox/radio [`227d3d3`](https://github.com/fomantic/Fomantic-UI/commit/227d3d3ac63daa7c6f3f5c82d65764b214434f50)
- Upgrading to FontAwesome v4.5.0 [`133101d`](https://github.com/fomantic/Fomantic-UI/commit/133101d8ce608551a4e0798f10098d23e804dd5b)
- Attempt at README [`bdeca02`](https://github.com/fomantic/Fomantic-UI/commit/bdeca02aaed904ce54ea45b63f760a8ea6128d0f)
-#1806, Add multiple select to set value, get value. [`181066e`](https://github.com/fomantic/Fomantic-UI/commit/181066e055e58516f0543ef426737d75b588e8d5)
- Add new rating variables for text shadow, shadow color. Tweak styles for 2.0 [`03c8033`](https://github.com/fomantic/Fomantic-UI/commit/03c8033d67f54985add96b8e8e9b9a8d7e083b67)
- Adds ability to store name/value pairs for remote content [`f6f242c`](https://github.com/fomantic/Fomantic-UI/commit/f6f242cbda7766773dc486825dca6a845d695638)
-#3616 Adds autoInstall option to semantic.json, modifies installer to return correct questions object in autoinstall [`487c5cc`](https://github.com/fomantic/Fomantic-UI/commit/487c5cce539acee90ac5f56303a497cf874c0017)
- Adds large screen only and widescreen only grid variations #2467 [`bd46b4c`](https://github.com/fomantic/Fomantic-UI/commit/bd46b4ce1e22922bddf61d869b75215bf3f1aca2)
- Adjust cache type to be called local to allow for standard caching choices [`421fdad`](https://github.com/fomantic/Fomantic-UI/commit/421fdadd7634be4b25d0ee536d0aa2fe8d93eb64)
- Shapes now animate height/width on transition [`6611821`](https://github.com/fomantic/Fomantic-UI/commit/6611821d2ec3a1678519ca4dd529c45511194b1e)
-#1987#1916#1912 Correctly fixes onChange to fire only when value is adjusted [`bbcbf56`](https://github.com/fomantic/Fomantic-UI/commit/bbcbf5673d5b6ee6511c061d87b6e22a4fffd9ed)
- Intermediary work on tagging [`4f6cd38`](https://github.com/fomantic/Fomantic-UI/commit/4f6cd3809ce09be39becc2f6afa9c7a15ae01492)
- Adds #2060 Keyboard selection now works with all selection dropdowns, not just search [`145fa92`](https://github.com/fomantic/Fomantic-UI/commit/145fa9201ac28656cb1d98adf51d4314f4bae616)
- Add useLabels setting, and add templated text values for when not using labels in multiselect [`475fb9b`](https://github.com/fomantic/Fomantic-UI/commit/475fb9bf93847b203dec8e09f62339a9549fd530)
- Iteration on menu fixes from border changes [`7b3a84f`](https://github.com/fomantic/Fomantic-UI/commit/7b3a84f861dc23e72a50f6ed830f851e5d9b065f)
- Add new transition settings for grouped animations [`ac559ad`](https://github.com/fomantic/Fomantic-UI/commit/ac559ad2553e1d63ba225fc2fbf9669145fea6e3)
-#3001 Fixing all default prompts to use name [`ad62a7f`](https://github.com/fomantic/Fomantic-UI/commit/ad62a7f26111d7a9b1fda0cf4c514a66d82a4b41)
- Fix responsive styling on steps with flexbox [`bf32621`](https://github.com/fomantic/Fomantic-UI/commit/bf32621d683a2b8f969b8ba7ae360f9369ef8b53)
-#2366, rail now uses border-box to ensure that height matches container by default. Added sizing variables for calculating width with padding [`c6a5e97`](https://github.com/fomantic/Fomantic-UI/commit/c6a5e97eed1c26b85e1cc7fb586b03f5e836a1c0)
-#2366, fixes when sticky content is larger than context height. Fixes margin bottom not clearing when pushing: true [`629eeff`](https://github.com/fomantic/Fomantic-UI/commit/629eeff8928b89168142fbaaa226c03bc19475a0)
-#2280 complete global variables, adjust neutral saturation on hover/down/active [`0b10a55`](https://github.com/fomantic/Fomantic-UI/commit/0b10a5503461ebecaf1e28510083e84b776b3859)
-#1724 Implements dropdown automatically changes direction when off screen using visibility api coupling [`58544f6`](https://github.com/fomantic/Fomantic-UI/commit/58544f6ca3413ccda04471609d255003f6192c83)
- Add pageup and pagedown, fix selection on show for multi [`a7f2707`](https://github.com/fomantic/Fomantic-UI/commit/a7f27070632a3d5ff5c814ae03c5c444a60c97b7)
- Adds #1669, Dropdown will now recreate menus when option values change, dropdown will now produce errors when methods invoked on <select> and not ui dropdown [`4046863`](https://github.com/fomantic/Fomantic-UI/commit/4046863e37256943639a63bd80340ce52b7ad0e6)
- Begin work at converting hard coded em values [`ba7d428`](https://github.com/fomantic/Fomantic-UI/commit/ba7d4288a42614e388accef402c55577137d7106)
-#2383 Fix remove selected, and issues with placeholder selections being selected with multiple when value is empty string [`59ecddb`](https://github.com/fomantic/Fomantic-UI/commit/59ecddb1d54310146c6ed0a82d18dc6c957ca9f1)
- Add a new global text color variable, @mutedTextColor. Move subheader to muted text color. Remove orphaned and unused ui selection menu [`f91a260`](https://github.com/fomantic/Fomantic-UI/commit/f91a2604c3b4a61cdfa413c1ea3c153d77bd87b5)
- Fix NPM update to not install unless new version [`d67ca95`](https://github.com/fomantic/Fomantic-UI/commit/d67ca956fce477ff300c5b630e8a302d5e1eab4d)
-#1729, Order by UTF, add aliases, icon naming [`dc144c5`](https://github.com/fomantic/Fomantic-UI/commit/dc144c5e5e1a2e94da4a6d0c612b2bdf3cbac135)
-#1968 Fixes undetachable scrollable modal in ideal circumstances (not inside a container with z-index) [`d9850a0`](https://github.com/fomantic/Fomantic-UI/commit/d9850a0ba64fa879ac7fa87dc449acc5f69b36ff)
- Experimenting with deps [`d26385f`](https://github.com/fomantic/Fomantic-UI/commit/d26385f5a5224c55b7ddd761b413673d34dee746)
- Create global input variables and center all other valus around them [`12b27c1`](https://github.com/fomantic/Fomantic-UI/commit/12b27c1968e86a83c50efe45e07b8f2be4c54730)
-#1681, Form now prevents keypress causing repeated form submit [`90992d9`](https://github.com/fomantic/Fomantic-UI/commit/90992d94b8e00a769ee0cf5ddc83be14bca7ab3c)
- Add new onScreen and offScreen callbacks for visibility [`eda7670`](https://github.com/fomantic/Fomantic-UI/commit/eda7670dde741c45516b63b61a1416d7136231d6)
- Iteration on embed [`25ba7f0`](https://github.com/fomantic/Fomantic-UI/commit/25ba7f03218b3b3567075ed963b73b2333c6e788)
-#2710 merge and modify this context [`09ecab6`](https://github.com/fomantic/Fomantic-UI/commit/09ecab67fc2f11a452b045e6530fae6e82067cbe)
- Add an automatic reinstallation process based on semantic.json [`8e272ac`](https://github.com/fomantic/Fomantic-UI/commit/8e272acb480acfd2c26f15cb7120c861f7ef6581)
- Consolidate UI input logic inside form [`705d289`](https://github.com/fomantic/Fomantic-UI/commit/705d289f1adde5542b35997f9486ca6a1f510e3e)
- Add body padding to examples [`699aeed`](https://github.com/fomantic/Fomantic-UI/commit/699aeed1584fd25f5a737eac5477957116b7ae7c)
- Alphabetize input rules, add time type #1721 [`4ef796f`](https://github.com/fomantic/Fomantic-UI/commit/4ef796f6dcddc9ccc2958cb9270b283ec8a59d86)
-#1630 Adds form clear and dropdown clear behaviors [`7dffde0`](https://github.com/fomantic/Fomantic-UI/commit/7dffde0f825e723245d8415a14ec0497eaa60892)
-#2626 dropdown now updates selected values when input changes. Housecleaning with event binding [`12d6640`](https://github.com/fomantic/Fomantic-UI/commit/12d66408260db197659d8802deb27bccb5071ac3)
- Mark legacy grid variables [`aea4341`](https://github.com/fomantic/Fomantic-UI/commit/aea4341e1d4824e5f690b8c6c032f4fa0e0eb618)
- Visibility now watches for images loading and automatically refreshes afterward [`fad2d1b`](https://github.com/fomantic/Fomantic-UI/commit/fad2d1b57c6247d1da9cdc6678005dc04ff5e413)
-#3001 add support for more templated values [`4bb1d0d`](https://github.com/fomantic/Fomantic-UI/commit/4bb1d0d630bcaed1a1a5a3aa4827d9f291c45eee)
- Consolidate templatedURL behavior into one method [`f0dfe16`](https://github.com/fomantic/Fomantic-UI/commit/f0dfe16337a2eb025d61a8b2c4f87e17435a0d1b)
-#1896, move over to element namespace [`7c839c9`](https://github.com/fomantic/Fomantic-UI/commit/7c839c938a4477765947e824cf69442d48ce48b4)
- Adds #1858, case sensitive/insensitive form validation rules [`a690601`](https://github.com/fomantic/Fomantic-UI/commit/a690601b3fd8b63867771ab5aae31d18b306a31f)
- Fix issue with destroy in visibility [`b685c94`](https://github.com/fomantic/Fomantic-UI/commit/b685c948e0ae7f116ed059c2f87dfa3bb22e3a4b)
- Fix admin tasks to use commit SHA of last release #1607 [`e3f66ec`](https://github.com/fomantic/Fomantic-UI/commit/e3f66ec2a0a69db2212d966a4d1c6c42d9cdd540)
-#3611 - Adds relative pixel variables up to 40px [`caad06c`](https://github.com/fomantic/Fomantic-UI/commit/caad06c30bffad5864fa807e0f6a5afc69292ba4)
- Resolve XHR error conditions for abort, with CORS [`d993d45`](https://github.com/fomantic/Fomantic-UI/commit/d993d45e90e8e4b057036f5403f84df804e15bc0)
- Fixes ui input sizing issues due to flex-box width collapsing being peculiar with <input>#2705#2621#2821 [`d7eaffa`](https://github.com/fomantic/Fomantic-UI/commit/d7eaffabae2330ad761b4e0f44f922b73fa0309e)
- 100% working component update script with no .git index lock issues [`139117d`](https://github.com/fomantic/Fomantic-UI/commit/139117d5d37792d79fce444ab205927b5fb3ea17)
-#3475 - Adds deactivate setting for tab used to determine what elements user would like to deactivate when a tab is selected [`1b982e1`](https://github.com/fomantic/Fomantic-UI/commit/1b982e1842810506e04e7baea99f8963307ff4f4)
-#2637 fixes issues with placeholder [`1900729`](https://github.com/fomantic/Fomantic-UI/commit/1900729083f63b0a16e66644a041f654dfd67259)
- Fix language in rlsnotes [`c9e8a08`](https://github.com/fomantic/Fomantic-UI/commit/c9e8a089f339dda47bc646f5d730ae2aa44da0cb)
- Adjust scale in animation globally, fade up/down [`4ed930f`](https://github.com/fomantic/Fomantic-UI/commit/4ed930f91c36261accd78fc0550400176d946db9)
- Add many new variables for label colors [`6954a93`](https://github.com/fomantic/Fomantic-UI/commit/6954a936b38ee580127754e9235b9f6e772e2360)
-#2842, Calling show results does not require input to be focused [`d649872`](https://github.com/fomantic/Fomantic-UI/commit/d6498722ec262ac467bc75152c767de271edf4a6)
- Fixes placeholder value in select multiple [`4fc448e`](https://github.com/fomantic/Fomantic-UI/commit/4fc448ed4751258fc04564a3cbab2e909c19f196)
-#1933 Cache width/height/isRTL on load to improve animation performance of sidebar [`e064401`](https://github.com/fomantic/Fomantic-UI/commit/e064401708f15988ae1828557256ea11fb263431)
- Github buttons are using compact style! [`a548b63`](https://github.com/fomantic/Fomantic-UI/commit/a548b6361be211ccefc2bb7648cc420f20d4ecd9)
- Fixing some conditions with checkbox double firing #2440 [`889b7cd`](https://github.com/fomantic/Fomantic-UI/commit/889b7cdff67bf716ff483d2ef0bc7961f428cec5)
-#2382 Increase code coherence, restructure into new methods [`e3d4347`](https://github.com/fomantic/Fomantic-UI/commit/e3d43478b980204005139807bb19c2cb50dc8130)
-#1612 adds deprecation warnings for old callbacks [`b50c7da`](https://github.com/fomantic/Fomantic-UI/commit/b50c7da845460799fcaaa8eba23974fcc30abc57)
-#2266, minCharacterLength should be part of query, not throttled input event [`f1b8455`](https://github.com/fomantic/Fomantic-UI/commit/f1b84555cb98998e395a8dcd9fff0b8563a48ca0)
- Adds rudimentary sub-module detection to avoid end-user install when used as a sub-module [`de85e5a`](https://github.com/fomantic/Fomantic-UI/commit/de85e5a82c9299ee8ef346ee98a40e32135ba683)
- Add variables for setting prompt color inside form, update to new style #2593 [`c596630`](https://github.com/fomantic/Fomantic-UI/commit/c596630e1c791b7693e4aa5e56d89a4321be1564)
- Fix grid example [`0173292`](https://github.com/fomantic/Fomantic-UI/commit/0173292ce4fc6083333ea67f474a8b7cf08dec6b)
- Adds response/responseAsync, fixes settings returned #3466#3491 [`b2dd449`](https://github.com/fomantic/Fomantic-UI/commit/b2dd449f21bff1e4c07d510e8dbde17dbf95385e)
- Segments now use border not box-shadow, add new plural variations #2411 [`a34bd91`](https://github.com/fomantic/Fomantic-UI/commit/a34bd91704a144daba865cbfbfccccf5845cfb1e)
- Dropdown can now have behaviors invoked on select [`96a577d`](https://github.com/fomantic/Fomantic-UI/commit/96a577d2c9809ca9ef4469c3d4a8f3da08848fdc)
- Fixes clicking a[href] inside checkbox not working as expected #2804 [`d50538f`](https://github.com/fomantic/Fomantic-UI/commit/d50538fd707dc169a72ad7434828cc18729e047c)
-#2434 - Checkbox no longer need any init/for to work [`291f143`](https://github.com/fomantic/Fomantic-UI/commit/291f14367b33f9bf1b6c01182f850e96ed892b93)
- Fix API to use session storage for caching values so they are available across a session [`d951380`](https://github.com/fomantic/Fomantic-UI/commit/d951380b4048a2d88878e628dcd452d72579a96b)
- Adjust ribbon label padding to be more spacious [`a05a388`](https://github.com/fomantic/Fomantic-UI/commit/a05a38892b8839e5822f37f4e974ad727e74eb0e)
- Redo stackable grid divider to use table cell #2311 [`b7ccfa7`](https://github.com/fomantic/Fomantic-UI/commit/b7ccfa75f43b74344b7654256778a8115e76ba43)
- Fix hide delay being less than show delay causing elements not to hide [`a0ea788`](https://github.com/fomantic/Fomantic-UI/commit/a0ea788f167c516536e72825ba66003797313109)
-#2042 addes delegated events to dimmer [`cd4cced`](https://github.com/fomantic/Fomantic-UI/commit/cd4cced83a523d97cf4967dff619c471785bcd2b)
- Add significant word order to label [`f6b1659`](https://github.com/fomantic/Fomantic-UI/commit/f6b1659282267edc321e9db0cbd8dd79e1f46b9b)
- Fix focus styles not applying to selected checkbox [`6bb04f6`](https://github.com/fomantic/Fomantic-UI/commit/6bb04f6b1167f65b3145ba918819c4205e41c6fb)
- Iteration on install [`fc3967b`](https://github.com/fomantic/Fomantic-UI/commit/fc3967b02cd6278e1b2c0308f817db431677649f)
- Fix issue with left/right floated [`d32ce3b`](https://github.com/fomantic/Fomantic-UI/commit/d32ce3b1a3b7fa55bbb959482e787ccea0ab4777)
- Fix issues with inverted secondary/tertiary segment, adjust lightness of inverted #2306 [`8f6a15a`](https://github.com/fomantic/Fomantic-UI/commit/8f6a15a323ce121df7a0d1ccec82648ab587de00)
- Modal now only closes on approve or deny selector match [`eb0e67e`](https://github.com/fomantic/Fomantic-UI/commit/eb0e67ed59acff47ce34716912bf593e6642e4ee)
-#2165 adds parseScripts option to tabs, defaults to once [`994fedc`](https://github.com/fomantic/Fomantic-UI/commit/994fedcca9eb22abe5a9924c812e6bb2f2c06ad6)
- Updates dropdown focus color to be more consistent [`8dcb5bd`](https://github.com/fomantic/Fomantic-UI/commit/8dcb5bd5406439428703be1face2cedf6cfadcc6)
- Fixes for images inside menu [`12cd7a5`](https://github.com/fomantic/Fomantic-UI/commit/12cd7a593de90e15db28302727434248520e2940)
- Fixes autocomplete style inheritance for dropdown [`3264929`](https://github.com/fomantic/Fomantic-UI/commit/3264929572de59bb3e2552b637a971a715473d43)
- Fix all the linting errors i forgot to check [`b3612b2`](https://github.com/fomantic/Fomantic-UI/commit/b3612b2792b8f1c564838a3a62d6025bc20e95a5)
- Adds multiple regexp exp formats, cleans up some things #2133 [`86b1896`](https://github.com/fomantic/Fomantic-UI/commit/86b1896fa3b5afcec16a74f74fe187c29dc4e142)
- Add #1897 dimmer now has an opacity setting [`e3b3ab4`](https://github.com/fomantic/Fomantic-UI/commit/e3b3ab4e97ca50477935567a41183275e009e0fa)
- Add transition interval setting for delayed group animations [`4a0d6c8`](https://github.com/fomantic/Fomantic-UI/commit/4a0d6c866851bc184674061f1b0e2d1add523f3a)
- Restructure test/ for meteor #1607 [`8afab4a`](https://github.com/fomantic/Fomantic-UI/commit/8afab4af8d6c19e047c1986884250b5d69cba94e)
- Fix dropdown direction: auto, to open downward when no space above or below. [`625c1a4`](https://github.com/fomantic/Fomantic-UI/commit/625c1a46b2f6e7477873f36256ed653a6f07215f)
- Adjust stripe color [`7ea65c0`](https://github.com/fomantic/Fomantic-UI/commit/7ea65c018db9d32fd7c5b13c0e03403deed6cacc)
- Add fix for restoring labels [`14014ef`](https://github.com/fomantic/Fomantic-UI/commit/14014ef4b506f826a00313208a9873c6493be6c1)
- Container widths are now based off min gutter width [`3cd1049`](https://github.com/fomantic/Fomantic-UI/commit/3cd104968df25849618f9a7b876c17a839f924d5)
- Swaps out all calls to trigger() #3108 [`2bae116`](https://github.com/fomantic/Fomantic-UI/commit/2bae11673d1752a0c2379c9b683427a052d5936b)
- Swaps out all calls to trigger() #3108 [`e5aca0a`](https://github.com/fomantic/Fomantic-UI/commit/e5aca0a5237126759a6d2fc248963fb8470ddfcd)
-#2579 make form identifiers optional [`3b109b2`](https://github.com/fomantic/Fomantic-UI/commit/3b109b2ed60cc973f52a4505dc6887f759042490)
- Add example for attached header, fix issues with attached header given new attached system #2798 [`66e46f5`](https://github.com/fomantic/Fomantic-UI/commit/66e46f5a0a8ed07894701920ca5a21fbb9de961b)
-#2308 Refactor as getters, to allow public API for retrieval [`544e92d`](https://github.com/fomantic/Fomantic-UI/commit/544e92d279c501e0ee8cdd922943d4bc903550b8)
- Fix keyboard selection after multi remove, settings comments [`bcc4809`](https://github.com/fomantic/Fomantic-UI/commit/bcc48092370ac18b05d231724c62b363f96d1429)
- It was all caused by using shallow extend! [`1c915c1`](https://github.com/fomantic/Fomantic-UI/commit/1c915c121067061245942f5b5817006bcae97870)
- better if without child selector. Class .image wont be use other way in .card .content [`edd8373`](https://github.com/fomantic/Fomantic-UI/commit/edd8373c4c41d13d6cd6669df6c60e13a72d2adf)
- Adds fixes for sidebar inside context other than body [`caf76a7`](https://github.com/fomantic/Fomantic-UI/commit/caf76a7f1f0c6a0a02bf9ba0be8b4578b8a12134)
-#2426, onSelect did not correctly attach result metadata with category search [`a988e3e`](https://github.com/fomantic/Fomantic-UI/commit/a988e3e858f81b7fc7d054fcb3cd42ac8ef5b4a1)
- Cards can now have multiple content blocks, images not on top [`8147a77`](https://github.com/fomantic/Fomantic-UI/commit/8147a77e28f0daea908e962e0754038446f52a20)
- Set all modules to verbose: false by default [`6f1bf2e`](https://github.com/fomantic/Fomantic-UI/commit/6f1bf2ea897d98e0e41334211970b3f545bef67e)
-#3710 - Fixed issue with unnecessary padding on first and last items of divided and relaxed lists [`f10577c`](https://github.com/fomantic/Fomantic-UI/commit/f10577c4a390c417b03176b47cac1aa7380a56f6)
- Support modification of 'closable' setting while modal is open [`e444af2`](https://github.com/fomantic/Fomantic-UI/commit/e444af24834cacd43dd25a4a988b352025a541d3)
- Redo pointing label to use transform to avoid line-height issues [`44f1adb`](https://github.com/fomantic/Fomantic-UI/commit/44f1adb0a77fcd680ed8eabacfed93c488de394d)
-#2163, #2162. Create id now uses counters for index, in case results are returned as object instead of array [`1d481d2`](https://github.com/fomantic/Fomantic-UI/commit/1d481d23be975a08193a3ee33705a99d3ae2f9a2)
- Rework pointing / basic label for more accurate arrows [`b7667cf`](https://github.com/fomantic/Fomantic-UI/commit/b7667cfa5cdb9ef58cdc8205dfe4c974a06eb760)
- Adjust modal scale in animation to be more subtle [`64f0be8`](https://github.com/fomantic/Fomantic-UI/commit/64f0be8ee74106fd608ffd56ac58aa10b277607c)
- Slightly more efficient shape calcs [`21df81a`](https://github.com/fomantic/Fomantic-UI/commit/21df81ab40bbb88713a456f4242b3cca56f39a22)
- Basic colored button now grow their border size [`38949ab`](https://github.com/fomantic/Fomantic-UI/commit/38949ab2c16e1f862a0e595a142d0a4944a7535e)
- Adds useLabel setting, fixes search in menu [`e2f796c`](https://github.com/fomantic/Fomantic-UI/commit/e2f796c369b661062324195a39549fe9715b8b76)
- Iteration on container [`e4fa1ae`](https://github.com/fomantic/Fomantic-UI/commit/e4fa1aebe00d7ac5c28c7fd90e39ee43eb952d15)
- Make stretch optional variation, fix valign [`fb33a60`](https://github.com/fomantic/Fomantic-UI/commit/fb33a600d32af3a6693e535441b1be0960151b43)
- better if without child selector. Class .image wont be use other way in .card .content [`20f2d96`](https://github.com/fomantic/Fomantic-UI/commit/20f2d9641215d9bffe6c2c5c9d5aecffbfb1ab93)
- Arrows now use translateX/Y instead of @arrowOffset. Adds better arrow bg colors for pointing menu #1653 [`8de80fb`](https://github.com/fomantic/Fomantic-UI/commit/8de80fbc0e650f9dcd5477686c4694e08093f325)
-#2862 adds variables, and fixes spacing for sub menu in secondary menu and text menu [`1f74594`](https://github.com/fomantic/Fomantic-UI/commit/1f745948769ccb0d18bd6e03a9c588160b533541)
-#2375 Remove number variations from button [`a7e4c00`](https://github.com/fomantic/Fomantic-UI/commit/a7e4c00e88ae857d93ffc328e733f906fdf4b712)
- Unlike other use-case, container should not have any left/right padding when inside a menu on mobile sizes. [`6f6a7f9`](https://github.com/fomantic/Fomantic-UI/commit/6f6a7f95b0e5a232115e1131ec811546afd921d2)
- Fix transition variables, adjust list padding to round numbers [`aea9953`](https://github.com/fomantic/Fomantic-UI/commit/aea99536f62723f8676418d45c257e1a14cdda91)
-#2214 Adds different[] validation, match not working correctly [`b9af864`](https://github.com/fomantic/Fomantic-UI/commit/b9af8643417b2bc59e4611995d02e36d86addcc5)
- Transition no longer determines vendor prefixes for animation-name prop. Removed 2 unnecessary prop lookups from animation increasing performance [`10a88eb`](https://github.com/fomantic/Fomantic-UI/commit/10a88ebef4dcc8fe9d4379e12389386fd78636ce)
- Add <select> support for adding user options [`732e22c`](https://github.com/fomantic/Fomantic-UI/commit/732e22cf3deb4a8ccb681af8f74994020f67d7a3)
-#2042 add delegated events to rating [`3520e51`](https://github.com/fomantic/Fomantic-UI/commit/3520e510be79a7bf56f33771c282fd6e905d7cea)
- Added rubberband attention grabber from Animate.css [`be51cea`](https://github.com/fomantic/Fomantic-UI/commit/be51cea045cd5a7c19c772ce231ccdd58c94ff34)
-#3001#2579, add new form validation shorthand, drastically simpler [`e364c16`](https://github.com/fomantic/Fomantic-UI/commit/e364c1658eb28f41f4d02655f454553d43abcb77)
-#2042 add delegated events to search [`3f44b1c`](https://github.com/fomantic/Fomantic-UI/commit/3f44b1cad7ec8d25cbf59e4dfa16732add098809)
- Calling show without animation now sets display type [`ecc3c8a`](https://github.com/fomantic/Fomantic-UI/commit/ecc3c8a3e04610c919510120f6465d958e9263ef)
- Make shortcut key values a setting #3016 [`4ca20c4`](https://github.com/fomantic/Fomantic-UI/commit/4ca20c47cf1071ed92fb508b13151c013a4a1f39)
- Make shortcut key values a setting #3016 [`474cc73`](https://github.com/fomantic/Fomantic-UI/commit/474cc7351bdcbfeab2a4719ceb671a99220e623b)
- Adds margin left/right 0 to stackable grid on mobile #2895#2898 [`2c30d40`](https://github.com/fomantic/Fomantic-UI/commit/2c30d409c8b5dc2970c857a609b229e4b0b3c9c5)
- Fix error with get xhr not returning promise, add abort method [`42cbd74`](https://github.com/fomantic/Fomantic-UI/commit/42cbd74d0233b70da4726f944c2ec3cf6a0fc95f)
- Radio fix + Form serialize function [`d5ad7df`](https://github.com/fomantic/Fomantic-UI/commit/d5ad7dfa16e179c0e67a59af84538daee0c24a41)
- Comments in API js [`6bc7758`](https://github.com/fomantic/Fomantic-UI/commit/6bc77583e942b50aef1593ae8c7ca5fe2999e781)
-#2479 Adds debug data for saving defaults [`c17e254`](https://github.com/fomantic/Fomantic-UI/commit/c17e254c966beaf445825fc29fa459d37755fab6)
-#2403 [Dropdown] Merge and organize metadata refresh [`913194c`](https://github.com/fomantic/Fomantic-UI/commit/913194ca6b53c89f94b2ceae387b871de88af135)
- Adds brown variables, re-orders colors some more [`1be0130`](https://github.com/fomantic/Fomantic-UI/commit/1be0130a72d318b6fc95d4c8791f76267376ba77)
- Fix menu to have same border color on keyboard tab [`3510d96`](https://github.com/fomantic/Fomantic-UI/commit/3510d967df4f815cb3ee87def3f931474cc59d3f)
- Fixes issue with .data() storing/retrieving values as original type causing mismatch with .val() [string only] #2754#2755 [`6c178d0`](https://github.com/fomantic/Fomantic-UI/commit/6c178d0168fa9bb37b430bc70302e9d53e350c4d)
-#2812, improve settings docs for accordion [`c9c81e0`](https://github.com/fomantic/Fomantic-UI/commit/c9c81e005fac4ed0133d94d29bbfa35b73436b48)
- Rebuild dist for 2.0 [`36b0695`](https://github.com/fomantic/Fomantic-UI/commit/36b06958e186020c91e72864542e5a194a01a289)
- Add examples to docs tasks [`4675aaf`](https://github.com/fomantic/Fomantic-UI/commit/4675aaf93e903b9055e63d9b040c6d64617cd9dc)
- Fix scrolling dropdown not to depend on a minimum width, calculate padding with scrollbar [`4e355a2`](https://github.com/fomantic/Fomantic-UI/commit/4e355a2afb3d2e48c5e5f6e53d8f3f29439a6ccd)
- Iteration on dropdown tweak list [`2198d01`](https://github.com/fomantic/Fomantic-UI/commit/2198d01247c01016f733f2741fa898d05f2f1c73)
- Set transition duration to false by default, inherits from CSS [`3c9ea43`](https://github.com/fomantic/Fomantic-UI/commit/3c9ea4301e27f366cacd0081d7860b60b8f4330c)
- Fix search dropdown to allow input to support bgcolors (autocomplete), fix lineheight offset on input in search selection so bged inputs do not overlap borders #1508 [`4f8b806`](https://github.com/fomantic/Fomantic-UI/commit/4f8b80648da33cc11caa01e1f247302989e40ca5)
- Add file permissions and RTL to setup [`91ab032`](https://github.com/fomantic/Fomantic-UI/commit/91ab03268c93c74624005187873dbce501f85be2)
- Fixes issue where cache local was not working because debug code [`c34f6d3`](https://github.com/fomantic/Fomantic-UI/commit/c34f6d3462ba4f892fbeda296dd4d9dd72698c76)
-#1698 Remove set.value calls from actions, add set value to set selected. [`3cf2db6`](https://github.com/fomantic/Fomantic-UI/commit/3cf2db6a4bfe5994a59e8dbbac394680f2c1fff5)
-#3300 Fixes load order of very thin sidebar [`1062ce9`](https://github.com/fomantic/Fomantic-UI/commit/1062ce91101a4a532d191241c9152955535edf1b)
- Updates to themes from example repo [`adb7af2`](https://github.com/fomantic/Fomantic-UI/commit/adb7af2de948e93a533b0d3859301c4891a3b8f9)
-#2601 fix issue where popups with variations will not correctly recieve class names if pre-existing content [`f307ef2`](https://github.com/fomantic/Fomantic-UI/commit/f307ef2069165fe63b47714b9eab7c3cb86929fc)
-#2842 consolidate diners club [`d3b280b`](https://github.com/fomantic/Fomantic-UI/commit/d3b280b50063ab1203ea799ab81b0af21b50a9c2)
- Solves #1985, fixes scrollTop on mobile sidebar [`c68661d`](https://github.com/fomantic/Fomantic-UI/commit/c68661d913c2908a548167b95b2c8b84953d9f9c)
- Typo in form rule [`9db2175`](https://github.com/fomantic/Fomantic-UI/commit/9db217558e769d8bf0f2471bffb5c5687b9edfc6)
- Add tokenize on keyboard shortcut [`1afed3a`](https://github.com/fomantic/Fomantic-UI/commit/1afed3afb0aacb6675f71dee013adba67f647e60)
- Fix search removes filter before hiding [`960c82c`](https://github.com/fomantic/Fomantic-UI/commit/960c82cad21a9c71e452292464ab7a00fcb00506)
- Fixes indeterminate radio checkboxes in chrome, adds definition table new class names [`2e60169`](https://github.com/fomantic/Fomantic-UI/commit/2e601695e57db7b8d418bec220647f0915813314)
- Fix 2.0 to be backwards compatible with emsize variables from 1.0 [`e160570`](https://github.com/fomantic/Fomantic-UI/commit/e1605707a237ee8c2cef3d40d25cdb89418e722b)
- Add dropdown direction [`136f912`](https://github.com/fomantic/Fomantic-UI/commit/136f912dc5283b43079aee82fff34039a18c0143)
- Add autocomplete styles for forms [`647af37`](https://github.com/fomantic/Fomantic-UI/commit/647af37473523b856688008a4b3aa643d0f1b04c)
- Fix errors in math from #2168 [`442839c`](https://github.com/fomantic/Fomantic-UI/commit/442839c3527ed3b28b6f96d971336e6bc684d27a)
- rebuild with fixed comment banner for icon [`e6cbb90`](https://github.com/fomantic/Fomantic-UI/commit/e6cbb90f8c1cb38a4958603795d22771a620f40c)
-#1880 Fixes modal showing while another hiding unsucessfully attaches callback to 'hide others'. Dimmer no longer hides between modals appearances with allowMultiple [`aac5321`](https://github.com/fomantic/Fomantic-UI/commit/aac5321d47860d2fd3d3359292ad75187239ee3a)
-#1896, add 'get id' to all modules with element namespace, move uniqueID generation to 'create id' [`91b2ffd`](https://github.com/fomantic/Fomantic-UI/commit/91b2ffdf49ee441eb7cd56beb0740d375e13fbe1)
- Missing dep [`6270124`](https://github.com/fomantic/Fomantic-UI/commit/62701243f85a14093f798eec4249f3d617c29502)
- Update dependency tree [`a88694a`](https://github.com/fomantic/Fomantic-UI/commit/a88694a77469f678175acc3b7c97b78b0edcccfe)
-#1753#1368 Adds forceSelection option to force user to current search selection when element blurred [`4870dad`](https://github.com/fomantic/Fomantic-UI/commit/4870dad08611a46a6e7e8427aa5b11086e4e72cb)
- Add global form highlight color #1508 [`e8c1c9d`](https://github.com/fomantic/Fomantic-UI/commit/e8c1c9d966b30a86ccd3d0687ce2791c4ba9daef)
- Add fixes for table [`2176869`](https://github.com/fomantic/Fomantic-UI/commit/21768696e49b2099624919d5aff547c7b0a346bb)
- Make placeholder error color more consistent, fix input placeholder color #2786 [`b42aac8`](https://github.com/fomantic/Fomantic-UI/commit/b42aac829e13cedac9d24198eb0adc86571ff616)
-#2434 - Label no longer shows hand cursor unless initialized with JS, fixed destroy to return input z-index [`b42bcbd`](https://github.com/fomantic/Fomantic-UI/commit/b42bcbde1dbd20623cc52c3977b2656f6861f659)
- Search will now create results container automatically, and add category search classname [`bb8a9f5`](https://github.com/fomantic/Fomantic-UI/commit/bb8a9f57eecf99b61fefe6b1443f5673e44042ff)
- Fuzzy search no longer evaluates true on numerical matches. Fixed 'get result' when id is falsey i.e 0 [`74e5adb`](https://github.com/fomantic/Fomantic-UI/commit/74e5adbbd570e6a9ed6021ecaf395109df5a03ec)
- Fix equal width/height to now require row wrappers [`755d0bf`](https://github.com/fomantic/Fomantic-UI/commit/755d0bf2cd709fa32fc82d387a52ba300b4f12f0)
- Add missing menu vars [`8d16197`](https://github.com/fomantic/Fomantic-UI/commit/8d16197f1284099b4edd1e829a0bd0c1d2a6fa00)
- Fixes bug where sticky would stick at incorrect times when using a different scroll container than and when the container's is not 0 on init. [`6073367`](https://github.com/fomantic/Fomantic-UI/commit/6073367a3c53a9c13381e9a91b65a6fa334ad2d2)
- Fixes bug where sticky would stick at incorrect times when using a different scroll container than and when the container's is not 0 on init. [`b8a2ee8`](https://github.com/fomantic/Fomantic-UI/commit/b8a2ee8fb6a411e08e2f53e554c66ad582977aee)
-#2481 remove styles no longer neceesary with rating with flex [`524937d`](https://github.com/fomantic/Fomantic-UI/commit/524937d6e7654f13f27767215bb26c3d9e71f637)
- Fix <select> chained reference with dropdown init [`904caac`](https://github.com/fomantic/Fomantic-UI/commit/904caacb7afdcd99b5f05c993015f070cf886162)
- Fix bug with search input inside dropdown [`ccf830a`](https://github.com/fomantic/Fomantic-UI/commit/ccf830a6009bcf4a629b72ae9bf8d1971ab86781)
-#2959 - fixes issue with inheritance with alignment and some table conditions [`92e0ee2`](https://github.com/fomantic/Fomantic-UI/commit/92e0ee2c54945590e900210d172a165d12dfec4e)
- Fix parameters being encoded by default in tab, add encodeParameters setting to API #2752 [`1cac8a5`](https://github.com/fomantic/Fomantic-UI/commit/1cac8a53f910580d0df492f4e8c502c9f8699c66)
- Visibility: add ability to cancel callbacks, add new checkOnRefresh option [`cbdb60f`](https://github.com/fomantic/Fomantic-UI/commit/cbdb60ff5f73255eaca0a48b74c4619632fe1fef)
- Remove fallback js animations from modal [`6a76302`](https://github.com/fomantic/Fomantic-UI/commit/6a76302ce54d0d080f3ae12f00f64acf18fa8614)
- Fix selection min-height, fix pageup/down do not work when scrolling less than a page [`f77e001`](https://github.com/fomantic/Fomantic-UI/commit/f77e00174f29f2eef3581e965edf29ad2dd3213b)
- Fix alignment inside flex containers for text and valign [`05fc0f8`](https://github.com/fomantic/Fomantic-UI/commit/05fc0f84ed02339298913300b85b91c274743444)
- Fixes specificity of grid column colors [`33bb7df`](https://github.com/fomantic/Fomantic-UI/commit/33bb7df7b71e757fbc22f86d5fc901fc8e4a5160)
- Fix bookish/chubby theme font size variables [`f063d65`](https://github.com/fomantic/Fomantic-UI/commit/f063d6504e93584b42b35149eaf204dbe4fd16b0)
-#2869 merges fix for :only-child border radius with stylistic changes [`d553e8d`](https://github.com/fomantic/Fomantic-UI/commit/d553e8d4ff79dd35eb9211aa595a1c55eaf5208f)
- Embed- fix icons to work with other icons than 'play' [`815d528`](https://github.com/fomantic/Fomantic-UI/commit/815d5284e1aeb9333a64c942f5c1f2e2703938e9)
- Tab now correctly navigates to in page anchors in closed tabs [`856ba0a`](https://github.com/fomantic/Fomantic-UI/commit/856ba0ad298694cd8e219893490cdb0221029460)
- Fix valign on list automatically affecting content/image [`1adaa99`](https://github.com/fomantic/Fomantic-UI/commit/1adaa99e261db8767fa311361987838abb01753c)
- Expand on basic example [`bed2cda`](https://github.com/fomantic/Fomantic-UI/commit/bed2cda48bf641236beea40b728b01543541da20)
- Slight modification to remove looping [`089bf33`](https://github.com/fomantic/Fomantic-UI/commit/089bf334009ff145f09bdf23e1584dba312f9938)
-#1771 Fixes sidebar in IE with context. Makes all sidebar use position: absolute, instead of transform fix when not initialized in body [`4e71ee4`](https://github.com/fomantic/Fomantic-UI/commit/4e71ee417cb3a3d8cff311afa19484f5e7ba7c5a)
-#1753, Dropdown arrow is now clickable to hide dropdown in search selection dropdown [`3cb07f0`](https://github.com/fomantic/Fomantic-UI/commit/3cb07f0c8547ff665d31b690a878069f5791e29c)
-#1630 - Formatting on form serialize [`1bb3fe0`](https://github.com/fomantic/Fomantic-UI/commit/1bb3fe04ef263a5c2a33b1867ae6f1994961f0ab)
- Fixes poorly written config code #2920#2875 [`4f01c14`](https://github.com/fomantic/Fomantic-UI/commit/4f01c14faaf5a35dd9cca4ac234c55565cefc100)
- Fix the flex [`3874dbb`](https://github.com/fomantic/Fomantic-UI/commit/3874dbbc48f872208e58dd1539218db072ae02a2)
- Disable debug in state #1825 [`4a03003`](https://github.com/fomantic/Fomantic-UI/commit/4a0300362702ce3e54cf0615818b2296dcaa91bb)
-#1607 Remove git tag, use only release [`a9272d9`](https://github.com/fomantic/Fomantic-UI/commit/a9272d9e57d8c923eb85defd8be8fc3671f61bd3)
-#1784 Updates Tab remote API syntax with changes in 1.x [`0b9edd1`](https://github.com/fomantic/Fomantic-UI/commit/0b9edd1eda44b5b7714f251848754254db974e7d)
- Add use permission question [`c236c6e`](https://github.com/fomantic/Fomantic-UI/commit/c236c6e17c80368bb82dd8ebdf36a24e2d5a7e34)
- Fix radio/checkbox output from serialize caused by formatting changes #1630 [`3de207e`](https://github.com/fomantic/Fomantic-UI/commit/3de207e0ad7a6a189a68d5e1099a0d44f574f6e1)
-#3712 - Fixed issue with rating firing onRate on initial load [`44837fa`](https://github.com/fomantic/Fomantic-UI/commit/44837faf5793fdfc7394e9a0fbc3ced5e701d73e)
- Fix some conditions which caused dropdown to hide all results [`a2347d6`](https://github.com/fomantic/Fomantic-UI/commit/a2347d68b771ec42c37ea1a3db0fd00c576f6e1b)
- Fix some conditions which caused dropdown to hide all results [`125e222`](https://github.com/fomantic/Fomantic-UI/commit/125e22295e7583d0077b0a4429f115d0c9198ca9)
- Ribbon labels now automatically position inside tables #1930 [`9f17381`](https://github.com/fomantic/Fomantic-UI/commit/9f173819c68988e7ebd37d97e9a8450974d63dc5)
-#2836 add run sequence & formatting [`8814f05`](https://github.com/fomantic/Fomantic-UI/commit/8814f051729d42771e784cf66e778d796e5a67af)
-#2486, Add @absoluteEM sizes to help clarify ambiguity in sizing, fix label sizing [`4f31c6d`](https://github.com/fomantic/Fomantic-UI/commit/4f31c6d7a2f484722644f310228ed26b813ea862)
-#2396, look for disabled values when initializing select [`3582d1c`](https://github.com/fomantic/Fomantic-UI/commit/3582d1cb35bddaf7cc705668f0dc8b90b5c601db)
- Clears up logic around corner labeled input #2361 [`27bf60b`](https://github.com/fomantic/Fomantic-UI/commit/27bf60be160528911e7e0f4c6328b7748b0efdd7)
- Fix overlap when selecting dropdown choice with keyboard when useLabels: false [`40bf2ce`](https://github.com/fomantic/Fomantic-UI/commit/40bf2cea3566fdfd1981f341d8b2114fc28c6ad4)
- Partial fix for #1190, search selection in menu [`dbf67c1`](https://github.com/fomantic/Fomantic-UI/commit/dbf67c1e4024131b9eb4b2daee17fbd1f67f755c)
-#1933, more optimizations for sidebar [`243243a`](https://github.com/fomantic/Fomantic-UI/commit/243243a78a38c8ae591b639447a4c6fdfa3d930c)
-#1607 Apparently commitish doesnt matter, just need to wait at least a second before creating release after push [`326820f`](https://github.com/fomantic/Fomantic-UI/commit/326820f7c40ff1967eb3f7b02957d41d1149dc1c)
- Fixes useFailSafe to work with queued animations #1848 [`1428178`](https://github.com/fomantic/Fomantic-UI/commit/14281784a71a7f636442f170d04c6c0b1c47b104)
- Related #1840, force removing duplicate slashes from path when auto: true [`32e32d3`](https://github.com/fomantic/Fomantic-UI/commit/32e32d3934d8aa0a77eaf35ce6ba0e48b8fc5d1d)
- Popup z-index going way up #1668. Add z-index variable for modal [`671948c`](https://github.com/fomantic/Fomantic-UI/commit/671948c25287ea3e0d135ee4a8eccd38193e81ee)
-#3311 - Adds better organization for mobile/pc/filesystem icons [`d103841`](https://github.com/fomantic/Fomantic-UI/commit/d10384137ce5768f85096b8f754299f7f77654d9)
- Update version and fix stupid order bug #3440 [`f9cb697`](https://github.com/fomantic/Fomantic-UI/commit/f9cb69737f1d9a0286f1b74ea913f7396aaa9e77)
- Fix search to use rem, add additional sizes #2421 [`7c26f94`](https://github.com/fomantic/Fomantic-UI/commit/7c26f944d6f7bbc6dc6911b2ab68b002dc0a58e9)
- Resolved cache problem for data attributes of dropdown options. [`7325170`](https://github.com/fomantic/Fomantic-UI/commit/73251701549e3d502da83117bcf2b94ead54e966)
-#2299 fix conditions for RTL both [`283943b`](https://github.com/fomantic/Fomantic-UI/commit/283943bf5c0b39c85f54df82be962c8384e90487)
- Checkbox does not need to blur input on check #2254 [`3d01c07`](https://github.com/fomantic/Fomantic-UI/commit/3d01c076f7af041d7391ea54f8c8e6b1aab685f1)
- Move tasks config to somewhere easier to find [`4470d05`](https://github.com/fomantic/Fomantic-UI/commit/4470d050001a6e840b7df6c9ba2e9bf759827dcb)
- Add failsafe for dimmer [`296463b`](https://github.com/fomantic/Fomantic-UI/commit/296463bfb8da1cefe7fdeef997ba8433d30931d6)
-#1754, Fixes namespace being called out of order in transition init [`5653f6f`](https://github.com/fomantic/Fomantic-UI/commit/5653f6ff0911b63a07edae792172b14eafbff292)
- Adds decimal and number validation to form #2537 [`22b874a`](https://github.com/fomantic/Fomantic-UI/commit/22b874af755d7b00358dfc6026933671c7449f32)
-#2769 Fix logic in onHide, to only close when NOT false, add onShow [`81f50e0`](https://github.com/fomantic/Fomantic-UI/commit/81f50e0f7a2aae6e68683c17558b36e6bec0ce63)
-#2467 Add examples with stackable using (x) column row and (x) wide [`5704621`](https://github.com/fomantic/Fomantic-UI/commit/5704621d7337afee2ea5ff263c28b0407327194b)
- Use slightly more performant triggerHandler for pub/sub [`ecbfa1d`](https://github.com/fomantic/Fomantic-UI/commit/ecbfa1de9391d51173e1901e6e2e3167a7f138f1)
-#2001 actually fix icon and positioning [`43d02ea`](https://github.com/fomantic/Fomantic-UI/commit/43d02eac54875065e1b9b0e2cf1553cc9257bd0e)
- Fix no results message when using scrolling menu [`432d39f`](https://github.com/fomantic/Fomantic-UI/commit/432d39f4e7416e3175db3e5a0565fa67eeed1d58)
- Moves all regexp to a separate settings object [`f552fdb`](https://github.com/fomantic/Fomantic-UI/commit/f552fdb90fd8aaeb986c289657a9145e897ce4e6)
- Update templated var names for meteor #1607 [`469a540`](https://github.com/fomantic/Fomantic-UI/commit/469a540bdee16f1ba55f4fe1d6ac4bb658b2448a)
-#3108 Adds native change to dropdown [`528a510`](https://github.com/fomantic/Fomantic-UI/commit/528a510d6ce17f58cde27352a3f9993dc3599f4a)
-#3108 Adds native change to dropdown [`03a0d87`](https://github.com/fomantic/Fomantic-UI/commit/03a0d87b148ad9770d459e8fb6ea28920f17bb68)
-#2645 adds fields array to dropdown [`ceb489e`](https://github.com/fomantic/Fomantic-UI/commit/ceb489e97654afd08c96b78349f21bec4c59c5a5)
- Deal with type casting in a consistent way [`c43ea73`](https://github.com/fomantic/Fomantic-UI/commit/c43ea73f7f0622441dc13cbee067ecbb1114c5b9)
-#2586 - Adds hideError setting, defaults to auto [`7ded1ac`](https://github.com/fomantic/Fomantic-UI/commit/7ded1ac6dade3907aed2e25b99973f8017626b1f)
- Remove unnnecessary properties leftover from days before flexbox grid [`55fb4d5`](https://github.com/fomantic/Fomantic-UI/commit/55fb4d56c7b77bf76c315cf680a09c600a24deec)
- Fix othersActive check missing some cases with multiple modals [`ba315da`](https://github.com/fomantic/Fomantic-UI/commit/ba315da43937543e7e68cf56b2dcd6ede342073b)
- Adds grey menu color variation [`3d233ec`](https://github.com/fomantic/Fomantic-UI/commit/3d233ec285da7fd53cd12531e5b7cc931a8e1649)
- Reverse ternary to allow falsey values to evaluate as no precision [`525a61d`](https://github.com/fomantic/Fomantic-UI/commit/525a61dff90373e866d5155dc3854aa92e6fc5c7)
- API no longer produces 'no action specified' error when defaulting to form action [`5f9a1ab`](https://github.com/fomantic/Fomantic-UI/commit/5f9a1ab7152b97acf35157ef43a370440b550889)
-#1853 Fix some composer.json fields [`8da0414`](https://github.com/fomantic/Fomantic-UI/commit/8da0414acdea459563cddc8e174dd9125ce0c792)
- More debug [`0a23437`](https://github.com/fomantic/Fomantic-UI/commit/0a23437d75889263f273b87c14c4e78051bfc83a)
- Relocate and better specify rule for step when only child [`8732d53`](https://github.com/fomantic/Fomantic-UI/commit/8732d53b583c06a7b0b7de88cc509611c6e90f60)
- Desperately trying to fix 1px offset based on line height valign #2440 [`d5ba1b8`](https://github.com/fomantic/Fomantic-UI/commit/d5ba1b8b522771ae37c73f1279c2890e9bd8dd9e)
- Resolves first/last margin on secondary menu [`142539c`](https://github.com/fomantic/Fomantic-UI/commit/142539cacb9fafaf0681b0605de6925df7fb7646)
- Add {left} value for progress text templates #1611 [`26a4e42`](https://github.com/fomantic/Fomantic-UI/commit/26a4e4280de6826deee76b3151c5aabe28f1463e)
- Add ability to get popup and change content with behavior [`36fc2ac`](https://github.com/fomantic/Fomantic-UI/commit/36fc2ac7ca93b15e1cf6fd15b12d3ccba332a049)
- Fixed inconsistency with `widescreen only` class [`0df9212`](https://github.com/fomantic/Fomantic-UI/commit/0df92126ef704885b81defadd3fc3b2f31cda02d)
- Add ability to get popup and change content with behavior [`cb12641`](https://github.com/fomantic/Fomantic-UI/commit/cb12641bdc79647bf2ed5f965391585d0218e998)
- Fixed inconsistency with `widescreen only` class [`5dbfaa6`](https://github.com/fomantic/Fomantic-UI/commit/5dbfaa6295d7d5dcdfd6f64ee4798149932dc497)
- Fixes ui list alignment in message #2958 [`ee33a7d`](https://github.com/fomantic/Fomantic-UI/commit/ee33a7d35f9a0a8045295442a72d16759b1903e3)
- Fix rounded and circular image [`93d68c9`](https://github.com/fomantic/Fomantic-UI/commit/93d68c956a1033e3bce1a33ea06bab0a18a722ad)
- Segment now uses the global floatedShadow value for raised segment [`9e5bee9`](https://github.com/fomantic/Fomantic-UI/commit/9e5bee97e29b0d4605d104c8f80d0e3660d5b997)
- Use real flex for vertical menu [`883bcbd`](https://github.com/fomantic/Fomantic-UI/commit/883bcbda5ef0c5137bdf0bf4702f4b47b714b68e)
- Remove use of get() [`4765913`](https://github.com/fomantic/Fomantic-UI/commit/476591320fa1797ba3b1749db7682d563c4c3fc2)
- Fix warning color using background warning color [`80e529b`](https://github.com/fomantic/Fomantic-UI/commit/80e529b0b585d3dd007d16c9868d02e84006d1a8)
- Fix bad multi-edit on button #2280 [`ff60600`](https://github.com/fomantic/Fomantic-UI/commit/ff60600e2f761e417fe6d82b95965d0e6dcf27c0)
-#1896 Add elementNamespace to other document/context events [`59e2f98`](https://github.com/fomantic/Fomantic-UI/commit/59e2f986ce4dc646856404589d275b6969ae8b1c)
- Add to rlsnotes [`7cd0d9d`](https://github.com/fomantic/Fomantic-UI/commit/7cd0d9d32bc0eb207453df6e553ca265b5b230f7)
- Fixes semantic.json version overwriting package version [`3d20d5e`](https://github.com/fomantic/Fomantic-UI/commit/3d20d5e9796e05cc100af73370173f3383cf1d81)
-#2635 Fixes issue with inverted active state not being defined, adds inverted focus state [`783b08c`](https://github.com/fomantic/Fomantic-UI/commit/783b08cbb66182e5c508f1e596a09e368f27f9ee)
- Fix issues with attached tabular with changes to segment [`cdcb13d`](https://github.com/fomantic/Fomantic-UI/commit/cdcb13d423aa2cda689eba2f0e036d8b8565c79c)
- Add content divider in default theme [`5c2ee54`](https://github.com/fomantic/Fomantic-UI/commit/5c2ee54c7c9465e8d018e3cb40783a5dfec35ec1)
- Add #2260 to next [`e179975`](https://github.com/fomantic/Fomantic-UI/commit/e179975995ab35a5963cc5a35bfe1b84f65bc013)
- Fix dropdown issues with min-width [`cfe3b2e`](https://github.com/fomantic/Fomantic-UI/commit/cfe3b2ec5645e0f89d9263e9c6da6f4b682fce72)
- Remove use of :visible, fix backspace on tag when tag is user value [`7dd5089`](https://github.com/fomantic/Fomantic-UI/commit/7dd508946fc048fcb1b408129da89a1251f6d683)
-#2173, form does not allow immediate invocation of behaviors in 2.0 [`04c4fde`](https://github.com/fomantic/Fomantic-UI/commit/04c4fde067423dc438b7572dbb1d8e9036947953)
- Fixes LESS watch errors are eaten [`4585362`](https://github.com/fomantic/Fomantic-UI/commit/458536279e5b8055334adb24894ba55db329912e)
- Fix destroy method to not possibly unbind scroll evenit from window [`7d8646e`](https://github.com/fomantic/Fomantic-UI/commit/7d8646eb90a95d71cdded513d9734a16ec50247f)
- Merge in #1791 [`818b04f`](https://github.com/fomantic/Fomantic-UI/commit/818b04fc5286c6fc2874cca78e6ddd8e3d5f4e2d)
-#1687 Clicking on fixed elements no longer closes sidebar [`d5d0a25`](https://github.com/fomantic/Fomantic-UI/commit/d5d0a25069f31cf083b144eaad01603e0232aa5c)
- Fix undocumented components in theme.config.example [`16620b8`](https://github.com/fomantic/Fomantic-UI/commit/16620b81e049a99b4e54d50d04be7545a1cd1a5d)
- Complete integration of autocomplete on ui search dropdown #1508 [`218083b`](https://github.com/fomantic/Fomantic-UI/commit/218083b5a35861cbaf28e4c993d11ed158f2df48)
- More order. More. [`3ffbd81`](https://github.com/fomantic/Fomantic-UI/commit/3ffbd8193a27542d89828bd253b677e1bc828f36)
-#2694 adds disabled state for input [`d6c6b68`](https://github.com/fomantic/Fomantic-UI/commit/d6c6b6896bf8ee2fa6bf4742c90fd43742f66c46)
-#2758#2760 fix this context for transition callbacks [`0d23f97`](https://github.com/fomantic/Fomantic-UI/commit/0d23f9733568d501f29182650b2c94cd9b309510)
- Cherry pick #2816 for patch [`b340a56`](https://github.com/fomantic/Fomantic-UI/commit/b340a5659cc69776de4194ca6d5329c5a2981ea6)
- Only set scroll position on selection dropdown, unnecessary tabindex [`4b07a2b`](https://github.com/fomantic/Fomantic-UI/commit/4b07a2bfb46cbfba4b83ace38632b9b876fd77df)
- Popups now have default sizing [`84c7449`](https://github.com/fomantic/Fomantic-UI/commit/84c744989aa002ab24f4ca950a7bad3bb54cea41)
- Fixes extend settings in some modules using old format [`9bfe781`](https://github.com/fomantic/Fomantic-UI/commit/9bfe781f50796ab1e6d0dca5d462e95763ba0152)
- Rename setting to evaluateScripts [`0417374`](https://github.com/fomantic/Fomantic-UI/commit/041737482525b48d4e71e1ef838adfe2cb8902ff)
- Adds menu coupling for ui message [`afff903`](https://github.com/fomantic/Fomantic-UI/commit/afff903c1d53065dccf84c441491fe119a12306f)
- Adjust link color, menu border, dropdown item font-size [`ad674dd`](https://github.com/fomantic/Fomantic-UI/commit/ad674dd7a3d61130c7594f53e4ebd23c3a11e6a7)
- Toggle checkbox now use primary brand color for legibility [`2a2a3cf`](https://github.com/fomantic/Fomantic-UI/commit/2a2a3cf8df7bd3ae7f30ca0f4198a5b2a32a6685)
-#1846 Equal height grids now automatically stretch column child elements to full width [`2bdabbc`](https://github.com/fomantic/Fomantic-UI/commit/2bdabbc1007f657bb4fe8e9f4382a0643529c4cb)
- Fix icon banner in icons, add visiblity to single component releases [`c7a1b47`](https://github.com/fomantic/Fomantic-UI/commit/c7a1b475996f69695b4346a1f72c8acdfd2e7dd1)
- Ability to disable dropdown without destroy it. [`ed251dd`](https://github.com/fomantic/Fomantic-UI/commit/ed251dd226e86c9e9e35a64d9a3137048dc7c00f)
- Fixes createEvent to use same bubbling/cancelable settings as specified in spec [`83e2ef5`](https://github.com/fomantic/Fomantic-UI/commit/83e2ef579714635b4f98bf9e79c8442d0167a8f0)
- Fixes createEvent to use same bubbling/cancelable settings as specified in spec [`0905774`](https://github.com/fomantic/Fomantic-UI/commit/0905774143a3e106460883dad915d59251cbb722)
- Adds ability to use a different expected field group with API #3080 [`e5c5e09`](https://github.com/fomantic/Fomantic-UI/commit/e5c5e090f39b75b19d946433165de413aff8494b)
- Removes divider rules from form #3092 [`377dfe2`](https://github.com/fomantic/Fomantic-UI/commit/377dfe20b40e7efda7623eef9b63a3336ed63015)
- Adds ability to use a different expected field group with API #3080 [`89c3a44`](https://github.com/fomantic/Fomantic-UI/commit/89c3a44c4c6717ded54d0769e00dc7b0579a55b0)
- Removes divider rules from form #3092 [`1e64983`](https://github.com/fomantic/Fomantic-UI/commit/1e64983ac2e24edba0d5d34ed01944c0ec195a8e)
- Fix focus color on basic button #2264 [`8cfcf56`](https://github.com/fomantic/Fomantic-UI/commit/8cfcf568e1d0ca58a82ac833a438a17f593d3c39)
- Enable local caching in all modules by default, add release notes [`7fbf624`](https://github.com/fomantic/Fomantic-UI/commit/7fbf624b987bcd546aae74eeeec73eb6ac549af7)
- Popup, fix transform origin order [`becbb7e`](https://github.com/fomantic/Fomantic-UI/commit/becbb7ef814b74bd18c10e8b44747069a827db37)
- Migrate corner label coupling to input to be able to use variables #2361 [`3ec6bef`](https://github.com/fomantic/Fomantic-UI/commit/3ec6beffd4ea0cf0805317d9f2e68b5337398dcd)
- Popup- Add ability for onShow and onHide to cancel popup show/hide [`c1cc319`](https://github.com/fomantic/Fomantic-UI/commit/c1cc319b07d1c72991c7d863bea359141341a1b2)
- Fix specificity for column without row not overrriding grid [`7951b32`](https://github.com/fomantic/Fomantic-UI/commit/7951b32c19e9eefeefc86b51e3ad06fe68a967e7)
-#2294 fixes issue with icon line height on sizing [`1949377`](https://github.com/fomantic/Fomantic-UI/commit/1949377434499103d5e3d616a95e07c2007cc3b8)
- Drastically improve performance of scroll position on menu show [`363ad36`](https://github.com/fomantic/Fomantic-UI/commit/363ad3634a83a590d4fb93b497290e39c71a2b6e)
- Adds parameter to onApprove, onDeny #2191 [`c5877b6`](https://github.com/fomantic/Fomantic-UI/commit/c5877b670d146a2fe9a03e9e0555e8c2bf358c9a)
- Remove form pointers [`3e79081`](https://github.com/fomantic/Fomantic-UI/commit/3e79081e02d42b6778d557f666cca95175f1748e)
- Add several missing variables, resolve dropdown padding to exact pixel values [`3290dbb`](https://github.com/fomantic/Fomantic-UI/commit/3290dbbef994bd47b5a2346b8fb27e0acfa78a20)
- Fix x wide inside equal width/height [`5a5a360`](https://github.com/fomantic/Fomantic-UI/commit/5a5a360f06802adbb88d883046f8e1376c38057b)
- Update css package for meteor #1607 [`ec415f5`](https://github.com/fomantic/Fomantic-UI/commit/ec415f500b4b68ddc46993202ba191da37f166b7)
- Fix bug where equal height rows would always expand to 100% width [`7c6babf`](https://github.com/fomantic/Fomantic-UI/commit/7c6babff7905d2e6f5ab13265245b39d47eba629)
-#2825 Fixes empty messages showing in form state [`8c82942`](https://github.com/fomantic/Fomantic-UI/commit/8c829425ea20746e087abdef7d39f65f9c746487)
- Links inside lists now use default styling, increases bullet leading [`4209cc2`](https://github.com/fomantic/Fomantic-UI/commit/4209cc2a09d7e381d4c01cbfb229bceee006e35c)
- Fix issue from fix earlier today with multi select selecting blank quote values [`a9c94a1`](https://github.com/fomantic/Fomantic-UI/commit/a9c94a197221debb6d2573a74f5c66e078c0a686)
- Fix valign again [`af05d23`](https://github.com/fomantic/Fomantic-UI/commit/af05d23d83e7493e38e64e91166d2e8768d02726)
- Text width inheritance issue [`8915d9c`](https://github.com/fomantic/Fomantic-UI/commit/8915d9c46d0a2afc38be00d15934e8d190cd4beb)
- Fix issue in chaining when dropdown inits on select [`1550b49`](https://github.com/fomantic/Fomantic-UI/commit/1550b4937e67edf2f1c5deb67adf52b819a03b2b)
- Fix duped variables in theme.config.example [`5df2a39`](https://github.com/fomantic/Fomantic-UI/commit/5df2a392292ffe4e82d5aa6477eacfd59ae28437)
- Fix (x) item menu, labeled icon menu [`c7b4981`](https://github.com/fomantic/Fomantic-UI/commit/c7b4981f224383c966a7e2f2059db812dff89bed)
- Stackable grid now pads unless inside a segment or nested grid [`75fa024`](https://github.com/fomantic/Fomantic-UI/commit/75fa02411de8db021ccc355b91fac7d8b24829ee)
- Trying out new extend [`0cf3212`](https://github.com/fomantic/Fomantic-UI/commit/0cf3212f5dc67586da6718d24bcd6231593ff439)
-#1755#1744, adds additional variables for loading button, makes pointer events disabled in default theme [`f1b9da3`](https://github.com/fomantic/Fomantic-UI/commit/f1b9da3ce1774994a900d50401c2f9f8866bcce8)
- connecting the missing dots [`6b1d205`](https://github.com/fomantic/Fomantic-UI/commit/6b1d2057f1cfaea293945707c230bb67fca29add)
- Update next rlsnotes [`747d983`](https://github.com/fomantic/Fomantic-UI/commit/747d983ccc41ef0df2303717b02026cb1ba24e6a)
- Fix buttons in action input, still 1px offset with buttons.. [`f347a66`](https://github.com/fomantic/Fomantic-UI/commit/f347a667a7751a67c2606bce28a79347c8332a84)
-#1683, iOS and Mobile match return false on 2nd+ matches due to use of regexp test [`2b79648`](https://github.com/fomantic/Fomantic-UI/commit/2b79648a11a56cda10c4838df295ff0ea5da92fa)
- Fix search results close when change browser tab [`913aa77`](https://github.com/fomantic/Fomantic-UI/commit/913aa7744fd8a80999bd8652ebc69c98e860a23d)
-#3040 rename transition error to be more reasonable #3040 [`2506edc`](https://github.com/fomantic/Fomantic-UI/commit/2506edc11ee56be638fe9919222cb0e4b7657116)
- Adds many rlsnotes [`d3e10e8`](https://github.com/fomantic/Fomantic-UI/commit/d3e10e873a34cf088341496cb7dcf1974579a895)
- Adds many rlsnotes [`e192d04`](https://github.com/fomantic/Fomantic-UI/commit/e192d043ed5cfae77c43bb876d23eb2d94d8545c)
- Adds #2808, vertical divider can now be used multiple times in a column [`a82cead`](https://github.com/fomantic/Fomantic-UI/commit/a82ceadede2a36fef3cd50a6d0da883931ec850a)
- Simplify debug on blur [`f3f2e7f`](https://github.com/fomantic/Fomantic-UI/commit/f3f2e7f50ee23aef2991a013395e081213bc0979)
- Make input autofocus faster [`edd8f79`](https://github.com/fomantic/Fomantic-UI/commit/edd8f7996e8cd3ef2aeb1c2a9c0b1402440f3d3a)
- Fix missing return from $.each in transition [`1270e03`](https://github.com/fomantic/Fomantic-UI/commit/1270e031fb26724faa664076410c1fa26a31458e)
- Prevent sticky from calling .offsetParent() on every method call by finding container only in init [`923e3d4`](https://github.com/fomantic/Fomantic-UI/commit/923e3d40cf0318df2402cec0494ec3e944c31725)
- Fix loading dropdown button, duplicate loading state, similar #2295. Fix search inside menu does not clear search term on select [`1a5010b`](https://github.com/fomantic/Fomantic-UI/commit/1a5010b36e1373d658b6adcb5a127d24fc8d950b)
- Make sure sticky does not reflow when setting same scroll [`ddd8f79`](https://github.com/fomantic/Fomantic-UI/commit/ddd8f796a2690dbe6c49dadb30fcfd139bb1cee9)
- Add line height offset for label inside header [`235dc8a`](https://github.com/fomantic/Fomantic-UI/commit/235dc8a8cad03c24a6d3667e8ac33fc1cd2c3d7e)
-#1908 accordion can now specify a triggering element that is not title [`b4d0b8f`](https://github.com/fomantic/Fomantic-UI/commit/b4d0b8f3ecbae615a87928d123f962fd4313eefb)
- Fixes margins on ui segments [`e0daade`](https://github.com/fomantic/Fomantic-UI/commit/e0daade0c3465bb5069b294896f697183e736f50)
- Increase delay before creating release after pushing files to repos [`0e382b7`](https://github.com/fomantic/Fomantic-UI/commit/0e382b747e5031dcb3ba284c9576c709135e175f)
- Category search no longer warns about maxResults #1850 [`0dec900`](https://github.com/fomantic/Fomantic-UI/commit/0dec90028ad6473165874dfddeabb2b33f52bc02)
- Fixes keyboard nav when active item is in hidden menu [`56217fa`](https://github.com/fomantic/Fomantic-UI/commit/56217fad27ac19f9727e87ea1725810e664e8bd8)
- Clean up spacing #1627 [`00b9b9d`](https://github.com/fomantic/Fomantic-UI/commit/00b9b9d4a370d80a4fe36779221306807f9b2b03)
-#3002, fixes tab index broken on selection dropdown [`77954a2`](https://github.com/fomantic/Fomantic-UI/commit/77954a298c465601e43589bc06ba542fe7803015)
-#3096, adds autocomplete off to init [`af43ede`](https://github.com/fomantic/Fomantic-UI/commit/af43edea8f19eddeae9472d6503c66fd3e22e972)
-#3002, fixes tab index broken on selection dropdown [`d85ce6e`](https://github.com/fomantic/Fomantic-UI/commit/d85ce6e20792485955bfd9a71843faf687326771)
-#3096, adds autocomplete off to init [`36c83c5`](https://github.com/fomantic/Fomantic-UI/commit/36c83c541f9158b48a9388a36564c10039d42250)
- Add sessionstorage support to nag module [`cf41b4f`](https://github.com/fomantic/Fomantic-UI/commit/cf41b4f1afcd27620eb2fd282b72e36e02aade90)
- Labeled buttons now vertically align labels, adds more label varaibles [`3500e36`](https://github.com/fomantic/Fomantic-UI/commit/3500e369f99fdeab9d90db1f3f3bc910fd7083ad)
- Use hexadecimal literals istead of octal literals in install tasks [`a0e5980`](https://github.com/fomantic/Fomantic-UI/commit/a0e5980725cdb844be2fa4fa9b0a73aa2a75fedb)
- Add comments to button material theme [`612d868`](https://github.com/fomantic/Fomantic-UI/commit/612d86858997b7a2fecd9c90bda9fb46373ba65f)
-#2472 Add centered variation to card [`1ada042`](https://github.com/fomantic/Fomantic-UI/commit/1ada0429bf7ac0da47cd6d0fc3a7cd63bf7251d5)
- Remove border on fixed menu [`60e6d35`](https://github.com/fomantic/Fomantic-UI/commit/60e6d35d5e20991acd7c636cfbea72ccc245d980)
- Disable feature detection on sidebar init [`3ea416e`](https://github.com/fomantic/Fomantic-UI/commit/3ea416eae3c73db3041b1a0b140a1f59b5326e6f)
- Fix page down/up scrolling page when not search selection, simplify letter select shortcuts (first value with letter only) [`af56587`](https://github.com/fomantic/Fomantic-UI/commit/af565875e86bbd3e8b8d9e46035005a42b73dfb2)
- Increase sticky performance with scroll [`187e68f`](https://github.com/fomantic/Fomantic-UI/commit/187e68f9a28fb73418978501c07349880a33c701)
- Tweaks to card/item sizing [`a663f2b`](https://github.com/fomantic/Fomantic-UI/commit/a663f2bdd75cd68e9ae59dc991f40a7f07d8811e)
-#3604 - fixes issue with right menu / item including margin when stacked [`c46c170`](https://github.com/fomantic/Fomantic-UI/commit/c46c1704c40c62013cdf586c579acfb9c3330fb1)
-#3655 Removes deprecated use of size() [`679ee67`](https://github.com/fomantic/Fomantic-UI/commit/679ee677725cb0ed234f0c136f1538b25c54a23f)
-#3148 fixes default setting name for onEnabled to match typo name [`740b0d1`](https://github.com/fomantic/Fomantic-UI/commit/740b0d13e13bfb2eae4c353a0255bef3fbfec983)
-#2824, Fix issue where single search selection would filter active item and not re-display on cleared filter. Additionally fixes issue with forceSelection not working on pageLosesFocus #2824 [`3a15983`](https://github.com/fomantic/Fomantic-UI/commit/3a1598356b745dd1f0c1fb33c6969eedd20cadf7)
-#2754, fix issue with not using correct metadata setting for label value [`506f96f`](https://github.com/fomantic/Fomantic-UI/commit/506f96ffd77afff06b25522cdfa88650a6c1d779)
-#2795, ignore change event on initial load when not fireOnInit [`bac6193`](https://github.com/fomantic/Fomantic-UI/commit/bac6193db40dc264172373e7c894d86641b73a9f)
-#2802 - add support for attr value in ordered list [`e0724cb`](https://github.com/fomantic/Fomantic-UI/commit/e0724cb51699335ad4e36cba0d1ae58a7705f53a)
- Add margin to steps [`eb8c1f5`](https://github.com/fomantic/Fomantic-UI/commit/eb8c1f5999e1b59a00a38602872941b749a8bc0a)
- Adjust some card variables [`e5186d5`](https://github.com/fomantic/Fomantic-UI/commit/e5186d553b5f9b95350b57f90ae89d71a4535fca)
- Finishes math on ribbon triangle offset [`4a6d444`](https://github.com/fomantic/Fomantic-UI/commit/4a6d444f08553180e06ddc6d533baef6d1678446)
- Fix divider on vertical basic button group #1677 [`99a3ba2`](https://github.com/fomantic/Fomantic-UI/commit/99a3ba222a8a34a2f1d21b86b79df8d62874b80c)
- Update v for next [`2e3b34a`](https://github.com/fomantic/Fomantic-UI/commit/2e3b34a7f94379c3e75ef8fb4c5d41e32d41e9a6)
- Remove borked copy and paste job [`2a43f4a`](https://github.com/fomantic/Fomantic-UI/commit/2a43f4a96a07d9aab1810c901c5cbdaf08556114)
- 3311 - Modifies several aliases [`27dc1c7`](https://github.com/fomantic/Fomantic-UI/commit/27dc1c79aa5e063ca345613aa998ba7faa2b65c0)
- onLabelUpdate is now called with the current state [`06c32bc`](https://github.com/fomantic/Fomantic-UI/commit/06c32bc46ef9b9e4ec672ab7e0450c996a70d594)
- Fix issue with next timer not being removed on complete [`a6c03f8`](https://github.com/fomantic/Fomantic-UI/commit/a6c03f8565ed115ffbc97264ee46c2fcc18d869d)
- [Flag] Adding Scotland and Walles [`a912dd6`](https://github.com/fomantic/Fomantic-UI/commit/a912dd615075c6173deee70149c72b60687d3ace)
- Fix placeholder text when useLabels: false and 0 selected [`ade6ab5`](https://github.com/fomantic/Fomantic-UI/commit/ade6ab536b5443ae2999537e2cdc4d01e9227b94)
- Fix using 'package' reserved keyword in JavaScript (ECMAScript 2) [`134ee18`](https://github.com/fomantic/Fomantic-UI/commit/134ee189345a9de97e3ed480041ebc6fa13b9e67)
- Minor dropdown formatting [`16ae41d`](https://github.com/fomantic/Fomantic-UI/commit/16ae41d83e0024d79e5d9ff4c64f80fe6c08d03e)
- Fixes calendar vendor styling in chrome being too damn tall #2704 [`650ed5a`](https://github.com/fomantic/Fomantic-UI/commit/650ed5a439c8c7decffb63dad74203091bc4e595)
- Fix scrollbar width in IE [`b19a687`](https://github.com/fomantic/Fomantic-UI/commit/b19a6873647fc5fa1a74dbcb21a77972a2ceb419)
- Update all dependencies [`9fd58ea`](https://github.com/fomantic/Fomantic-UI/commit/9fd58ea0bcef1fdab1d547d0f32578280c9cc3c5)
- Fixes incorrect margin value on attached table [`8a1ba16`](https://github.com/fomantic/Fomantic-UI/commit/8a1ba16eef7e1609bfa6b7dd1bea3f104ecc81af)
- Fix header inheritance in modal [`6d48688`](https://github.com/fomantic/Fomantic-UI/commit/6d486888a6961ee7fd38261758df2ab038c61e6c)
- Chubby form theme [`fce4255`](https://github.com/fomantic/Fomantic-UI/commit/fce42557b814ad876e6a2efbd49157fd2e3cd61f)
- Fix some search inheritance [`0570887`](https://github.com/fomantic/Fomantic-UI/commit/0570887f2db70de0963e0cc786ee0bf460621e54)
- onFailure will now fire in API when XHR Error occurs [`af6934e`](https://github.com/fomantic/Fomantic-UI/commit/af6934e39a824ebaae54c7997903fdc5145f244c)
- Prevent looping for values in multiple if no values set [`fcd8f69`](https://github.com/fomantic/Fomantic-UI/commit/fcd8f6910802250064640d61a22c45b7e8cfe5dc)
- Fix issue with stackable menu not dividing items correctly [`8ca2d00`](https://github.com/fomantic/Fomantic-UI/commit/8ca2d00a1677f417679c01eedb39d32becb6a300)
- Fix bug in nested icons in amazon button theme [`84ad0ea`](https://github.com/fomantic/Fomantic-UI/commit/84ad0eaf5a0f20c74ee4a0419320623630530de7)
- Fix last border on inline menus [`d8314fd`](https://github.com/fomantic/Fomantic-UI/commit/d8314fd659912c76dca1ede7c8fba748397145bd)
- Make modal mutation observers opt-in #2166 [`85282f5`](https://github.com/fomantic/Fomantic-UI/commit/85282f5a348f8ae14ef8b3a2527d2b67d82c8aba)
- Disable observe changes by default [`0c5c5da`](https://github.com/fomantic/Fomantic-UI/commit/0c5c5daf1bc6e4ef6f29c1a1b2e7b0da358a40b4)
-#2199 Fixes preventDefault called even without sub menu [`89c1138`](https://github.com/fomantic/Fomantic-UI/commit/89c1138cd1bf5fc273c16eef660328515a910de8)
- All inputs now use flexbox, adjust flex-grow value to fix ie10 [`7a5654d`](https://github.com/fomantic/Fomantic-UI/commit/7a5654d9682f0f0836e547d986207efd3f4e995a)
- disables flex in IE for cards #2021 [`d420cb0`](https://github.com/fomantic/Fomantic-UI/commit/d420cb0908a54828068735025cc97f29726bdfce)
- Fix header sizes in chubby header theme [`3d3f058`](https://github.com/fomantic/Fomantic-UI/commit/3d3f0581754060dc4f4a63588e0db1c08594ee6f)
- Add back in placeholder prefix (still necessary) #1791 [`86be8ff`](https://github.com/fomantic/Fomantic-UI/commit/86be8ff1f78c0cfcb86457090cb701d0b9077846)
- Dropdown clear now removes selected value [`b86b5ce`](https://github.com/fomantic/Fomantic-UI/commit/b86b5ced8651b29060be941451ae93d3c4261a7b)
- Modify distance for bounce to max at 1440P [`d705787`](https://github.com/fomantic/Fomantic-UI/commit/d705787ad2bf9d4e0c6f33b0f7a8ac54dd5c76ad)
-#1619 fix columns to not be flex containers [`44328b5`](https://github.com/fomantic/Fomantic-UI/commit/44328b51d4b69747fa4ef5ca23ff5b7c6274d06f)
- Update version to 1.6.3 [`517e367`](https://github.com/fomantic/Fomantic-UI/commit/517e367dd9ecc35cde4265eeef444ac387e06847)
- Removes position: relative, from dimmable when set to 'body' #3692 [`09fa415`](https://github.com/fomantic/Fomantic-UI/commit/09fa415ef6cecaa462b51ced167364302eb26e49)
- Fixes margin on icon button right icon #3525 [`d9c88a0`](https://github.com/fomantic/Fomantic-UI/commit/d9c88a0de0b3d5fa2bf1f79602669e64b5e73e0a)
-#3122 fixes issue with loading form styles [`d34b18b`](https://github.com/fomantic/Fomantic-UI/commit/d34b18b661b8186df2235973f82337b24dbbd629)
- Added the ability to cancel a modal hide from the onHide callback [`f0e2ec5`](https://github.com/fomantic/Fomantic-UI/commit/f0e2ec552659def180628b92236559fc327ec510)
- Added the ability to cancel a modal hide from the onHide callback [`b06b877`](https://github.com/fomantic/Fomantic-UI/commit/b06b8779cc7d309a38399bc76b71902397af61bc)
- Added ability to specify dropdown label text when using API [`81e269b`](https://github.com/fomantic/Fomantic-UI/commit/81e269bd6541d4fbc166f9f60685aba768b822a4)
- Reverse tab case sensitivity #2455 [`4b14d45`](https://github.com/fomantic/Fomantic-UI/commit/4b14d4501f8d00c95e5397ad68cadc80bce23639)
-#1483, Fix bug with webkit button rollovers. Remove stale code of unknown origin related to position:relative on hover [`adfd541`](https://github.com/fomantic/Fomantic-UI/commit/adfd5417504e777985fc171e116e5c1cf08007f9)
- Fixes last scroll position not clearing on ui sticky when using refresh [`f016798`](https://github.com/fomantic/Fomantic-UI/commit/f016798c67be5943bae3a5553688b5976bdefb55)
- Add additional background variables to button [`9ff0d90`](https://github.com/fomantic/Fomantic-UI/commit/9ff0d90d6a099e86273a1e09e82c0baa6f7e1e7d)
- Fix border radius on first item of attached menu [`5c54940`](https://github.com/fomantic/Fomantic-UI/commit/5c54940a949281598eaedf9c0ed37d084d910acb)
-#2374, Dont set height of textarea with rows set [`f2623de`](https://github.com/fomantic/Fomantic-UI/commit/f2623de766a27fe2188bb756cb7f438f33a3f5d0)
- Icon menu should be auto width when vertical [`ea250f3`](https://github.com/fomantic/Fomantic-UI/commit/ea250f3704544e30576b4cdbda2f1b443b685b4c)
- Add transform origin to search [`30ec470`](https://github.com/fomantic/Fomantic-UI/commit/30ec47021ea9b195f21d71768c156d1d248947a4)
- Uses floating shadow for popup, fixes mobile issues with reflow [`0e883ff`](https://github.com/fomantic/Fomantic-UI/commit/0e883ff404d58d800d8d525bf5f7b442abb9fe90)
- Double vertical spacing on vertically divided grid, remove body > grid fix [`8b716df`](https://github.com/fomantic/Fomantic-UI/commit/8b716df1ad11e88a92702fc50148b34335a08927)
- Example formatting [`4a4bcdc`](https://github.com/fomantic/Fomantic-UI/commit/4a4bcdc37004d757a945d99003d3675a2c9a3328)
- Styling on example [`8cf0adb`](https://github.com/fomantic/Fomantic-UI/commit/8cf0adb8cd1d8592905baac36bc760bd35f38963)
- Use slightly more performant triggerHandler, fix RLSNOTES [`747fe4b`](https://github.com/fomantic/Fomantic-UI/commit/747fe4bef8a1becfe87f14633d9b7ab47054f463)
-#2143. Using title in injected styles causes issues... for some reason? [`3d92ed9`](https://github.com/fomantic/Fomantic-UI/commit/3d92ed9c20c9f56b027757ce3740cddcf14bd877)
- Add #1711 Remove text-align from grid column [`334fa87`](https://github.com/fomantic/Fomantic-UI/commit/334fa871bc4171cf83570838c981f261f9a22004)
- Renamed 'rubberband' transition to 'jiggle' [`22097b9`](https://github.com/fomantic/Fomantic-UI/commit/22097b96069bbf3db684fe5b4531c8cf0c39ce66)
- Embed: only add question mark when parameters are set. [`8adc755`](https://github.com/fomantic/Fomantic-UI/commit/8adc7553e6de3f21a7fc5bd2d9ab2555099e0c95)
- Final 2.1.8 [`118bf89`](https://github.com/fomantic/Fomantic-UI/commit/118bf897ae84630ee390e97fc7279b7eb6c7b629)
-#3405 - more formatting [`0a84ca0`](https://github.com/fomantic/Fomantic-UI/commit/0a84ca0b703a09279aaf323f04af21d7470ab4d4)
- Even more order. [`0a87a75`](https://github.com/fomantic/Fomantic-UI/commit/0a87a751bec2a57aa8ee928dff8cd5ff39ff7750)
- Fix scrolling modal spacing on mobile [`43b488f`](https://github.com/fomantic/Fomantic-UI/commit/43b488fcb66b0e0da46f43946828618bf04d55d6)
- Add yaml and map-stream as peer deps #2453 [`6ba18a8`](https://github.com/fomantic/Fomantic-UI/commit/6ba18a8ddd1bbc75fe8cfe52f37134e9ae8d07b5)
- Adjust step example [`c28353a`](https://github.com/fomantic/Fomantic-UI/commit/c28353a53b8af20d44ea5f2891ba0c312fe34c8a)
- Fix issues with mocking caused by get templated url rewrite [`167faba`](https://github.com/fomantic/Fomantic-UI/commit/167fabad187081ec4b618ebb632a817a51ef6fd1)
- Fix issue in scrolling menu width in some cases [`6dedf83`](https://github.com/fomantic/Fomantic-UI/commit/6dedf83e8c6636ef46ce3ca40f52cd5cf97f512d)
- Fix rounding of icon margins [`b39fadc`](https://github.com/fomantic/Fomantic-UI/commit/b39fadcf3b1e1aafd41cabda319f681baf5f42fe)
- Make rating flex [`89969f8`](https://github.com/fomantic/Fomantic-UI/commit/89969f8cf3a23063574289f9e66a2a9d4cca3a96)
- Fix unnecessary classes in examples [`212d9da`](https://github.com/fomantic/Fomantic-UI/commit/212d9da67e95fed357ff298862f2264633b0bd1a)
- Speed up get.item when null or undefined [`66ee664`](https://github.com/fomantic/Fomantic-UI/commit/66ee66477c6b66f82b3d66ea168bce024f922ba9)
- Add back in menu transition [`08fa823`](https://github.com/fomantic/Fomantic-UI/commit/08fa823e6d406cd89f3f36920135da329643f8d6)
- Adjust info colors slightly [`8d04937`](https://github.com/fomantic/Fomantic-UI/commit/8d049370c6a6788189d23f84b8df1d0d51d1b481)
-#2259 - Fix get selection value returns 1 when null [`01e9f39`](https://github.com/fomantic/Fomantic-UI/commit/01e9f39242d4afa8a8b738ee060dbe750c6ce78e)
- Fix gulp watch not erroring out with legitimate errors [`8102cff`](https://github.com/fomantic/Fomantic-UI/commit/8102cff1846d695669e8d755aca7b9c384888fd8)
- Fix table escapes container at mobile [`2a21019`](https://github.com/fomantic/Fomantic-UI/commit/2a210192523d4ef835bc5b9626e583dfd508ff83)
-#1475, quick fix before flexbox merge for dropdown hover [`f0109a0`](https://github.com/fomantic/Fomantic-UI/commit/f0109a06acd810062dd5b373af1e24af798d3aa5)
- Adds variable into def for scrollbar #1875#1831 [`f891852`](https://github.com/fomantic/Fomantic-UI/commit/f891852d09dc418f3de5cda8e892a545ba54c8af)
- Adds #1874 Search input styles added to form [`972bda8`](https://github.com/fomantic/Fomantic-UI/commit/972bda8756e5cf4daeefcbcf0a6b8cd7a3f67da7)
- Fix some issues with using padding for text menu [`0ae0cbd`](https://github.com/fomantic/Fomantic-UI/commit/0ae0cbde521aba118c85fb0954fcd45657965143)
- Add PR to rlsnotes [`632c215`](https://github.com/fomantic/Fomantic-UI/commit/632c215c867a9a5ace24c20bab14cd3756c1844f)
- onAbort now triggers failure conditions, as mentioned in release notes [`5dfd30a`](https://github.com/fomantic/Fomantic-UI/commit/5dfd30a8f3f5cecc0c4da3c2fde0fc4f2ac083be)
- Fix hover color on pointing menu #2263 [`3022fa0`](https://github.com/fomantic/Fomantic-UI/commit/3022fa0ca9c2616cc627900c8d4f3442ba9656f3)
- Fix issues with shape backface visibility in chrome [`b65ecfc`](https://github.com/fomantic/Fomantic-UI/commit/b65ecfcc1482eb8af2ead3a88f898629cd27fb54)
- Fixes dropdown force selection to not filter until after hide [`7887dae`](https://github.com/fomantic/Fomantic-UI/commit/7887dae2ea60697a274e8b2d2746435d0fdc1c31)
- Clean up rlsnotes [`828a799`](https://github.com/fomantic/Fomantic-UI/commit/828a799f4c1ba2727b468cb83b3ec5bef92390dd)
- Adjust default alphas to improve legibility [`042995d`](https://github.com/fomantic/Fomantic-UI/commit/042995d4e0ddf8d160c84828667a63618edfda3a)
- Fix display: flex issues when content has no image [`57e5cba`](https://github.com/fomantic/Fomantic-UI/commit/57e5cba3a028f1bf0cec15a3d03bf5819ec2c89c)
- Button now uses focus shadow from site.variables [`8d48a25`](https://github.com/fomantic/Fomantic-UI/commit/8d48a259457ed18dc24fdbd47a12d6596fcc130b)
- Fix dropdown focused but not hovered colors [`f85da30`](https://github.com/fomantic/Fomantic-UI/commit/f85da30ae7faf1548a7dc845b3b7a4778fac7c1a)
- Observe changes now groups related mutations [`35de853`](https://github.com/fomantic/Fomantic-UI/commit/35de853327ba7d81cb5f14b4af2b6beaeaa1a399)
- Add upward pointing icons for upward dropdown [`b3dd117`](https://github.com/fomantic/Fomantic-UI/commit/b3dd117747bf8a05843212cc33ce81964adeb454)
- Needless formatting of gulpfile [`211bc4f`](https://github.com/fomantic/Fomantic-UI/commit/211bc4f44eba81f81802e8db932800271ef3deec)
- Fix issue with css selector starting with number (invalid) #3311 [`479f4b2`](https://github.com/fomantic/Fomantic-UI/commit/479f4b21daff6b3b9d5e0854c51c269e7f10e54e)
- Fix issue with divider descendors being cut off #3585 [`45e4bd8`](https://github.com/fomantic/Fomantic-UI/commit/45e4bd84c1da0980899536cff34574352d6dda03)
- Fixing classnames for facebook and pinterest. [`423a4d0`](https://github.com/fomantic/Fomantic-UI/commit/423a4d025ce5e08b42e68baaa58343019b1172e6)
-#3016, dont use delimiter key when not multiple with additions allowed [`f86b801`](https://github.com/fomantic/Fomantic-UI/commit/f86b8015b1fb2352ebd8cfa288e2e5254dcb230f)
- Make overrides optional for packaged themes [`9965473`](https://github.com/fomantic/Fomantic-UI/commit/9965473ff8c6f5720083dfaab39422e25309338f)
- Tabs does not work properly for duplicate names [`6aba684`](https://github.com/fomantic/Fomantic-UI/commit/6aba6845079404408276814daa0d25e7c3e6ed32)
- Revert flex on vertical menu, no real need, and causing issues with ios [`a16c140`](https://github.com/fomantic/Fomantic-UI/commit/a16c1402c8cf11b5e5dda74bd56b18a4c9f927d9)
- Fix jshint errors in search [`8278323`](https://github.com/fomantic/Fomantic-UI/commit/8278323cad3cd1e818309b3318ed5a458476ef0c)
- Fix font family rule on :before [`2984026`](https://github.com/fomantic/Fomantic-UI/commit/2984026ec78da0ada86ed17a80358c36fd13368d)
- Fix grouped field label [`d3775b4`](https://github.com/fomantic/Fomantic-UI/commit/d3775b4c95affa9992939602453c30d9962f4579)
- Fix issue where userAdditions failed to recreate element when using single selection [`16a70cd`](https://github.com/fomantic/Fomantic-UI/commit/16a70cd597457c80a7aee1e1a22a08ca1c2337e8)
- Adjust selected border color and floating shadow [`9ea18b3`](https://github.com/fomantic/Fomantic-UI/commit/9ea18b3fed8dc8521968aa01ef3a827bc67a66cc)
- Fix issues with secondary pointing offset [`562763b`](https://github.com/fomantic/Fomantic-UI/commit/562763b990c48a918ced920b953b1cd76a483a1a)
- Fix sub header overriding first/last-child rules [`86e4f45`](https://github.com/fomantic/Fomantic-UI/commit/86e4f454de97e7438f2f8c99f5f788450ecdce5c)
- Fix icon item not centering if narrow icon in menu [`c1ace94`](https://github.com/fomantic/Fomantic-UI/commit/c1ace94d43077c8d600a01e6ae96f0b8b7552553)
-#2358, remove component glob from assets [`d0e4f74`](https://github.com/fomantic/Fomantic-UI/commit/d0e4f74cd10ed265abe19e2007be9c4146a82201)
-#2353, last field group should not have bottom margin [`b51de13`](https://github.com/fomantic/Fomantic-UI/commit/b51de13da8bcc4fe6912604ee5776eebce2e10ac)
- Fix mobile styling of 'image content' not appearing correctly [`c06a11e`](https://github.com/fomantic/Fomantic-UI/commit/c06a11e4ae29994f4b915e6064e412c2856c6204)
-#1724, make sure any method invocation forces position recalculation in visibility api [`159ccfc`](https://github.com/fomantic/Fomantic-UI/commit/159ccfc879568ad0b1c520019deb9ff488ea6d85)
-#1724 Minor fixes [`d3c1928`](https://github.com/fomantic/Fomantic-UI/commit/d3c192803347c1e631b31f874390f5b29c4b7866)
- Dropdowns now use internalBorderColor global [`c85f27f`](https://github.com/fomantic/Fomantic-UI/commit/c85f27fec63f72782808cf0cf696553a97db4b13)
- Remove erroneous pagination menu rule [`a2273f7`](https://github.com/fomantic/Fomantic-UI/commit/a2273f716d8f92ad5f73b26948ed3ad33a22f3d8)
- Fix typo in table [`4e47008`](https://github.com/fomantic/Fomantic-UI/commit/4e4700834dfe2ccdf36f9345b4eb5e251d005a46)
- Remove vendor prefix from transition (jq > 1.8) [`e996b65`](https://github.com/fomantic/Fomantic-UI/commit/e996b655d469c6e18ebe0c82cbbeeef749517878)
- Remove pressed submit button on form [`9395853`](https://github.com/fomantic/Fomantic-UI/commit/93958536dbb6ddd367ed8d5faba1c53f537df400)
- Fixes inline dropdown dropdown icon alignment, fixes menu item using relative sizes [`5cf488e`](https://github.com/fomantic/Fomantic-UI/commit/5cf488e195d393e89b944c425d0dfde441b994ee)
- Fixes paths in tasks that were incorrect from last commit [`83c9b32`](https://github.com/fomantic/Fomantic-UI/commit/83c9b32d12e92b185cb1896223b520a7c7f52d72)
- Fix min-width flex issue on item [`c239569`](https://github.com/fomantic/Fomantic-UI/commit/c239569802813f011ec2bf732d8c5687441d4820)
- Corner label should be em not rem [`8970819`](https://github.com/fomantic/Fomantic-UI/commit/897081955dce27e4163b33f6299a3031c8a97fcd)
- Fix some flex input conditions [`3fca1e0`](https://github.com/fomantic/Fomantic-UI/commit/3fca1e0b3e30918678d15350c76f4363e85e6532)
- Fix text align for dropdown item in centered container [`fdf3354`](https://github.com/fomantic/Fomantic-UI/commit/fdf3354c8de374a5d906f8802f9b3e753b92712f)
- Variable name mismatch #2139 [`85d66ba`](https://github.com/fomantic/Fomantic-UI/commit/85d66bad45d35b431775ac333a8c8a1c727a791b)
-#2042 add delegated events to nag (stupid nag) [`e2593c9`](https://github.com/fomantic/Fomantic-UI/commit/e2593c98af31ced0979359a75d5ffebbacefe610)
- Fix label word wrap [`fa7d16e`](https://github.com/fomantic/Fomantic-UI/commit/fa7d16e608ac62d229bebf282c668f246a27aa73)
- Fix <select> inside form > inline field [`0690850`](https://github.com/fomantic/Fomantic-UI/commit/0690850b5deb3e8ebf63193df87d6a410b7d180b)
-#1878 Update regexp replace for npm build to fix browserify [`95b996f`](https://github.com/fomantic/Fomantic-UI/commit/95b996fac145afcb6bc121dac1f3964ada25a5b1)
- Darken toggle checkbox text [`a6447b1`](https://github.com/fomantic/Fomantic-UI/commit/a6447b11501d24598bd0864202e48bdbf9d78f7b)
-#1996#1992 issue with calc interpolation in dropdown LESS [`683b5aa`](https://github.com/fomantic/Fomantic-UI/commit/683b5aa5fcb14d181a140093aa925c629f4cc127)
-#1960 adjusting site.variables now rebuilds all files [`75efd94`](https://github.com/fomantic/Fomantic-UI/commit/75efd947640c10ece970bb821430e395d2b9bf81)
- Fixes background shorthand causes blank dimmer variable to evaluate as none [`b209b64`](https://github.com/fomantic/Fomantic-UI/commit/b209b64d0f7b7f8c23b9dce681c3700b5577023b)
- Fix recording final display state as none [`54bd5af`](https://github.com/fomantic/Fomantic-UI/commit/54bd5afac69a5119c7e4b3c0eb663264a9360482)
- Debug for radio [`4fb0f38`](https://github.com/fomantic/Fomantic-UI/commit/4fb0f38734fe2b4d3a459d9fad2ffe3ca271b7f3)
- Increase delay between git push due to issues with flooding [`2b52ce3`](https://github.com/fomantic/Fomantic-UI/commit/2b52ce349f78f5cf5424d933d78dbdaaa459974e)
- Non queued animations trigger complete event immediately [`a957a5c`](https://github.com/fomantic/Fomantic-UI/commit/a957a5cfde8fb587e69f21605f8022a005580a2d)
- Fix bottom to use bottom-margin, instead of bottom prop [`c38cb19`](https://github.com/fomantic/Fomantic-UI/commit/c38cb190752b41efe48d77d29b3f87c2ce394a99)
- Stackable grid no longer sits flush on mobile [`9a659a1`](https://github.com/fomantic/Fomantic-UI/commit/9a659a194991b4720074801b181684761baf6fc1)
- Corrected wrench config for `src/site` merges [`f8472c8`](https://github.com/fomantic/Fomantic-UI/commit/f8472c87ddbd54251e093bb045a1cd2e7768099f)
- Swaps out __dirname constant for path.resolve() #1607 [`3a75bdc`](https://github.com/fomantic/Fomantic-UI/commit/3a75bdc8d14e2d6786fe0e51c72da34fa042a741)
-#1607 add npm require to package.js templates [`22a2b29`](https://github.com/fomantic/Fomantic-UI/commit/22a2b2901aef01eee458536d7689e7a3791c9b6c)
- Lighten dropdown error hover color [`1ce202f`](https://github.com/fomantic/Fomantic-UI/commit/1ce202ffae1062ac93c8aa37d999c06b4fe79464)
-#1794, checkbox and dropdown now trigger blur event on controlled input [`4e2f0b0`](https://github.com/fomantic/Fomantic-UI/commit/4e2f0b02911d21f96342b06a861fd0d6ed0ebe43)
- Fix vertical sub menu positioning bug [`1b027a1`](https://github.com/fomantic/Fomantic-UI/commit/1b027a1b64dadb61e28771cbb47a4a1eb91b0e9b)
- images with .image inside .content will display nicely [`0060fa8`](https://github.com/fomantic/Fomantic-UI/commit/0060fa800f16cfc99f8223e592c3e456a0a2f5be)
-#1709, force table-cell on ui labeled input, ui action input [`45b00b9`](https://github.com/fomantic/Fomantic-UI/commit/45b00b9fb930a19faba2bb60ce7586a86e235024)
- Fix camelcase on var in modal [`15dc0bd`](https://github.com/fomantic/Fomantic-UI/commit/15dc0bdac64dd281f06b3c5a138ee50e39892f97)
- Remove error messages for repeated animations, too verbose [`0fe91e0`](https://github.com/fomantic/Fomantic-UI/commit/0fe91e083a0ed3bf6d37a192bcdc89645d2a6df5)
- Reuse some code [`c6b47c7`](https://github.com/fomantic/Fomantic-UI/commit/c6b47c7a0f8f974c4e2f143ca691a40294c2db49)
- Fix one pixel offset on inverted menu due to lack of border [`784b0a4`](https://github.com/fomantic/Fomantic-UI/commit/784b0a495bf0ebfe2fd061b4afac9f099f61f2ab)
- Fix single select dropdown does not correctly save name/value pairs in session [`ea859db`](https://github.com/fomantic/Fomantic-UI/commit/ea859dba9bb228cc8c1abd228a5b2fed8bc30ce5)
- Rail should inherit @medium [`f46fd54`](https://github.com/fomantic/Fomantic-UI/commit/f46fd548f102a7577032687f1ca3d44b4f1f863c)
- Fix container width, should be auto unless flex (menu is flex) #2343 [`5b6e427`](https://github.com/fomantic/Fomantic-UI/commit/5b6e42717ddb804b96256123348c9e5322b8de56)
- Rlsnotes swap inverted color back [`243a03f`](https://github.com/fomantic/Fomantic-UI/commit/243a03ff86719e7fe7df8ff14dfe0efddc40df89)
-#2340, in cases where context is automatically determined because it was not specified in settings, refresh on resize [`bd8824c`](https://github.com/fomantic/Fomantic-UI/commit/bd8824c11d8811262a29608b63ce9773a7759e2b)
- Add largest monitor breakpoint, remove paragraph line height by default. Use page line height [`ce5fec7`](https://github.com/fomantic/Fomantic-UI/commit/ce5fec7c7a0e80335d9efc2accd971fa5efd5139)
- Fixed a memory leak in Popup module [`1def81b`](https://github.com/fomantic/Fomantic-UI/commit/1def81b60b99ad2006a2376e7800873badffb439)
-#1831#1875 Adds scrollbar size to global variables [`d36f38a`](https://github.com/fomantic/Fomantic-UI/commit/d36f38a55fbf13d4ffc9ddd8c23de86c75d6f287)
- Remove console log, fix watch task on definition [`f7b7ecf`](https://github.com/fomantic/Fomantic-UI/commit/f7b7ecfb62c1bfb8aa23abe63d7c982d9b5cc598)
- Fix variable order causing bugs in invoke in transition [`b62e8b8`](https://github.com/fomantic/Fomantic-UI/commit/b62e8b8a5a20c53d7872d322389b049594119ac7)
- Adds #1669, Dropdown will now recreate menus when option values change, dropdown will now produce errors when methods invoked on <select> and not ui dropdown [`31fb8e1`](https://github.com/fomantic/Fomantic-UI/commit/31fb8e12371fa8113dc3c7b52045184178b44d3c)
- Allow first letter selection without selection dropdown [`989c8d5`](https://github.com/fomantic/Fomantic-UI/commit/989c8d582a6de3885873473584cb0f90c6c67e4e)
- Remove errant console.log from API [`76f1f2d`](https://github.com/fomantic/Fomantic-UI/commit/76f1f2d024625e010921f12c702181c920d15a13)
- If semantic.json was not found, exit with an error code. [`79e615a`](https://github.com/fomantic/Fomantic-UI/commit/79e615a0bbf0c3d2e6cd225514279be55a43e118)
-#3514: the fix for issue: 'The checking for semantic.json always fails when npm dependent package uses Semantic UI'. [`0800482`](https://github.com/fomantic/Fomantic-UI/commit/0800482ec9899193ea4415bdbac2509336707b2b)
- Remove word-wrap from label #3006 [`180f963`](https://github.com/fomantic/Fomantic-UI/commit/180f9639daa99ad4e65619090a0f3d8c4610e9ff)
- Version [`4ccfad5`](https://github.com/fomantic/Fomantic-UI/commit/4ccfad5afe63339fc707b897913c3e72b4f3ab84)
- Fixes container inside ui menu on mobile #2969 [`c30fba9`](https://github.com/fomantic/Fomantic-UI/commit/c30fba9ca41c23e84bf4dcf1f13db8b65cc8851c)
-#3009, fix issue where theme will fail building if packaged theme does not include site.variables [`afbd7d5`](https://github.com/fomantic/Fomantic-UI/commit/afbd7d5f88c5bb410aeab7e3ab199d5a4a772fe5)
-#2825 empty form comment banner [`d89e9d9`](https://github.com/fomantic/Fomantic-UI/commit/d89e9d90f3e6a23d661a19e56f43caff1d71009e)
-#2664 Removes unnecessary right border on header item in secondary menu [`8e01074`](https://github.com/fomantic/Fomantic-UI/commit/8e010740692309deb6b69b6c6c80b8c67d4acf96)
-#2778 fix issue with flex-direction on left dropdown menu in menu [`2c8aa03`](https://github.com/fomantic/Fomantic-UI/commit/2c8aa03bb4530e6b5bde3fd8fb915e7dac178a6e)
- Fix next version # [`ab7b3be`](https://github.com/fomantic/Fomantic-UI/commit/ab7b3be53d9314e0f270ea8d7cffc5faa29e337f)
-#2765 fixes bad icon utf value [`44be32a`](https://github.com/fomantic/Fomantic-UI/commit/44be32a0e728271c26f68c906e9e24f48ff5c298)
- Look for inline popup in all siblings of target, not just immediate sibling. [`2fadf77`](https://github.com/fomantic/Fomantic-UI/commit/2fadf77f3754a9941c2aca86e962de61be9eb50f)
-#2558 Fixes vertical divider border right in stackable grid [`8bb7244`](https://github.com/fomantic/Fomantic-UI/commit/8bb724440e969a8e9f396dacc314b28818906474)
-#1369 Popups should not preserve content by default [`ca3a301`](https://github.com/fomantic/Fomantic-UI/commit/ca3a3013a68eb005965e9a34df4ecff4eedefbdf)
- Revert changes to install task [`0291b5d`](https://github.com/fomantic/Fomantic-UI/commit/0291b5dfdf28661ec903a276e2ff1af066e18de1)
- Instead of clearing on reset when no default was set, do nothing #2504 [`90b581f`](https://github.com/fomantic/Fomantic-UI/commit/90b581f05e2d29aea876f529c5ae13d6e4391274)
-#2522, less confusing variable usage [`540e629`](https://github.com/fomantic/Fomantic-UI/commit/540e629efbc34e487520d1bca582bd206cebb5a4)
- Remove PM check from update scripts [`e51d09d`](https://github.com/fomantic/Fomantic-UI/commit/e51d09df109b71d3771ecfcb58a26521663f9f91)
-#2486 Fix label inside input not rfesizing [`3bc76f9`](https://github.com/fomantic/Fomantic-UI/commit/3bc76f9f7353c7048283d3ef1048fe85d3037056)
- Mistaken last border radius rule [`7d2f6bd`](https://github.com/fomantic/Fomantic-UI/commit/7d2f6bd9ba3ba03427d4a74a7564ae28492799a4)
- Incorrect error text [`364ad39`](https://github.com/fomantic/Fomantic-UI/commit/364ad398d86fed6b14a09d765c20d5f4c5ab9b9f)
- Large monitor breakpoint now corresponds with container breakpoint [`781fa9d`](https://github.com/fomantic/Fomantic-UI/commit/781fa9d3d7881958b76dc19211b7b14243c8234c)
-#2343 Mobile container width should be 100% not auto [`a51e8c2`](https://github.com/fomantic/Fomantic-UI/commit/a51e8c2c04365f7f74b7600312872c5586c8005c)
- Fix vertical menu flex [`72ffccb`](https://github.com/fomantic/Fomantic-UI/commit/72ffccb96ba2bc1cdb36f6be201280e1d93aa667)
-#2313, remove value does not check selection count #2313 [`aadeb1d`](https://github.com/fomantic/Fomantic-UI/commit/aadeb1d437cfe48034915ecde53a9a5f083ab128)
- Try diffent css @import to possibly resolve issues in some environments [`7c5d770`](https://github.com/fomantic/Fomantic-UI/commit/7c5d7703a9a0407a3b05dfc76cd09f89d34a26fb)
-#2213, user value uses .text.toLowercase() not stored metadata value [`5bcc49a`](https://github.com/fomantic/Fomantic-UI/commit/5bcc49acef9a454377f29a02a6b298672746b3e0)
- Reset debug to false #2173 [`3345fd1`](https://github.com/fomantic/Fomantic-UI/commit/3345fd1213669bc79cd77b763d56e203ef673bf8)
-#2175 Form set value should not automatically validate form [`ec853a6`](https://github.com/fomantic/Fomantic-UI/commit/ec853a6affc27610bbac4efd0562e63d62afe1c1)
- Fix meteor repo link [`07626c1`](https://github.com/fomantic/Fomantic-UI/commit/07626c18b53f59425fb8f9ce1de1d6c5cd379016)
- Fix meteor repo link [`437267b`](https://github.com/fomantic/Fomantic-UI/commit/437267badcc87379648a30435b3684451a82d280)
- Use labels by default [`ec21326`](https://github.com/fomantic/Fomantic-UI/commit/ec2132601f0d52d165baddbdbd7a4a6fbcc22c5e)
- Fix scaledown not hiding page in some conditions [`fbf0f3a`](https://github.com/fomantic/Fomantic-UI/commit/fbf0f3ab9d1b1df40cec9de4c04eef46dd507866)
-#2147 fix sidebar not correctly overflowing when taller than page [`1b3ff05`](https://github.com/fomantic/Fomantic-UI/commit/1b3ff0538a85cfe84f57b1d0dc4b43123e53e8eb)
- Remove debug and rlsnotes #2133 [`b691d2f`](https://github.com/fomantic/Fomantic-UI/commit/b691d2f0588c4f158b80f2dc3cfda64e266c9e50)
- Site.variables now only rebuilds css files on change [`6e6c9d9`](https://github.com/fomantic/Fomantic-UI/commit/6e6c9d914e9fffc298120f7fa85212e9c393c2d4)
- Adds back in transform, prevent awkward flash on animate [`2cf1b0d`](https://github.com/fomantic/Fomantic-UI/commit/2cf1b0dc6ab911511c2413ec18414b39d028cd26)
- Fix casing of scrollbarwidth [`9839741`](https://github.com/fomantic/Fomantic-UI/commit/9839741220cb03a8a57e0869c8d890ee7916647f)
- Backports fix for dropdown headers in menus #2022 [`4e3fe4b`](https://github.com/fomantic/Fomantic-UI/commit/4e3fe4bf378b9e6e2469be87f84a1c6a1266e28d)
- Experimenting with no zindex again [`7be3645`](https://github.com/fomantic/Fomantic-UI/commit/7be36454ab7044da3ba8edee3dc7dcd7b2bbd856)
-#2020 Fixes trim string method being called on non-string dropdown values [`7034230`](https://github.com/fomantic/Fomantic-UI/commit/703423013e7dfbad62c886cf2119e4f05fb9cbcf)
- Extend sticky mutation observer wait period [`ff69bb8`](https://github.com/fomantic/Fomantic-UI/commit/ff69bb80ce69989856259fe0ecef0566e571f7b0)
-#1927, remove transform from tnansition [`4862d43`](https://github.com/fomantic/Fomantic-UI/commit/4862d4369e5fe2ca14345e72c07f83eb85561471)
- Adding missing event namespace in form validation [`97e8bf5`](https://github.com/fomantic/Fomantic-UI/commit/97e8bf5fdaf703b41c16175bb2771d1d5c9f9719)
- Fix container size method not called due to improper renaming to length [`5c4f79b`](https://github.com/fomantic/Fomantic-UI/commit/5c4f79b3c264f48d038ce3017c13a30aa064c814)
- Add background rule for list item to prevent inheritance of menu item [`4deadd6`](https://github.com/fomantic/Fomantic-UI/commit/4deadd6da86bb3c734b676d112597aee9e77e7c3)
-#1607 Meteor version uses global version from package.json [`bf30fe0`](https://github.com/fomantic/Fomantic-UI/commit/bf30fe0e9f0fb1189a3b066282ea4cc99438c9c8)
-#3715 - fixed issue with bullets being affected by font weight [`7e4983e`](https://github.com/fomantic/Fomantic-UI/commit/7e4983e6993dd4b4e3a853176c2fc42931e065f7)
- Add missing dep [`d92411a`](https://github.com/fomantic/Fomantic-UI/commit/d92411a77b26ee345153323b2553d4b7deea5f9b)
- Remove background color from input, causes flash with autocomplete styles #2502 [`c1321e9`](https://github.com/fomantic/Fomantic-UI/commit/c1321e93652a05116c8db448b2c363c84e724059)
- Fix admin flag set in example json! #2453 [`82d9c2d`](https://github.com/fomantic/Fomantic-UI/commit/82d9c2d9cfc43cbdcc42cab30c4e416e390ab37d)
- Fixed terrible bug where IE would refocus wrong element if focused element was hidden with transition. Caused dropdowns to re-open in IE on click [`6b18675`](https://github.com/fomantic/Fomantic-UI/commit/6b1867531f13f1dc6087a7636ff3567bf942e714)
- Remove border color animation to avoid transition on responsive sizing [`12540e1`](https://github.com/fomantic/Fomantic-UI/commit/12540e1351878e2bd32e41f0f912bd17eda71645)
- Grids and containers inside menu should inherit valign [`77b924e`](https://github.com/fomantic/Fomantic-UI/commit/77b924ed9c87f66ca951179c379237772149cec3)
- Infer composer.json version from tags #1853<https://getcomposer.org/doc/02-libraries.md#tags> [`a262f3b`](https://github.com/fomantic/Fomantic-UI/commit/a262f3bd72e0997393cab42c3c6727195046c349)
-#1630 - Form set values will now validate forms after value set [`c8a203b`](https://github.com/fomantic/Fomantic-UI/commit/c8a203b3132fb1577a743b012fb460488a348155)
- Merge in #1630, Match code style, remove mixed space/tabs, add debug statements. [`c3467ed`](https://github.com/fomantic/Fomantic-UI/commit/c3467ed808f28fe4486f44ca8b01c57bf0cc5e67)
-#1655#1687 Collapsing margin on pusher inherits child margins [`de524c1`](https://github.com/fomantic/Fomantic-UI/commit/de524c134d24e14f0183aa38c68760548e8757de)
- ]Merge branch 'master' of github.com:Semantic-Org/Semantic-UI into next [`175b84b`](https://github.com/fomantic/Fomantic-UI/commit/175b84bdddadb1184aa7a3bab1f981799d6e5d7a)
- Everything getting moved around [`e5baeb9`](https://github.com/fomantic/Fomantic-UI/commit/e5baeb91f4f11046f6fe3a91a3495c281654aef1)
- Rename build to dist, update deps in package.json [`4551edc`](https://github.com/fomantic/Fomantic-UI/commit/4551edc097605e427c62f497779fc323370e956b)
- Initial commit of global site config [`fa1b35a`](https://github.com/fomantic/Fomantic-UI/commit/fa1b35a3efeb662403a4600f0907780221ee087b)
- Clear build dir for merge [`b6a3a38`](https://github.com/fomantic/Fomantic-UI/commit/b6a3a3824d1caabb86b3b2c5ffd473ad0124650e)
- Remove docs from sui main repo [`02ae601`](https://github.com/fomantic/Fomantic-UI/commit/02ae60187f1354e07e15f2b3f810ccda90fdfcd4)
- Reworking grid to use fixed gutters, and padding on page grid. Fixing grid docs [`dc786e2`](https://github.com/fomantic/Fomantic-UI/commit/dc786e2c58f0d4ee778b371ea7a5667af153d1b2)
- Update jquery, fix broken link in docs [`5e069d6`](https://github.com/fomantic/Fomantic-UI/commit/5e069d6f5f8239601ab7aa3bad541d28c88b4cc8)
- Removes docs.json from root, updates dist [`91cce72`](https://github.com/fomantic/Fomantic-UI/commit/91cce72ae4fed3fc912f71f43c10192ecb44a066)
- Adds mising files from build [`67ab010`](https://github.com/fomantic/Fomantic-UI/commit/67ab0101c5b773e16e6d96657a428337cf68ec1e)
- Attempting to fix some performance issues with sidebar [`0451463`](https://github.com/fomantic/Fomantic-UI/commit/0451463a84913b31d6dc4d7a7879c99027b07b42)
- Rebuild dist from latest changes [`4ca78a8`](https://github.com/fomantic/Fomantic-UI/commit/4ca78a842768a73eb2ea120fe6f459016d0c711b)
- Iteration on release tasks [`1054a4c`](https://github.com/fomantic/Fomantic-UI/commit/1054a4ca21424284dd372f068ac124f55515761f)
- Rebuild files for beta deploy [`37c6cab`](https://github.com/fomantic/Fomantic-UI/commit/37c6cab6e22d679172531d1682193e5d3e772ac5)
- Iteration on state and api docs [`8719779`](https://github.com/fomantic/Fomantic-UI/commit/8719779f00bde974a1a383294299aa6ebd839669)
- Rebuild for beta docs [`c3f8131`](https://github.com/fomantic/Fomantic-UI/commit/c3f81313588c2bd3f85365bb1e37b38d5c999c30)
- Rebuild for docs deploy [`a0c1f98`](https://github.com/fomantic/Fomantic-UI/commit/a0c1f98300af3d69fbbe956d625e226dc9648682)
- Update release notes and rebuild [`b06da25`](https://github.com/fomantic/Fomantic-UI/commit/b06da25f665fb2d15a7e4739137b6ffa0ff610a0)
- Adds themes for modal, and updates to modal structure [`dfe043f`](https://github.com/fomantic/Fomantic-UI/commit/dfe043f5c26e545025faa26846152c79a6709190)
- Rebuild for deploy [`6b9893c`](https://github.com/fomantic/Fomantic-UI/commit/6b9893c38368c7d5074572c3da420fce05345905)
- Complete first iteration of site module [`1095937`](https://github.com/fomantic/Fomantic-UI/commit/1095937280780a51109c9bd5651bde4b5802b1b9)
- Update kitchen sink example [`573040a`](https://github.com/fomantic/Fomantic-UI/commit/573040a6281a1b25a9c808abb96c61db9aef2ad0)
- Finish porting of new FontAwessome [`b9e83b2`](https://github.com/fomantic/Fomantic-UI/commit/b9e83b2979f0d198407de29daabe3d4c5a8bc79b)
- Working on icon rewrite [`615a5be`](https://github.com/fomantic/Fomantic-UI/commit/615a5be6ea61641e5946123a121fcfeee72464d9)
- Rebuilds files and updates semantic.config with new components [`de54ab6`](https://github.com/fomantic/Fomantic-UI/commit/de54ab698410e8cccd98c78008153ee1a700fd3c)
- Work on API, and related behaviors [`d5bd827`](https://github.com/fomantic/Fomantic-UI/commit/d5bd827f151b353ef77a02fa60d2038bfba8ef25)
- Fixes issue with scale down animation in chrome [`5340f43`](https://github.com/fomantic/Fomantic-UI/commit/5340f43553ea6df8a4b5c0047c12e04f6ca0d4a3)
- Rebuild one last time dist/ [`44e47e2`](https://github.com/fomantic/Fomantic-UI/commit/44e47e2856e586de518763fd3441c0d8e7fdaaab)
- Restructures site variables, fixes slider/toggle checkbox to not change with em (like radio and checkbox), adds several missing form variables [`0106cd3`](https://github.com/fomantic/Fomantic-UI/commit/0106cd3fb0978b9d40c5e7ea4dcfd8d83080f84f)
- Continuing to debug issues with other UI elements when used inside 3d contexts [`10b5798`](https://github.com/fomantic/Fomantic-UI/commit/10b5798bc315cd4db8f2706081a099aa50096a0e)
- Working on tab performance, and rewrite to allow for multiple tab groups to use HTML5 state together. CSS Variables for transitions [`5d14059`](https://github.com/fomantic/Fomantic-UI/commit/5d14059e681d4de96240b195184aba9f0755b092)
- Revisions to message/segment shadows, fixes for emotive colors, especially headers on warning/info/etc [`d9aa41e`](https://github.com/fomantic/Fomantic-UI/commit/d9aa41ed3252ed6da52e65e7665b19e05f7e5e9e)
- Spruces up accordion styles, add chubby accordion theme, adds more accordion variables, spruces up docs sidebar menu [`d3dd994`](https://github.com/fomantic/Fomantic-UI/commit/d3dd994c9b79e5e39e921672c817446aaabb3f62)
- iteration on global site module [`9bda901`](https://github.com/fomantic/Fomantic-UI/commit/9bda901d5a2aeb600481106f4677abd2bad960b0)
- Adds inverted buttons finally! Iteration on form and button [`969c2a6`](https://github.com/fomantic/Fomantic-UI/commit/969c2a691827bf92727b752808cfb03bfaa41a35)
- Form variable beginning [`9f8c8e3`](https://github.com/fomantic/Fomantic-UI/commit/9f8c8e3f6e64449d84cfa00044992efeaf7af26e)
- Finishing theming of messages, adds github and google message themes [`e66ce4d`](https://github.com/fomantic/Fomantic-UI/commit/e66ce4dcdc808a5f7850d7847964982c99c646da)
- UI Transiutions now forces display on element during animation with important to avoid inheritance issues. Rewrite of some more form variables [`869115b`](https://github.com/fomantic/Fomantic-UI/commit/869115b2068f665352a8f44181a64cbef6ca21af)
- Remove corner text labels [`7e674a0`](https://github.com/fomantic/Fomantic-UI/commit/7e674a0c1f9cc7f3bdca7ff7b85687660282b542)
- Adds new step component, step variables and new themes, adds fixes for icon button alignment, compact labeled icon button, fixes to reset [`d9900b2`](https://github.com/fomantic/Fomantic-UI/commit/d9900b238d7fe7c3759434702f739a09e089a632)
- Adds grid example, adds some fixes for inverted grids [`c146063`](https://github.com/fomantic/Fomantic-UI/commit/c146063608c753e3d185f3c5a6954e78e5af1926)
- Builds version 0.15.0 and updates version number [`a93c45e`](https://github.com/fomantic/Fomantic-UI/commit/a93c45e7ca8d1fec177202211c7e94c440dccad2)
- Fixes several bugs introduced with menus [`3715c4a`](https://github.com/fomantic/Fomantic-UI/commit/3715c4a0809460ee0ff6726dcca7f04f537f12db)
- Fix issues with safari not automatically sizing icons when given height 0, fixes inputs in menu [`96e1727`](https://github.com/fomantic/Fomantic-UI/commit/96e17273f9efd98161a9b5f30be19cdf08813d62)
- Adds fixes for segment first/last, adds separate variables for attached/block header sizes [`2aeb94b`](https://github.com/fomantic/Fomantic-UI/commit/2aeb94bd72d9b9321fff910b81ad55d5e7107e0f)
- Rebuild and fix valign in icon for zillionth time [`97e155e`](https://github.com/fomantic/Fomantic-UI/commit/97e155e5fbda6744be7b6379527e8657dea89145)
- Fix rating example, remove relaxed list header spacing [`16feb95`](https://github.com/fomantic/Fomantic-UI/commit/16feb9565f068e33fff252b629cc2028311d8625)
- Build 1.1.0 for release [`2b2184b`](https://github.com/fomantic/Fomantic-UI/commit/2b2184be73d27d88d91b527ab75fd0923588387f)
- Relase and build version 0.14.0 [`97bcab4`](https://github.com/fomantic/Fomantic-UI/commit/97bcab4b373b1b0adeee287e0233efd1a4def96f)
- Adjustments to docs for kitchen sink [`1083493`](https://github.com/fomantic/Fomantic-UI/commit/1083493015253bb2e232da45328d268a09fe37b7)
- Rebuild all files [`ed62675`](https://github.com/fomantic/Fomantic-UI/commit/ed626758cdf5d7b436ccf58756a361afc153f569)
- Fixes logged out nav menu on tablet [`3cf4ca7`](https://github.com/fomantic/Fomantic-UI/commit/3cf4ca70f67b7f6f7a54aab40df7941b2f1fe8be)
- Adds preliminary kitchen sink example to dist examples [`6de0030`](https://github.com/fomantic/Fomantic-UI/commit/6de00304c15721cebc74c993559d6fe24b0eddb9)
- Migrates item view to card view, in preperation for a more generic card view, extends docs on cards [`989528a`](https://github.com/fomantic/Fomantic-UI/commit/989528af91093640a20da86bc6fa54016724e053)
- rebuild project, package.json is now using bleeding edge [`ff2f444`](https://github.com/fomantic/Fomantic-UI/commit/ff2f4447c054fd28d46e3a5181184645b017208d)
- Themes nag [`a3e974e`](https://github.com/fomantic/Fomantic-UI/commit/a3e974e7c8898b79131e35bdf70a03893d5f785f)
- Rebuild and add comment theme [`b47b394`](https://github.com/fomantic/Fomantic-UI/commit/b47b3947d71a09e99645e910707129a516c6c653)
- Fixes test suite in branch [`f3b4a92`](https://github.com/fomantic/Fomantic-UI/commit/f3b4a9258b5eeb2d3c2798f78ff88b19c7f49033)
- Iterating on sidebar directions, default animations for directions, more features [`d46656a`](https://github.com/fomantic/Fomantic-UI/commit/d46656aee811349d333c0629131692baa2a20d6b)
- Modal cache size on load [`5511ffb`](https://github.com/fomantic/Fomantic-UI/commit/5511ffb0a6bc5c7cef96dfbf5475ea29d3f8d049)
- Swaps reveal to use 3daccelerated transform instead of top/left [`161d1b1`](https://github.com/fomantic/Fomantic-UI/commit/161d1b137c2f11836cd14e84c8800dfa5d58bd75)
- Rebuild standard dist/ [`650a0f4`](https://github.com/fomantic/Fomantic-UI/commit/650a0f4e818a3f99e09f312cd0e2ff14f4c048ea)
- Fix several examples, and bug in tabbed pages with following menu [`e066be4`](https://github.com/fomantic/Fomantic-UI/commit/e066be47cb68c845a412940ac1683c857319b375)
- Adds variables for UI flags [`eeb6bd3`](https://github.com/fomantic/Fomantic-UI/commit/eeb6bd353b42932fd89295430a0eedf2850272ec)
- Complete item theming and documentation [`1369498`](https://github.com/fomantic/Fomantic-UI/commit/1369498b6cf33ee5db6729ecbfe30973b163efd9)
- Iteration on gulpfile design [`dc5e672`](https://github.com/fomantic/Fomantic-UI/commit/dc5e6724893ad6eb3a8f932daee09144c92d7af0)
- Updating docs pages to reflect correct settings [`0248cff`](https://github.com/fomantic/Fomantic-UI/commit/0248cff0019744262e6ba080b446100e0820b33d)
- Iteration on kitchen [`f4e89fb`](https://github.com/fomantic/Fomantic-UI/commit/f4e89fb86f4c7b85f2daef28b52cc3fbc79c7cf8)
- Complete initial complete rewrite of sidebar [`63d80d1`](https://github.com/fomantic/Fomantic-UI/commit/63d80d1de5bd4939f6acacf0c10e583e56e5ed3b)
- Fixes image labels, begins work on text corner labels [`2b8518e`](https://github.com/fomantic/Fomantic-UI/commit/2b8518e40e10e789d02b1411aa6f5cc946f45afc)
- Tryin to work through all the bugs and gotcha of sidebar with css transitions (headache central) [`c68c668`](https://github.com/fomantic/Fomantic-UI/commit/c68c6685e7740a30e93cf8df319c6214b29a5e75)
- Fixes attached message styles, modifies, info/warning/error colors, fixes error form colors somewhat. Moves list to elements [`8d81e87`](https://github.com/fomantic/Fomantic-UI/commit/8d81e87f16aa59764f790a5173c195b9cd643e3d)
- Rebuild for deploy [`9fcbebd`](https://github.com/fomantic/Fomantic-UI/commit/9fcbebd3b83b3783395357d9364c14f73929b050)
- Fixes issue with caret reset causing no input borders [`68be25f`](https://github.com/fomantic/Fomantic-UI/commit/68be25fcdecd38f833e8d2b6866ca1a7e624f6e5)
- Add many new examples using wireframe content [`5bb7ae0`](https://github.com/fomantic/Fomantic-UI/commit/5bb7ae0ef49966738e491f2ce521d862988034e0)
- Rebuild for deploy [`55d1055`](https://github.com/fomantic/Fomantic-UI/commit/55d105564dc70fe825e44e8e134af4a5094f27f6)
- Beginnig to redo demo content in docs [`4372569`](https://github.com/fomantic/Fomantic-UI/commit/43725695b326b02482684727d4849aa466379534)
- Initial commit of themed dropdowns [`99eecc2`](https://github.com/fomantic/Fomantic-UI/commit/99eecc2ddda9091fbe1b7c78eae8db9643476abf)
- Rebuild dist for next [`5f3bc47`](https://github.com/fomantic/Fomantic-UI/commit/5f3bc4777c5ff8f6a4e61b6dc863472d07e0159a)
- Continuing to expand on examples for list/item/card [`76b8899`](https://github.com/fomantic/Fomantic-UI/commit/76b8899a46d5774de7f95a2efb620e59b6410856)
- Adds docs for selection/search selection in form docs [`7b18040`](https://github.com/fomantic/Fomantic-UI/commit/7b1804018dbaba66c5f0b21bfc5ffc5b19369f8a)
- Update docs for item/card [`9595fc1`](https://github.com/fomantic/Fomantic-UI/commit/9595fc13c9f6d603e720c14093110d7e8d7596a5)
- Fixes form validation, fixes issue with form error color inheritance [`595793b`](https://github.com/fomantic/Fomantic-UI/commit/595793ba61d03f37ed97bd1233be4561774ca5e7)
- Fix double rtl extension, RTLCSS now occurs after prefix/less compilation in watch. #1552 [`56048bd`](https://github.com/fomantic/Fomantic-UI/commit/56048bd514b358ec824c05f172afa22796286c2b)
- Iteration on single component deploys [`8e04de8`](https://github.com/fomantic/Fomantic-UI/commit/8e04de877025dfd204cb48c1fb7dca3f398994ab)
- Tweaking feed styles and redoing docs [`a8ec470`](https://github.com/fomantic/Fomantic-UI/commit/a8ec4705532d2ceb9561552f7ae5f159ff2ca823)
- Testing out dropdown errors [`dfcf947`](https://github.com/fomantic/Fomantic-UI/commit/dfcf947facebe7392581fd16648f2260609c3127)
- rebuild for deploy [`be298b4`](https://github.com/fomantic/Fomantic-UI/commit/be298b4ea329774b64711a3acb0641467a8cc009)
- Modify advertisement to be called 'ad' [`8775ba8`](https://github.com/fomantic/Fomantic-UI/commit/8775ba8a6ad4b4213c237eabb30f75bd5731e02f)
- Adds animation support to search, adds less variables to search, fixes some issues with sticky on reposition [`3e8326b`](https://github.com/fomantic/Fomantic-UI/commit/3e8326b91291e7a8c987624f15cc1d42ba56607a)
- Initial work on statistic doc [`d813776`](https://github.com/fomantic/Fomantic-UI/commit/d813776670cf0a202e8c6c02fb52289ab8907515)
- Iteration on API docs [`a0e4dc9`](https://github.com/fomantic/Fomantic-UI/commit/a0e4dc930e03087cdae6009fdff519364398f21d)
- Add stubs for theming of rest of modulles [`2d52218`](https://github.com/fomantic/Fomantic-UI/commit/2d5221804acf68cc7440b3ed38f2be72e88069e7)
- Updates to API docs [`a048660`](https://github.com/fomantic/Fomantic-UI/commit/a048660f2d2e41111a56eaba4c594474eb3815e1)
- Restructure all behaviors in search to be sentence case, remove all proxy calls [`d5632f4`](https://github.com/fomantic/Fomantic-UI/commit/d5632f42eb63c023799873775022122930d35108)
- Moves grouped steps to top of step docs [`7c30b76`](https://github.com/fomantic/Fomantic-UI/commit/7c30b765b6968b58fa10fe101427b82a875c9431)
- Fixes for accordion/statistic/table/label [`7b729b9`](https://github.com/fomantic/Fomantic-UI/commit/7b729b91de51d438c58da94e6e733b2411490744)
- Updates api, state, visibility, visit to latest iteration [`174ea2c`](https://github.com/fomantic/Fomantic-UI/commit/174ea2cc066b80e710b416958df33bcc969390ea)
- Begin theming, updates to ui table [`4d3cebd`](https://github.com/fomantic/Fomantic-UI/commit/4d3cebd38e7d03525452abe7297b986aa5cc1b3c)
- Fix tag label formatting, add form integration with api, add responsive video sizing without js [`3e99424`](https://github.com/fomantic/Fomantic-UI/commit/3e994241ca55ba5eeeece8d345f9d8ce008e31a4)
- Proceed with questions for site variables [`3d3a3fb`](https://github.com/fomantic/Fomantic-UI/commit/3d3a3fbfde31fbcdb2a984814dee85b5914aa628)
- Several fixes for inversion with form, checkbox, segment, header [`4c424c3`](https://github.com/fomantic/Fomantic-UI/commit/4c424c3a795b92021a850cdf0ab6479ce69b5ec1)
- Finish a good portion of grid enhancements, except word order [`1c299d2`](https://github.com/fomantic/Fomantic-UI/commit/1c299d259603a4f538591984aca2d6ef37148278)
- Remove unnecessary files from dist, fix bower.json to have main [`8d2f6a0`](https://github.com/fomantic/Fomantic-UI/commit/8d2f6a05665bc735145e497b2e24b355f210f25c)
- Iteration on fixing onStart onComplete across all components using transition, trying to solve sidebar still [`98bc6b8`](https://github.com/fomantic/Fomantic-UI/commit/98bc6b82020f3549d536df0708025f59108c9811)
- Semantic.config is now theme.config, makes more sense. Fix comment banners in themes/site files to give context in compiled output. [`c129851`](https://github.com/fomantic/Fomantic-UI/commit/c129851f251941e136dbf32dac4dbe89d80d9ccb)
- Recompile for build [`c7e88c2`](https://github.com/fomantic/Fomantic-UI/commit/c7e88c22252f55f817b5491538f86d441a9d1c6d)
- Update s to form, checkbox, segment. GitHub form and segment theming [`93a6097`](https://github.com/fomantic/Fomantic-UI/commit/93a6097d86968750790d9d786a6b762092bb5d92)
- Continuing work on list variables, fixes for icon header alignment with line height [`17e0cdb`](https://github.com/fomantic/Fomantic-UI/commit/17e0cdbbd14c778114a345a0509364522fb7b3c4)
- Begin theming items [`55f51c0`](https://github.com/fomantic/Fomantic-UI/commit/55f51c06eb69804319ac9d953b0e0aeb1bc52e5e)
- more iteration on API docs [`5a00104`](https://github.com/fomantic/Fomantic-UI/commit/5a00104a28396f7d4120317d179c4e9218113878)
- Set up remaining views with variable stubs, add correct copyright notice on all files [`7834c58`](https://github.com/fomantic/Fomantic-UI/commit/7834c584e66250330e4311b17d0ea94b8ed12a07)
- Add composer.json, correct npm packages, more [`6afe874`](https://github.com/fomantic/Fomantic-UI/commit/6afe8741c9429d32cac095bd9965b1bc681e126d)
- Complete user actions in gulp [`877288c`](https://github.com/fomantic/Fomantic-UI/commit/877288c0c4edcaf7a608e107df28ab831a329b00)
- Allow final display state to be specified in transition settings, fixes for search sizes [`779c8cf`](https://github.com/fomantic/Fomantic-UI/commit/779c8cfc19c5f45a47d3d5f7e0a842f29a54adf0)
- Removes all uses of jquery waypoint for SUI sticky module [`e515b99`](https://github.com/fomantic/Fomantic-UI/commit/e515b99c3fb48f7d32e11c0b4115e45a985015f4)
- Take border color down a notch [`790f2e5`](https://github.com/fomantic/Fomantic-UI/commit/790f2e5d122535d78b719f8b976344f9938993ea)
- Experimenting with different docs icon, beginning theming of popup [`3750099`](https://github.com/fomantic/Fomantic-UI/commit/37500993652ce5a58f40a2089d01b2a7740d1436)
- iteration on setup [`ed261c9`](https://github.com/fomantic/Fomantic-UI/commit/ed261c9627dd3b576971435ad016771e115d2a30)
- Modify header defaults, some docs [`0856ae0`](https://github.com/fomantic/Fomantic-UI/commit/0856ae052df333a7365ac90a49ad8766918dea5b)
- Adds ability to specify sidebar mobile animation [`2314ff0`](https://github.com/fomantic/Fomantic-UI/commit/2314ff02b21d5f54ebccd4b8bc3e6e8ec6d47a80)
- Begin API docs [`d677eef`](https://github.com/fomantic/Fomantic-UI/commit/d677eef3f53d583963a2c582b8280a29c51e96a0)
- Correction for inverted circular icons [`5ea6c1c`](https://github.com/fomantic/Fomantic-UI/commit/5ea6c1cd275461a86594bcfe01df3b0dfeed24e6)
- Adds another theme for steps, adds some new step variables [`3f02c7b`](https://github.com/fomantic/Fomantic-UI/commit/3f02c7ba8abaff87930734c7991baf96624a4684)
- Add fixes for accelerated scrolling on mobile [`89ee0d3`](https://github.com/fomantic/Fomantic-UI/commit/89ee0d34a796e6340ace5aa78446c81275c13047)
- Completes theme/enhancement of comment view [`e037734`](https://github.com/fomantic/Fomantic-UI/commit/e03773481e8aa5e76cb32114a61ca2d565a4cf1b)
- Add theme variables for accordion, restructure accordion so it defaults to unstyled with styled variation [`721d071`](https://github.com/fomantic/Fomantic-UI/commit/721d071fceefaa043b030348368fe0384a60697d)
- Adds several fixes for theming for search [`110ebc2`](https://github.com/fomantic/Fomantic-UI/commit/110ebc28cce057600a7a2d618b10d3549f5dce43)
- Redo ui loader to use css only [`9e5816b`](https://github.com/fomantic/Fomantic-UI/commit/9e5816bd73a0ef0b77fd0d4b884bdee176fde394)
- Adds global header sizes for h1-h6, reorganizes site.variables based around work in site ui docs [`5b8c2bb`](https://github.com/fomantic/Fomantic-UI/commit/5b8c2bbae057f4c8e90fdddb41e3cbfc347572ed)
- Begin themeing of messages [`a83fe9f`](https://github.com/fomantic/Fomantic-UI/commit/a83fe9f9003a6565d58fe69b1e5005ee3ab0a9b4)
- Adds #1535, box-sizing now inherits. removes from site.less (now only in reset) [`0ac98d0`](https://github.com/fomantic/Fomantic-UI/commit/0ac98d0c69e6e55a3ac07321570e79135e451960)
- Work in progress commit of UI list variables [`1b7e00f`](https://github.com/fomantic/Fomantic-UI/commit/1b7e00f96889500d8950cdbe76edd7dc16519640)
- Rename google message theme to gmail (actual source), update dist [`c96f305`](https://github.com/fomantic/Fomantic-UI/commit/c96f3059daf279b87a55689db50102bdc50761c6)
- Updating various examples [`d0d3ac6`](https://github.com/fomantic/Fomantic-UI/commit/d0d3ac66325a414b27c2b8b97fbd44d66f8b48d8)
- Themes UI rating, modifies clearable to be set to true when only one icon is used [`e23f7c5`](https://github.com/fomantic/Fomantic-UI/commit/e23f7c597e8342dd532bfc2bb3c02b6c0c41ff65)
- Remove missing ad dist component [`e820eca`](https://github.com/fomantic/Fomantic-UI/commit/e820ecae82e508a237d57c974ad0b24ceb244849)
- Fixes for card variations, adds in global subtle gradient [`556a957`](https://github.com/fomantic/Fomantic-UI/commit/556a9573c9b30fd2a17a6246d2eab3f203b54735)
- Fixes to definition type dropdown [`7df9685`](https://github.com/fomantic/Fomantic-UI/commit/7df9685d6ad90560b28879ebcb346a864d693072)
- Fixes issues with touch overflow on ios [`305d19f`](https://github.com/fomantic/Fomantic-UI/commit/305d19fb61bf3f546e1bd5b8ae43de78734ced31)
- Fix paths inside inquirer, updating less vars in install [`e5166aa`](https://github.com/fomantic/Fomantic-UI/commit/e5166aa0502fe943322eb75705bfec69893063e8)
- Attempting to fix overflow issues with sidebar [`cdb0bc6`](https://github.com/fomantic/Fomantic-UI/commit/cdb0bc644b4cc0f15b3720d06623d4b010f7ef05)
- Adds missing override values for new element themes [`f0c28a6`](https://github.com/fomantic/Fomantic-UI/commit/f0c28a633b41203cdcd8d4ba948a190b83e15037)
- Moving more values to config [`ac8d0bc`](https://github.com/fomantic/Fomantic-UI/commit/ac8d0bc00bdc5bccb5a5590f503416d60b98251e)
- Fix inverted button hover state, fix animated buttons not obeying changes in padding variable, fix button docs [`09e4b7c`](https://github.com/fomantic/Fomantic-UI/commit/09e4b7c5ff9d5291b897e75896e21da37a0db0f9)
- Fixes to grid, doubling grid, divided grid, slight changes to message [`7fb2344`](https://github.com/fomantic/Fomantic-UI/commit/7fb2344357f905923a0a0c6dcbe462f306c12d10)
- Fix confusing word order in button [`f9739f3`](https://github.com/fomantic/Fomantic-UI/commit/f9739f32f41a31b07b3bd02338af38f426ff7a9f)
- Adds advertising view, that includes common ad sizes and behaviors [`86f5f0a`](https://github.com/fomantic/Fomantic-UI/commit/86f5f0a5b8051612178df5fd121b1109b584573f)
- Fix code example copy and paste, add more kitchen sink examples [`4754fa9`](https://github.com/fomantic/Fomantic-UI/commit/4754fa97749e4eb9ff92c3cb884c904ccd61992b)
- Finishing up grid overview [`efd0afa`](https://github.com/fomantic/Fomantic-UI/commit/efd0afa66601452017abe12faa8b443a06fbce60)
- Fixes to sidebar, inverted link lists [`e285c1c`](https://github.com/fomantic/Fomantic-UI/commit/e285c1c68faeb322a91bbf110af0b832f6593ba7)
- Adds new loading style to form, adds loading variation to segment [`947c25a`](https://github.com/fomantic/Fomantic-UI/commit/947c25a1c3879db57fa8e9ce7de30b65ade44abd)
- Popup: Adds better popup positioning, new settings for popup positioning strategy , and a last resort position if it cannot fit on stage [`8e6b5dd`](https://github.com/fomantic/Fomantic-UI/commit/8e6b5ddc0ad25eb873848105add15f6a45dfc2ec)
- Add better doc examples for header and image [`ad6ef93`](https://github.com/fomantic/Fomantic-UI/commit/ad6ef93c86e85bca0a191b71875f9e1e79a07b19)
- Fixes code formatting of table examples [`c564205`](https://github.com/fomantic/Fomantic-UI/commit/c5642056e4fe54a03760f064b76071f1119c0812)
- Rewrite of sidebar to support sidebars visible on load #649 [`fa05065`](https://github.com/fomantic/Fomantic-UI/commit/fa050650133d1ffac697657f2a580a73c741402b)
- Iteration on build deploy, filtering release notes, auto bower update [`8750b1f`](https://github.com/fomantic/Fomantic-UI/commit/8750b1f244f2c3a37396e7c1174f3228c0547dd0)
- main package.js plus assets copy for components [`eb601a4`](https://github.com/fomantic/Fomantic-UI/commit/eb601a41c7ebf168a3ddc54754dce425704f1d15)
- Iteration on setup wiz [`368d6c5`](https://github.com/fomantic/Fomantic-UI/commit/368d6c5afd3424513f55f7919bd7f9cd0a7e716d)
- Finishes list variables, adjustments/tweaks to image variables [`aafa618`](https://github.com/fomantic/Fomantic-UI/commit/aafa618a077ebaa3ee3f0a3922a72383d89ab4f0)
- Continuing to iterate on gulpfile for install process [`71d6563`](https://github.com/fomantic/Fomantic-UI/commit/71d656309b1de9d39a2d79fa85499be572f497ad)
- Fixes sizing of attached headers to match segments [`25403ed`](https://github.com/fomantic/Fomantic-UI/commit/25403edb63473db9a73b00fd0c7555eecbe99a70)
- Fix positive/negative button color regression [`ecbd893`](https://github.com/fomantic/Fomantic-UI/commit/ecbd893ed4e918434bf3d654f6739243b70dccbe)
- This code is bananas [`3000178`](https://github.com/fomantic/Fomantic-UI/commit/3000178c23bcd901de20e4a8ff608d515d898635)
- Adds RTL watch task, modifications to RTL settings [`4fa3100`](https://github.com/fomantic/Fomantic-UI/commit/4fa3100c5838456893e49dba2117a8ae10873147)
- Sidebar now attaches to correct context, works in contexts other than body [`8e775d3`](https://github.com/fomantic/Fomantic-UI/commit/8e775d3e6f3e38ee855b5916bb4d8b7c6e78497b)
- several fixes for checkbox, updated form example [`81fb1e4`](https://github.com/fomantic/Fomantic-UI/commit/81fb1e4745c78eb5806df698be1f596965dbab59)
- Fix issue with responsive column widths [`d32505e`](https://github.com/fomantic/Fomantic-UI/commit/d32505e3b2fd8f505fee356144d4d99cbe3b0caa)
- Add more popup examples, remove icons from rating examples [`4614ac0`](https://github.com/fomantic/Fomantic-UI/commit/4614ac03442aa47166338635b4a044b749828035)
- Fix mobile styles on docs [`0175699`](https://github.com/fomantic/Fomantic-UI/commit/01756998b368a3d9ec5376d5270ba5547f27b4bf)
- Latest work [`5999046`](https://github.com/fomantic/Fomantic-UI/commit/5999046530e7eeb001a3b7cad44d7fe3a09b82c6)
- Rebuild dist for jsfiddle [`b0cd15e`](https://github.com/fomantic/Fomantic-UI/commit/b0cd15e2445bb1763bf6a981c07642ad5c26e1d5)
- Adds drop transition [`b452849`](https://github.com/fomantic/Fomantic-UI/commit/b45284904160caa20addcaba9709b8e2c93e361b)
- better tasks for meteor package.js [`322c865`](https://github.com/fomantic/Fomantic-UI/commit/322c86558dedecf5a5c46b317962352e8f2b166b)
- Setting up gulpfile [`6a1c856`](https://github.com/fomantic/Fomantic-UI/commit/6a1c85675f3e011c6cfb0a5d8cc9c56e0615c51c)
- Fix for sub menu zindex, fix for hiding sub menus when menu is hidden if no active item inside, fix for rapid alt tabbing keeps menu open, fix for hiding during show [`3b791db`](https://github.com/fomantic/Fomantic-UI/commit/3b791db69a23da39b64e5fc6bccb5064642a6624)
- Rewrites state to remove hover/focus other useless methods, fixes integration with API, removes auto margins on first and last child of some elements [`01e9a41`](https://github.com/fomantic/Fomantic-UI/commit/01e9a418828ab7685a915069641e9277ed3189e2)
- Adds missing tag and modal variables, adds css variables for video [`f2dc432`](https://github.com/fomantic/Fomantic-UI/commit/f2dc432feac192724376e54008da7c52db7e36ab)
- Add fullscreen example to modal, fix fullscreen style [`488ff9c`](https://github.com/fomantic/Fomantic-UI/commit/488ff9c235a42da7bc13cbeca425102e07512ef2)
- Working on sidebar rewrite [`a433a78`](https://github.com/fomantic/Fomantic-UI/commit/a433a781a46010a6f7cfc97520ee6869dabb3a77)
- Add google theme for fun, fix homepage dropdown example [`f4bbea8`](https://github.com/fomantic/Fomantic-UI/commit/f4bbea8f466dc60bdefbde931b889721a2f1850f)
- Updates docs with examples of dropdown validation, fixes input in menu docs [`363fe51`](https://github.com/fomantic/Fomantic-UI/commit/363fe51b78db16f8a05711d4ca9ac757548f753d)
- Fixes to popup documentation, removing several debug: true values and console log [`16545a5`](https://github.com/fomantic/Fomantic-UI/commit/16545a52744b0521a6db8548f9a41e41f0bcb3c8)
- Whitespace in comment banners [`bf8adfb`](https://github.com/fomantic/Fomantic-UI/commit/bf8adfb42d96b39ffe06e8e7d137eb9f41092d56)
-#1309 Progress now continuously updates progress bar labels during animations at 30fps [`5099530`](https://github.com/fomantic/Fomantic-UI/commit/5099530e92cb8b80bd30176675ca2315d71c616e)
- Change default sidebar settings for docs [`4106715`](https://github.com/fomantic/Fomantic-UI/commit/4106715fdea6a71aa627047b53947fd05d7e733f)
- Fixes missing vendor prefixes in injected css in sidebar [`2451986`](https://github.com/fomantic/Fomantic-UI/commit/24519867a5ac0c6acee762954f740abc935acc85)
- rebuild dist version with latest sidebar [`d85d837`](https://github.com/fomantic/Fomantic-UI/commit/d85d83776691a946f8f9ab3df9e96480420845cf)
- Adds width and fluid variations to popup, fix issue where popup click events werent being removed on destroy, added several new examples of popup features [`e7b6fa1`](https://github.com/fomantic/Fomantic-UI/commit/e7b6fa119e937ac3246feaabfbc22dfb1bf77db0)
- Remove console.log from dropdown [`38b5431`](https://github.com/fomantic/Fomantic-UI/commit/38b5431aa6c8cfad2254184aaffbcc2d017a4984)
- This will drive me bananas [`7fec295`](https://github.com/fomantic/Fomantic-UI/commit/7fec295c61a2cae7e30c3dba3d08bbd57ad7757f)
- Updates dropdown js to include enhancements from prelease, several bugfixes for dropdown [`1b46c81`](https://github.com/fomantic/Fomantic-UI/commit/1b46c8118d46ed8fa3fd33114b27c4839faf1b7a)
- Adjust example formatting [`f2547b1`](https://github.com/fomantic/Fomantic-UI/commit/f2547b1733f0c6564b6422a40bcb2df5f0a76aea)
- Finishing touches on table variables [`fa273ca`](https://github.com/fomantic/Fomantic-UI/commit/fa273cab8b8ef7c9284dcb5f2274937b3c7ad1dc)
- Update to checkbox/label/image/header, related to spacing and consistency [`127df6b`](https://github.com/fomantic/Fomantic-UI/commit/127df6b443c541a33626b4ca0c1af0ee38916ee4)
- Finish theming popup, fix positioning variations to never escape boundaries of element [`40379b9`](https://github.com/fomantic/Fomantic-UI/commit/40379b9841973143c56fabe58171a060ad3648da)
- Bg pattern on body animate [`88ed78f`](https://github.com/fomantic/Fomantic-UI/commit/88ed78f4932dfc3d5ef86d87b141dac4d4a822c3)
- Updates docs for changes to transition [`12e1c09`](https://github.com/fomantic/Fomantic-UI/commit/12e1c097380ce23d4331e8a4d9785589d35a6c54)
- Add more variables for button colors #1591 [`fbae360`](https://github.com/fomantic/Fomantic-UI/commit/fbae3603d360e241cc69a332e052cf9f33f5e504)
- Fixes to tasks for serving docs [`d96b19c`](https://github.com/fomantic/Fomantic-UI/commit/d96b19c1481cf6dc90ec6e7e392086496a0b92d5)
- Adds better handling of set.dimmed() when queued animations, now triggers on start of animation using new transition callback [`88a82e5`](https://github.com/fomantic/Fomantic-UI/commit/88a82e5537bb262c2db713968fb3a2c08dfb5a5c)
- Build version 1.0.1 [`a3d33a9`](https://github.com/fomantic/Fomantic-UI/commit/a3d33a95a77373bac58f412dfdac7bef20237880)
- Fixing various issues, moving column count back to global config [`e1ba50e`](https://github.com/fomantic/Fomantic-UI/commit/e1ba50e10669b676395a16f7cd9c0112039b7629)
- Fix paths in gulp build [`beaf102`](https://github.com/fomantic/Fomantic-UI/commit/beaf1020eefdfcabbbcabdfbf7af3710efe5dae1)
- Add ability to publish packages from command line [`9b9910b`](https://github.com/fomantic/Fomantic-UI/commit/9b9910b26b54c76f842d37979da1a5a676931386)
- rebuild dist for jsfiddle [`927251f`](https://github.com/fomantic/Fomantic-UI/commit/927251fe01f408e6e41f524c0eeba3edba1bde9e)
- Move column counts to global config, tweak default unselected colors [`d4c4d60`](https://github.com/fomantic/Fomantic-UI/commit/d4c4d6081bd60acc419149383ad83b70f0f8ba95)
- Material design defaults [`075d296`](https://github.com/fomantic/Fomantic-UI/commit/075d2967842524b2d873fc8338081391c1eec310)
- Updates for search docs [`6224439`](https://github.com/fomantic/Fomantic-UI/commit/622443973d2b42c9b8b25e3d42deddab757b1887)
- Fix some issues with scale down animation in sidebar [`4e46bce`](https://github.com/fomantic/Fomantic-UI/commit/4e46bce3911363d17653e737a69a194eafd2fd50)
- Rebuild new var files [`63093b5`](https://github.com/fomantic/Fomantic-UI/commit/63093b5b6d17a502183f9fb99bb426d17f0fce21)
- Adds #947, #1428. Adds unstackable variation, and tablet stackable variation to tables to allow for more granularity in responsive sizing [`dda7ee3`](https://github.com/fomantic/Fomantic-UI/commit/dda7ee36a59d33c757963772b8a6e8225d815dbb)
- Alphabetize and comment out validation rules #1396 [`0de927c`](https://github.com/fomantic/Fomantic-UI/commit/0de927c029d79a115f7c975c3bc92fbf1c7bf063)
- Search dropdown is now more efficient, will only process text content for searching, and values. Not text html values [`7991372`](https://github.com/fomantic/Fomantic-UI/commit/7991372b62a13b8e0c84fd093ec026ac295327bb)
- Add new loader themes, tweak loader variables for theming [`9263ba9`](https://github.com/fomantic/Fomantic-UI/commit/9263ba99b038e9d1fcdfceab9d610a0dcaa746de)
- Adds sidebar widths, shadow by default [`5b664c7`](https://github.com/fomantic/Fomantic-UI/commit/5b664c7114f2740f062ca4ddfd475b8727a1372e)
- Updates to docs [`2321e32`](https://github.com/fomantic/Fomantic-UI/commit/2321e322eb4069ced6dae5100cdea9e3502cc794)
- Fixes issue with popup positioning not adding margins when inline: true, adds ability to detect inline popups if no other content found [`40c0cb5`](https://github.com/fomantic/Fomantic-UI/commit/40c0cb56ea3f78465f4ac195738c794dd97e6167)
- Modifies basic colored style to be neutral before hover [`f9ecd26`](https://github.com/fomantic/Fomantic-UI/commit/f9ecd260c4c3bfbd8de6fb2722df65f581652dde)
- Updates to documentation #1036 [`f5df1e5`](https://github.com/fomantic/Fomantic-UI/commit/f5df1e5e29d0e900bf261de60236f809500c2631)
- Search dropdowns now work without using selection dropdown [`1e87f3d`](https://github.com/fomantic/Fomantic-UI/commit/1e87f3d618b0eed2badd93534c37ae4161f36dcb)
- Restructuring site.variables files for easier comphrehensibility. [`acabab0`](https://github.com/fomantic/Fomantic-UI/commit/acabab0c4ebd7458e37c99d4ac1da824cf2bc56a)
- Build missing google assets [`b1dd016`](https://github.com/fomantic/Fomantic-UI/commit/b1dd0163cef93fc5629d48792b361f35223adf9c)
- New additions to ratings, automatic generation of html from template [`d26aaab`](https://github.com/fomantic/Fomantic-UI/commit/d26aaabba6bd62f01a22359b9e1e668f8f33f29a)
- Adds new basic table theme [`11b1bd2`](https://github.com/fomantic/Fomantic-UI/commit/11b1bd2a7b3496d7c3f48ce2780aa3d59e90dc8c)
-#1417#1432#1420, typo in failSafe, should be useFailSafe. Adds animation queueing as a setting for modal [`04b63bf`](https://github.com/fomantic/Fomantic-UI/commit/04b63bfa106a8c4d2e7646390384b62c4e23a76f)
- Add in CSS tab loaders [`d1c9f79`](https://github.com/fomantic/Fomantic-UI/commit/d1c9f79006c1aea2b8048bcbe2a5539137ee94c1)
- Complete component build system [`60d3a0b`](https://github.com/fomantic/Fomantic-UI/commit/60d3a0b5eb9c46a21d78ffbc37f7fbc8f9b396b5)
- Updating docs for card/item/popup [`e6153aa`](https://github.com/fomantic/Fomantic-UI/commit/e6153aa790d79514fb1f39ac7d3b4c5bc190ee9b)
- Fix increase/decrease example in header [`3babd67`](https://github.com/fomantic/Fomantic-UI/commit/3babd676044531673a99ca613df62febf4596eb6)
- Continues adding missing variables from form variations [`7d7500e`](https://github.com/fomantic/Fomantic-UI/commit/7d7500e676a6a548818e27486551dd7f2785396f)
-#1214, Adds floated content to dropdown, adds description [`07eaacd`](https://github.com/fomantic/Fomantic-UI/commit/07eaacd1b98a26402f56aea2cb62b7e3dcbc1fdb)
- Fix several issues with selector refreshing in popup [`5cd5ae3`](https://github.com/fomantic/Fomantic-UI/commit/5cd5ae3947a8fe51b57ca6743d7a64f007e5a6c7)
- Fixes loading delay in jq 2.x for API, swaps success, complete, error callbacks for onSuccess, onComplete etc. [`5c2cb03`](https://github.com/fomantic/Fomantic-UI/commit/5c2cb03439eaa532f3b049de9c01fd31e8fb542e)
- Rebuild files for deploy [`9e2cc8a`](https://github.com/fomantic/Fomantic-UI/commit/9e2cc8aebd2342b4ce681793d854dbd0d7f38f48)
- Removes popup from unit tests [`0aa7de2`](https://github.com/fomantic/Fomantic-UI/commit/0aa7de2515f3d0e16c728cd2788cc7667a7207f5)
- Iteration on auto release notes etc [`57171fa`](https://github.com/fomantic/Fomantic-UI/commit/57171fa9f13ffcb417d60dabee16de09d68ddb89)
- Improves vertical padding alignment on inputs, fixes bugs with descendors being cut off [`a784c62`](https://github.com/fomantic/Fomantic-UI/commit/a784c62a464a8b5fdc4ac590e2e87d90c5111cb0)
- Dropdown now uses a loading class to calculate scroll position for active element before showing [`f9d3e54`](https://github.com/fomantic/Fomantic-UI/commit/f9d3e54fc1150cc6a0e4ef05989ad059c3280c86)
- Fixes to popup styles, removing includeMargin from popup settings, docs popup update [`aa29585`](https://github.com/fomantic/Fomantic-UI/commit/aa2958562f62d85fd5f1778ec130ccb66b6c1f28)
- Steps will appear correctly even if each step is a different height #1579 [`80e5495`](https://github.com/fomantic/Fomantic-UI/commit/80e5495d27d90fda9e25b30fbab868cd36bc85f5)
- Adds CSS opacity animations when available #1558. [`9375b1f`](https://github.com/fomantic/Fomantic-UI/commit/9375b1f19f3abb710dca81de6f0297e2b85d17cf)
- Lists use rem for internal spacing (avoid overly padded out lists on large sizes) [`66ad886`](https://github.com/fomantic/Fomantic-UI/commit/66ad886b2c46a3b9e05bbd27a73bcb2b420888f9)
- added package.js files into components repos [`a49bbc3`](https://github.com/fomantic/Fomantic-UI/commit/a49bbc393f22072359ff355e19888f8b10502fac)
-#1252 Add fix for IE not obeying transform context [`753c587`](https://github.com/fomantic/Fomantic-UI/commit/753c587311c1f965c0d87377b6856ecc354e2a86)
- move grid variables into global [`181fd64`](https://github.com/fomantic/Fomantic-UI/commit/181fd64be5295ba1b70b655c9b4eec758f2f8944)
- Adds dimmer settings #1472, refactors init to use new behavior create dimmer [`1edd7e3`](https://github.com/fomantic/Fomantic-UI/commit/1edd7e3a17ed6663f3f5316d8627219dcdee39cc)
- Fix header font inheritance again. [`c3bc2c4`](https://github.com/fomantic/Fomantic-UI/commit/c3bc2c4c6c50314bc66df2697851555d49066d19)
- Remove queuing from modal animations, allow clicks on dimmer to close modal even while showing [`5860d65`](https://github.com/fomantic/Fomantic-UI/commit/5860d65fc24ecdc190e74e4bfdffa8a0fcd8cb2a)
- Add hovered pressed text colors, and replace selected text color, makes easier global theming [`64190b6`](https://github.com/fomantic/Fomantic-UI/commit/64190b678b8c8ebc7eeca66b0f430065e53579c9)
- Modal/dimmer now correctly handle several simultaneous animation conditions, showing while hiding, hiding others while showing, etc. Animations now use failsafe to avoid animationend race-conditions with webkit, and the same duration #1417#1432 [`51cf4f5`](https://github.com/fomantic/Fomantic-UI/commit/51cf4f5b5888c290446000a2c36da2399fe41c36)
- Fixes issue mentioned by @gabormeszoly#1363 [`1aa8dc1`](https://github.com/fomantic/Fomantic-UI/commit/1aa8dc1598cfe3f64246f7fb6d93b71816d4a34c)
- Updates to API [`40b11b8`](https://github.com/fomantic/Fomantic-UI/commit/40b11b85a223410af09afcb2da97dff4065fa6bf)
- Adds #407, right ribbon label [`164dfb9`](https://github.com/fomantic/Fomantic-UI/commit/164dfb97ca2a3ba62c93391aded45e6d6209510e)
- Adds variables for indicating progress bar [`7976beb`](https://github.com/fomantic/Fomantic-UI/commit/7976beb061491abe0779d85ec67186ba5b428b1a)
- Fix toggle variables, adjustments to theme [`f6a994a`](https://github.com/fomantic/Fomantic-UI/commit/f6a994a288e4e38768d476a517e66886dcd58d31)
- Fix inverted popup headers, working through bugs with multiple popups [`5631dc5`](https://github.com/fomantic/Fomantic-UI/commit/5631dc585fa030b88da953ffca7390736c054b46)
- simple test files to ship a css pacakge with all UI [`761cc4f`](https://github.com/fomantic/Fomantic-UI/commit/761cc4f19b2d4eab63896577dd90d84e04ce32c6)
-#1380#1138 Adds better event binding to dimmer for multiple open modals [`6e0fa16`](https://github.com/fomantic/Fomantic-UI/commit/6e0fa165e4899f43398ccda9223b55b695a94ed0)
- Adds global border radius value [`bd12f1c`](https://github.com/fomantic/Fomantic-UI/commit/bd12f1ce497385199bbda05295dd9e20c6a59a17)
- Additional bug fixes and animation tweaks [`f689260`](https://github.com/fomantic/Fomantic-UI/commit/f6892602ff9e5c281974e5acfb2e31c05c258ba4)
- Adds escaped values to search module, fixes extra blank function in popup.js [`161cb7e`](https://github.com/fomantic/Fomantic-UI/commit/161cb7e9183233f43f81838bc9170f24983ef537)
- Move file permission to a setting #1574 [`347a791`](https://github.com/fomantic/Fomantic-UI/commit/347a79104740912f3122b537fb5f83dd910f7994)
- Cherry pick locked down package.json [`201f724`](https://github.com/fomantic/Fomantic-UI/commit/201f724db439d239ef8fa741848540aabe212204)
- Pin dev versions in package.json #1275 [`82ea119`](https://github.com/fomantic/Fomantic-UI/commit/82ea119a583693a8a483a4e7baa8d16be4078933)
- Iteration on list variables [`4f45153`](https://github.com/fomantic/Fomantic-UI/commit/4f4515337d32124a5b54812a24d6a41490632a67)
- Finished modifications to dropdown error states for form/dropdown [`295e225`](https://github.com/fomantic/Fomantic-UI/commit/295e225ae4454c5965184d6de9aae33ead29bfb0)
- Adds input variations for inverted/ css loading [`ce56a5d`](https://github.com/fomantic/Fomantic-UI/commit/ce56a5db7b38657601faa0358f6bdc499c4c7bee)
- Fix issue with creating new repo when adding ui [`7799a80`](https://github.com/fomantic/Fomantic-UI/commit/7799a8085f930a14543b70860c09b9b9249d7706)
- Fixes for icon message, button shadows, adds Lato as default font for docs only [`5f3f44d`](https://github.com/fomantic/Fomantic-UI/commit/5f3f44d05681613f0b24eeca792b843c161c395d)
- Fix issues with fonts on button theming, add bootstrap3 button theme [`0dc157f`](https://github.com/fomantic/Fomantic-UI/commit/0dc157f079fcc7e20f2b804b015b04ff6d1f6115)
- Add variables for zindex and transition for labels [`5787458`](https://github.com/fomantic/Fomantic-UI/commit/578745871969c86bf97a9740b956d039e7923fcd)
- (X) wide buttons no longer need to specify 'fluid' [`87da37b`](https://github.com/fomantic/Fomantic-UI/commit/87da37b1416016dca1d58e4d6fb6d127f90b8e2b)
- Stopping point for night [`074cb71`](https://github.com/fomantic/Fomantic-UI/commit/074cb71a795d2375768eee6089fdb52b7ec22505)
- Updates to allow commit authors in releases [`32ebc68`](https://github.com/fomantic/Fomantic-UI/commit/32ebc6862b1b867fc88c1044be722a4602d8591a)
- Adds #1575 Sizing always evaluates to exact pixel values as a ratio of @emSize [`2596dd7`](https://github.com/fomantic/Fomantic-UI/commit/2596dd71b2a9f4113a8397d97f858e95b7a8f64f)
- Adds accordion animateChild option (defaults to true) related to #1558. [`80c7db0`](https://github.com/fomantic/Fomantic-UI/commit/80c7db058d7091f3b344a8b8ebd0d147ebcdace2)
- Update global emotive colors, fix segment attachment again [`88e53b1`](https://github.com/fomantic/Fomantic-UI/commit/88e53b1b8106bff7ca4ab06f58ab76694427dea6)
- Step: Adds vertical variation to step [`cd2a7d1`](https://github.com/fomantic/Fomantic-UI/commit/cd2a7d16962f8e19feddd32db46c7ca35febb2b4)
- Updates semantic.config example to use latest version [`a6d5902`](https://github.com/fomantic/Fomantic-UI/commit/a6d59024e8b4ab1ba9ba6ffa9afe07c1ad024658)
- Vertical list sizes are now relative [`6339d6c`](https://github.com/fomantic/Fomantic-UI/commit/6339d6cd7e5ce99f5900c4d042cda6a73cebc3d5)
- Add new features for mobile sidebar, fix issues with gulpfile breaking on js changes [`58c50fd`](https://github.com/fomantic/Fomantic-UI/commit/58c50fdbc37e8f87f7af788434b1c9ffe6b4ca16)
- Fix issue with layering [`35f7a14`](https://github.com/fomantic/Fomantic-UI/commit/35f7a14ca6e45208ac56e22132f20a33fe67971b)
- Refix the transition fix, bobo mistake [`f123839`](https://github.com/fomantic/Fomantic-UI/commit/f1238398c07ec0321acba3fc3d4436644a2a7465)
- Trying to sync animations between multiple [`a0042a5`](https://github.com/fomantic/Fomantic-UI/commit/a0042a5630decd6a75d953c57e37073f97744a67)
- Adds chrome prefixes for pulsar [`bf0796b`](https://github.com/fomantic/Fomantic-UI/commit/bf0796b693dcfe45b54f9177e344098efb65a87d)
- Fix issue with visiblity events refiring when once is true [`b8fe9d6`](https://github.com/fomantic/Fomantic-UI/commit/b8fe9d63dbb890fc5a4c03e1c968d03471601b78)
- Rebuild dist for 1.0 [`c291f4e`](https://github.com/fomantic/Fomantic-UI/commit/c291f4eb3bb117dbf7d2edab5d9d36d064311278)
- Fix issue with modal double showing in chrome [`2324709`](https://github.com/fomantic/Fomantic-UI/commit/232470981e172a075d76251b04d9ea9ace1d8095)
- Popup/dropdown now add debug settings to transition [`bb7ec25`](https://github.com/fomantic/Fomantic-UI/commit/bb7ec259dd687f8e7e911df14479780c7c46dcef)
- Adds #707 pop hideOnScroll setting [`73b60bc`](https://github.com/fomantic/Fomantic-UI/commit/73b60bcc3b8f9ea77019364d0a3d669a337fa41c)
- Shape: Adds feature to not show side if currently active [`5377892`](https://github.com/fomantic/Fomantic-UI/commit/5377892a73b6753ffab3381e574eb49af7b18ccb)
- Consolidate styling for UUID across modules [`9170fad`](https://github.com/fomantic/Fomantic-UI/commit/9170fad1bd6e1e91c3a78aa391fe8516a32e8aee)
- Add max height only to select dropdown, max-height breaks overflow for menus inside menus [`334e46c`](https://github.com/fomantic/Fomantic-UI/commit/334e46c6f9073229a67fd136ad39d54fce977340)
- Remove manual offsets for vertically centered buttons, instead use absolute positioning on icon [`609396e`](https://github.com/fomantic/Fomantic-UI/commit/609396eefe2af693ff872df798ba944ac80a5a2a)
- Iterating on install [`3a8cffb`](https://github.com/fomantic/Fomantic-UI/commit/3a8cffba8a3e1ddfca86d1a07bf8e9005b16dc6b)
- Add enhancements to popup [`fd809a1`](https://github.com/fomantic/Fomantic-UI/commit/fd809a133996f738bf225a6baf02e8d4aa77f9d0)
- Adds progress bar sizes [`97dcc76`](https://github.com/fomantic/Fomantic-UI/commit/97dcc76a0032cf51c4ff8af9a151aa3de9752169)
- Fix dropdown missing some namespaced events, fixes positive/negative/error on table to use site.variables, adds method to auto add tabindex in checkbox [`f1056cb`](https://github.com/fomantic/Fomantic-UI/commit/f1056cbfa0b9948539222a1d4b0c5676c3b37388)
- Fix for API time logging [`20357f4`](https://github.com/fomantic/Fomantic-UI/commit/20357f43e6e80890fa026fa8a2d56748f5ba8f3c)
- Adds category selection with sub-menus #1522 [`199d627`](https://github.com/fomantic/Fomantic-UI/commit/199d627066cd83a2a9f639328932e4d3c08c9625)
- Add components example to semantic.json.example [`6455fce`](https://github.com/fomantic/Fomantic-UI/commit/6455fce0930d012986e9da38b3cad7931af14d6c)
- Fix module example text, fix ascending/descending arrows for sortable table [`66f7b72`](https://github.com/fomantic/Fomantic-UI/commit/66f7b724dcc3166dae36b5761397e175f77883d9)
- Porting over $.proxy to native call for performance [`ba6d251`](https://github.com/fomantic/Fomantic-UI/commit/ba6d2514107ac460222580e8ae6f5d2fb9ae02c1)
- Move out theme loader from theme.config, use separate include [`99c80e3`](https://github.com/fomantic/Fomantic-UI/commit/99c80e3ca1b964f1cbbf3639f92c65f05fd9213d)
- Fix some formatting in release task [`3d4610d`](https://github.com/fomantic/Fomantic-UI/commit/3d4610d57346d0467e615733b0754ae82ed8d40e)
- Adds docs for divider [`bd1e0df`](https://github.com/fomantic/Fomantic-UI/commit/bd1e0dfdb5e6631cdb332a5584781a71439f5409)
- Modify some ui descriptions, fix container max-height and spacing [`fc75c80`](https://github.com/fomantic/Fomantic-UI/commit/fc75c809bba75fcc975d468a23559d853827f66a)
- Resolved issues with inputs sizes not matching up due to line-height, several other fixes [`ae89c3b`](https://github.com/fomantic/Fomantic-UI/commit/ae89c3b874eda2326112d73851af35ed08e61e15)
- Fixes modal variables for background color, border. Fixes missing background on modal actions, makes border radius more consistent for different content arrangements [`0e7202b`](https://github.com/fomantic/Fomantic-UI/commit/0e7202b57ad954598c20c1d04311a03175cce0fc)
- Simplify logic with parent context [`d1c47df`](https://github.com/fomantic/Fomantic-UI/commit/d1c47dfa57ebbdd20db74dc586473cd330f6308b)
- Fixes finally checkbox/radio alignment, swaps to using transform for radio checkbox circle [`361a37c`](https://github.com/fomantic/Fomantic-UI/commit/361a37c45570115ae02cea91ee1400118538b214)
- Tinkering with stackable grid [`87c3836`](https://github.com/fomantic/Fomantic-UI/commit/87c38362ef587827c751b220b2ea8006027dc59c)
- Removes awful background animation on sidebar, removes lato from src files [`2b1d585`](https://github.com/fomantic/Fomantic-UI/commit/2b1d585671ad2be95a73fe08dfd11512bfbddc18)
- Updates sticky module, search module is now css variabalized [`3680489`](https://github.com/fomantic/Fomantic-UI/commit/36804897f8bb24c5e8dbf03547cc0334b0f6ae1e)
- Update theme.config to include import directives in separate file [`8d878b6`](https://github.com/fomantic/Fomantic-UI/commit/8d878b64f410ed8a386b04e8d1f260487227147f)
- Add back in email newsletter link [`95881c2`](https://github.com/fomantic/Fomantic-UI/commit/95881c2f0b4474a4087a2441e614f86f6d45fa48)
- Adds responsive breakpoints for dropdown menu height [`29f79ee`](https://github.com/fomantic/Fomantic-UI/commit/29f79ee24d90703e308d5a61a96ad56debaf56b3)
- Adds flag element, adds bordered image variation [`85309d5`](https://github.com/fomantic/Fomantic-UI/commit/85309d5599f84f2f7dd926742a41b6ae3bac4e5c)
- Additional fixes for #649 with multiple sidebars [`9de6cc1`](https://github.com/fomantic/Fomantic-UI/commit/9de6cc1c9c037e53eb2c7ffd0c6c343d80eea9ed)
- WIP transition fixes for detection [`53584d8`](https://github.com/fomantic/Fomantic-UI/commit/53584d83be896ad434fb879f47b99bfe55afdc2f)
- Further sidebar optimizations for mobile [`efac55c`](https://github.com/fomantic/Fomantic-UI/commit/efac55c23cc2724f17f6335b47e0ebfcad1bfea8)
- Fix related to #1495, stackable equal height grid wrong width, add padding to divided stackable grid [`24e0332`](https://github.com/fomantic/Fomantic-UI/commit/24e03320d19d1be689781a0c44c5f16964ec3183)
- assets inside pacakge.js for flag and icon [`33d4cba`](https://github.com/fomantic/Fomantic-UI/commit/33d4cbaf5f363afa1c0c717d0b9ba1a673edb48d)
- Fixes for grouped/inline form label sizes [`a6975a9`](https://github.com/fomantic/Fomantic-UI/commit/a6975a9ee2748ea68462010d88706471a7a81a22)
- Reordering button.variables for legibility [`5e70c1e`](https://github.com/fomantic/Fomantic-UI/commit/5e70c1e2901d7bb6ce1bb84a12298609336baf25)
- Adds border color to ui rating [`2b38956`](https://github.com/fomantic/Fomantic-UI/commit/2b3895666fb3e8d05fafe20403ea3661e280b356)
- Adds light styling to table headers [`6e7d658`](https://github.com/fomantic/Fomantic-UI/commit/6e7d658801bbd6a521eed63f816fe5a5f86bee39)
- Make examples slightly less crappy [`e3822fb`](https://github.com/fomantic/Fomantic-UI/commit/e3822fb7b93d216d342021bda85120887d1502cf)
- Add variables for largest screen size, instead of using breakpoint minus 1pixel [`37be648`](https://github.com/fomantic/Fomantic-UI/commit/37be648e81cf079a4fa0ce57490f33bc07e61782)
- Fix build error in minified css causing doc menus not to appear [`0521467`](https://github.com/fomantic/Fomantic-UI/commit/05214676cf621b85c27c8545667ec65be1347dbf)
- Swap all proxy calls in dropdown [`01fa4fd`](https://github.com/fomantic/Fomantic-UI/commit/01fa4fd8b6979ed621ba3f393b95a116287a850f)
- Update single component readme template [`5eddf50`](https://github.com/fomantic/Fomantic-UI/commit/5eddf509ee3825574a20bd2496b34f6bc741cf43)
- Dropdown: adds compact variation, fixes for specificity on text selector, and better formatting for sub-menus [`80d1c4d`](https://github.com/fomantic/Fomantic-UI/commit/80d1c4dbce79e20935116951f8c75137dced1f8f)
- Add missing override for card [`f84e97d`](https://github.com/fomantic/Fomantic-UI/commit/f84e97d5e6fb1fe1a44046b94e45829a3e70be9e)
- Add sizing variation for visible sidebars [`0916a63`](https://github.com/fomantic/Fomantic-UI/commit/0916a63c4277e056923d985222a033584d3aa0bb)
- Adds #1503, adds sortSelect option, fixes select to preserve original value order by default [`ce07403`](https://github.com/fomantic/Fomantic-UI/commit/ce0740358050024d9576fa56e1c5bceaf0a074fb)
- Fixes some layout issues with homepage [`2bc0a20`](https://github.com/fomantic/Fomantic-UI/commit/2bc0a2042d8046ce5d1eedcfdb0e9b3c03fda0fb)
- Continued work on sidebar fixes, menu some other stuff [`3434ac8`](https://github.com/fomantic/Fomantic-UI/commit/3434ac83dd1b723d82d76d23fb8a86a76fff6cf2)
- Fix issue with search dropdown not working on menu click [`77e19fe`](https://github.com/fomantic/Fomantic-UI/commit/77e19fe64b89ff3de694294542b04bcba187b24c)
- Add defaults as backup for tasks when not set-up yet [`3645905`](https://github.com/fomantic/Fomantic-UI/commit/3645905f12394b21bb78c1b55c417e182e33c7c4)
- Fix grid example [`92073b6`](https://github.com/fomantic/Fomantic-UI/commit/92073b65207182ecd616b0564061e8950e5690d3)
- Several more fixes to formatting of standard response [`0f911e1`](https://github.com/fomantic/Fomantic-UI/commit/0f911e16d00d87316f8d6b41a80517ef4bde4689)
- Fix fixed menu stuttering issue [`b30a87f`](https://github.com/fomantic/Fomantic-UI/commit/b30a87f35a155e3ebb09c15ff245aa6009c41681)
- Adds bottom offset value for sticky, zindex [`4790ce1`](https://github.com/fomantic/Fomantic-UI/commit/4790ce1cae646f6a055646de6c43a7f8240d1668)
- Add allowtab setting, to enable/disable dropdown tabbing [`2277085`](https://github.com/fomantic/Fomantic-UI/commit/2277085fcd75e5d48bf1b4075882a38c62659ea7)
- Allow statistic label to be either on top or bottom [`4dea9ff`](https://github.com/fomantic/Fomantic-UI/commit/4dea9ffaa3fecb3413b52dee502f466cce7c0b98)
- Fixes tab history to work correctly when multiple tab elements must use same history event. Adds tab documentation back into docs [`fd9e766`](https://github.com/fomantic/Fomantic-UI/commit/fd9e766c377be13d304cba51615df29d9a8e84d6)
- Messages no longer use REM, inputs use standard error colors [`1ee8007`](https://github.com/fomantic/Fomantic-UI/commit/1ee80073562ca20e2d7b7bd2045fa9a91884cc2e)
- Adds #1429, dropdown menu left/right position [`826db9f`](https://github.com/fomantic/Fomantic-UI/commit/826db9f18471fc3530fd3607b8d4d070931b8272)
- Config now extends defaults instead of replacing [`c6e11b5`](https://github.com/fomantic/Fomantic-UI/commit/c6e11b5e8030c5491dbea700fa411fe6f4bdf99b)
- Adds grid pairing with divider/other content [`d24a58d`](https://github.com/fomantic/Fomantic-UI/commit/d24a58d67954096e186bcb49ef20987dcd4785ab)
- RTL support for popup/sidebar [`cd13127`](https://github.com/fomantic/Fomantic-UI/commit/cd13127ccbd19eedb67a62b16ff90ecf3b7df0b6)
- Fix related to #1199, issue with using scrollbar causing dropdown to close [`c4635a7`](https://github.com/fomantic/Fomantic-UI/commit/c4635a741ee51a7efbb95e11edc2906224470e9b)
- Dropdown: Adds strict type checking as an option for form selection, allowing for better handling of data-value=0, value='' and other ambiguous values [`565e0a0`](https://github.com/fomantic/Fomantic-UI/commit/565e0a075a61bb988d3004ba852a9d8838400d7e)
- Google theme is now material, updates fadeup/down scale transitions to not be relative to size of element. Now specified in rem [`496eb98`](https://github.com/fomantic/Fomantic-UI/commit/496eb988be68d1f3071c4d6ca2d45cfb933300fa)
- Fix errored dropdown styles inside forms [`1d5b258`](https://github.com/fomantic/Fomantic-UI/commit/1d5b25821b56959f3ed102e78a481c7aebfdd7de)
- Fix bottom attached buttons on card margin [`be5786d`](https://github.com/fomantic/Fomantic-UI/commit/be5786d3969fd2c557ef389e8d5b4f85f484c294)
- Add integer range validation to form #997 [`d380502`](https://github.com/fomantic/Fomantic-UI/commit/d38050270b1120589d8d062f9aa096852185798a)
- Fixes doubling grid to be wider in most instances for columns, fixes menu inputs in vertical menu [`d78e6d5`](https://github.com/fomantic/Fomantic-UI/commit/d78e6d5414c03af475d8d5b353600591adb07ef0)
- Fix glob matching patterns for concat css [`ab393b3`](https://github.com/fomantic/Fomantic-UI/commit/ab393b3b825835bdca5fc0c82a011b92962be94d)
- Update some global colors for messages [`1978baf`](https://github.com/fomantic/Fomantic-UI/commit/1978baf5aafa716f0c2ef02033292f52d1cf7031)
- Updates to standard list style [`316f008`](https://github.com/fomantic/Fomantic-UI/commit/316f008e80e278e1e21b3417ab7bfb50b06a77f3)
- Remove $.proxy calls from visibility and accordion [`be617da`](https://github.com/fomantic/Fomantic-UI/commit/be617dacd352bf9b27ec44492b0e5f9c88de8b5f)
- Fix target of child animate [`fbce1f1`](https://github.com/fomantic/Fomantic-UI/commit/fbce1f1c7c6f6a5f84c5d9bb123410f843b3c948)
- Corrections for submenu show while animating hide #1288, adjustments to failsafe [`f16131b`](https://github.com/fomantic/Fomantic-UI/commit/f16131b85b6340b6dbf9bd2eb2892e27dfd064fa)
- List: bulleted/ordered now display correctly centered, reduced ordered list indent on sub-list [`dc7e403`](https://github.com/fomantic/Fomantic-UI/commit/dc7e4030138cc2e3447dd93f0dd11d5c5c71eca1)
- Fixes issue with step theme overrides for some reason being in wrong file completely [`53b2f04`](https://github.com/fomantic/Fomantic-UI/commit/53b2f04e1e1d97133c09ec13fbbea26ab4f9a468)
- Messing with gulpfile [`c25fbcf`](https://github.com/fomantic/Fomantic-UI/commit/c25fbcf5a0e1f5312f017dd3f683a92dbe442788)
- Make label sizes resolve to full pixels [`b13e0ca`](https://github.com/fomantic/Fomantic-UI/commit/b13e0ca205193dec56320c23a457a0f068bdf9ca)
- Adds #316 default select stylings now included in form [`ecc4d1e`](https://github.com/fomantic/Fomantic-UI/commit/ecc4d1ed271e0fd77151a6419fac0566241c23e1)
- Fixes inverted divider color css specificity, fixes bug in vertical divider [`05e7b32`](https://github.com/fomantic/Fomantic-UI/commit/05e7b323e5ebe3eef44f20e4a6092918e96c671a)
- Fix some popup examples [`9e5aacd`](https://github.com/fomantic/Fomantic-UI/commit/9e5aacd02536aa825c00bdb1fbca80fd2c3bf90c)
- Add continuous/once parameter to visibility api [`8aa1926`](https://github.com/fomantic/Fomantic-UI/commit/8aa1926f04551b637fb1a3d4fdd59cf822fa26eb)
- Fix accordion transition in webkit to use useFailSafe [`71d8659`](https://github.com/fomantic/Fomantic-UI/commit/71d8659758b426c8e90c192f2c0bc601600c8464)
- Update all misuses of regexp test [`cd9f4f9`](https://github.com/fomantic/Fomantic-UI/commit/cd9f4f9e58992930e52d5d77440961c21a5f71cd)
- Adds fitted list variation [`f76e297`](https://github.com/fomantic/Fomantic-UI/commit/f76e2974c58d4df3947d3d25c0c2ec67f2cc2c2e)
-#1495, stackable grid no longer uses negative margins. [`bac826a`](https://github.com/fomantic/Fomantic-UI/commit/bac826a5a2e55b20acf2ce9e218221ffc0b9c4c8)
- Adding debug statements to detachable #1472 [`a1b2733`](https://github.com/fomantic/Fomantic-UI/commit/a1b273300acb9cb8b6d3f59e4d5750baa06c72c7)
- Fixes issue in #1344, gulp watch causes error when adjusting theme.config [`e2adad8`](https://github.com/fomantic/Fomantic-UI/commit/e2adad8147362bbac61751af8dcfb1fcd8ed374e)
-#1425 adds svg to all image variations [`d912d06`](https://github.com/fomantic/Fomantic-UI/commit/d912d06eeb2fe298220f9baa11f9f441877cd6ab)
- Header/button inherits fonts from global instead of redefining inside def [`32cfe8a`](https://github.com/fomantic/Fomantic-UI/commit/32cfe8a85a429cd7a86457cb2ab2dcc4fb89c691)
- Fix issue with animations sometimes sticking due to restore conditions [`ec249ad`](https://github.com/fomantic/Fomantic-UI/commit/ec249ad00a56bf5a5a585ca12120dd9852b21029)
- Organizing some settings objects [`ef0945f`](https://github.com/fomantic/Fomantic-UI/commit/ef0945fe4e1b1d1d04c786a140910f3808bd1d35)
- Fixes to visit and visibility [`9a37e7c`](https://github.com/fomantic/Fomantic-UI/commit/9a37e7cd9fac0dd0da9cc7ce20e9d07335c9d078)
- Remove $.proxy calls from popup [`122a0e7`](https://github.com/fomantic/Fomantic-UI/commit/122a0e768444f784e3047fb00e15cc37b1a06c09)
- Revert transition changes, causes overlap issues in some animations like popup. [`60e1fa1`](https://github.com/fomantic/Fomantic-UI/commit/60e1fa13d06234ff2a7f9e7fdc78b5b437b3631b)
- Adds further fixes for lists inside menu, adds nested grid coupling with popup [`126ecf5`](https://github.com/fomantic/Fomantic-UI/commit/126ecf5598eab1371de44071dc0164cbbf0ba04a)
- Adjust card default theme, move github theme to classic, makes more sense [`f3f1ab8`](https://github.com/fomantic/Fomantic-UI/commit/f3f1ab82d052a56303a82fbea04dba9bafe855f5)
- Modify fade up/down to be % based [`7a314d1`](https://github.com/fomantic/Fomantic-UI/commit/7a314d197c986a5bc73315dc3e8d7682ad7f5d4f)
- Update release notes for 1.x [`65f5791`](https://github.com/fomantic/Fomantic-UI/commit/65f5791690d62b13ebf984862a4b2f81c77c4cd0)
- Fix issue #1569#1564#1560 - Popup issues in 1.5.x [`625ef8f`](https://github.com/fomantic/Fomantic-UI/commit/625ef8ffc06ba7b21f083728930e0a8d8f1d44a7)
- Fixes required form checkbox [`8cbaa0f`](https://github.com/fomantic/Fomantic-UI/commit/8cbaa0f63ab4925a51fcc8e7b92da6983e5d2cd5)
- Backport fix to message from 0.x.x [`874f4cf`](https://github.com/fomantic/Fomantic-UI/commit/874f4cfe840e6d8129c438f030134ea6cbb58acd)
- Fixes for reveal [`07b801c`](https://github.com/fomantic/Fomantic-UI/commit/07b801cfb3e8893596e6be7def297769b1efce46)
- Fix missing variables in input, updates bower.json [`c1a44b5`](https://github.com/fomantic/Fomantic-UI/commit/c1a44b5a5c54a63970d123ce8613acec3c88ff39)
- Fix typo referring to gulp, add error for missing semantic.json [`168437c`](https://github.com/fomantic/Fomantic-UI/commit/168437c0b0cdb01cc8d788b92415b31736f45500)
- Update language dropdown [`7200be6`](https://github.com/fomantic/Fomantic-UI/commit/7200be604aa42f3f8d6658bc513d82a9c7de7d6e)
- Add requestanimationframe to shape [`0267dee`](https://github.com/fomantic/Fomantic-UI/commit/0267dee0d3148a75a973b07da24266841da48fe5)
- Fix transition duration in ui input to use site defaults [`0c3f5f4`](https://github.com/fomantic/Fomantic-UI/commit/0c3f5f4405da71200cc1c7df20dc4c36f4ee61f2)
-#1273, loosen strictness of floats in list. Require word order, stat, header, list [`b59ac59`](https://github.com/fomantic/Fomantic-UI/commit/b59ac593b89136504ca24653615620ad83e0e68c)
- Sidebar: swaps to single RequestAnimationFrame, updates release notes [`e97582c`](https://github.com/fomantic/Fomantic-UI/commit/e97582c588507a1147b712c4c12cd2c2b3a3e67c)
- Iterating on gulpfile [`fc2b545`](https://github.com/fomantic/Fomantic-UI/commit/fc2b545f361c69631b46261f71051d9290168749)
- Increase contrast on rating icons, hitbox on heart, remove console log [`f600977`](https://github.com/fomantic/Fomantic-UI/commit/f6009776edb4fdbb5c0c8e0213bcbde64764f3cf)
- Darkens global blacks [`ad13b92`](https://github.com/fomantic/Fomantic-UI/commit/ad13b92d25750f1ca748cfb5065e4feda1e2a2b4)
- Fix accordion menu formatting [`1eeb0c2`](https://github.com/fomantic/Fomantic-UI/commit/1eeb0c28409f541fbfe322d6f4bac264351ae917)
- Removes debug from behaviors, adds new visit behavior [`5f90a01`](https://github.com/fomantic/Fomantic-UI/commit/5f90a01da42eac423149500e8ad1bd1958c8f7ea)
- Remove proxy calls from tab and visit [`87a11d6`](https://github.com/fomantic/Fomantic-UI/commit/87a11d6772909af55151bc98ab11820da199ef55)
- Ad test advertisement [`77ab04e`](https://github.com/fomantic/Fomantic-UI/commit/77ab04e05100fa5cf970c28119de067a1b71a878)
- Some more doc fixes woo [`a253b0d`](https://github.com/fomantic/Fomantic-UI/commit/a253b0d348e9e242c7c884b2104ddce8b40f9e12)
- Make stackable/mobile page grids use same gutter width as columns [`275eed5`](https://github.com/fomantic/Fomantic-UI/commit/275eed5d96b515d1b6f3284c7345a02d9e805f48)
- Fix flag collision with ui flag, fix attached label borders [`5d7459b`](https://github.com/fomantic/Fomantic-UI/commit/5d7459b5e5df2516494a062425cf015c28155a5f)
- Adds support for legacy/new complete/success/failure callbacks [`88c6861`](https://github.com/fomantic/Fomantic-UI/commit/88c68610c2cc4aaefefd147c2d4afb380cbbc230)
- Adds alt tag to search templates, fix for sticky menus in Safari [`261d86b`](https://github.com/fomantic/Fomantic-UI/commit/261d86bc79c01e7fd2f56f38461b19c9ba971b97)
- Update popup example [`38ef225`](https://github.com/fomantic/Fomantic-UI/commit/38ef2258d3929e554264cb9bdbc851d3b3a37803)
- Add line height offset to headers [`ffb5b50`](https://github.com/fomantic/Fomantic-UI/commit/ffb5b50ee716b72967d2a78d4984d78c129a34fa)
- Fixes warning/info/circle icons to point to correct iconography [`33f0054`](https://github.com/fomantic/Fomantic-UI/commit/33f00545837895c70549547a2274ec20d79a6803)
- Fix table active hover color, fix top/botom margins [`3c0931b`](https://github.com/fomantic/Fomantic-UI/commit/3c0931b95beea160b36b3f74af752a5b336878f7)
- Use grunt-newer to quickly package and minify modified watched files [`0d19a18`](https://github.com/fomantic/Fomantic-UI/commit/0d19a1890ba16b9fd0fee4c569bbd6e1d94b752c)
- Fix valign of icon message [`93aa4b9`](https://github.com/fomantic/Fomantic-UI/commit/93aa4b9a1a2f1647b56330fda1a6a24ca274efb7)
- Remove proxy calls from API, update release notes [`f08a6c0`](https://github.com/fomantic/Fomantic-UI/commit/f08a6c06f9d4becf3289767b1710b2a4b7c08f1b)
- Fixes bug in modal hide, dimmer not hiding [`042e6c9`](https://github.com/fomantic/Fomantic-UI/commit/042e6c93cc13b11a7b148a14fa8b35e9864d92b5)
- Modal should clear screen height, updates release notes [`6db67c4`](https://github.com/fomantic/Fomantic-UI/commit/6db67c42d8f5879020c28a4b7362496b224a11d4)
- Fix bug in shape when passing jq object [`a4b6a79`](https://github.com/fomantic/Fomantic-UI/commit/a4b6a798ce5117f24ca7008274a62022e9043307)
- Fix package.json to point to 1.0 branch [`81df5ab`](https://github.com/fomantic/Fomantic-UI/commit/81df5abb1494d929e819e1e28916bca05cdbd660)
- Fix label to use rem [`e5a64dc`](https://github.com/fomantic/Fomantic-UI/commit/e5a64dcad19414fdaea83cfa9a84c611526c41aa)
- API Styles moved over from broken git repo [`9a0ba72`](https://github.com/fomantic/Fomantic-UI/commit/9a0ba7275061013b73b010f94b242314e24468ca)
- Fix hoverable on inline content [`e085804`](https://github.com/fomantic/Fomantic-UI/commit/e08580498d03935758e95bac29ac84fa6bf071b2)
- Move some variables over to bordercolor [`672413d`](https://github.com/fomantic/Fomantic-UI/commit/672413dfa24b6eb7069449e24d6e072a49cb3e37)
- Add relaxed/very-relaxed versions of celled grid [`c0bc6a1`](https://github.com/fomantic/Fomantic-UI/commit/c0bc6a16971da5ffff41d2a5beab76679b241706)
- rebuild for deploy [`3eca9e2`](https://github.com/fomantic/Fomantic-UI/commit/3eca9e2d40cdf01ce55172200fee574bc152fdd0)
- Definitively fixes weird circular issues with radio checkboxes, fixes label alignment [`52d93fd`](https://github.com/fomantic/Fomantic-UI/commit/52d93fdd15f27b45e0498328742bf9ded14212b8)
- Adds success message on form, grid fix for max-width on table-cell [`5c1ca30`](https://github.com/fomantic/Fomantic-UI/commit/5c1ca30891bb5804d387453f3ce958b14774a5f4)
- Labels now work inside attached segment [`48193f3`](https://github.com/fomantic/Fomantic-UI/commit/48193f37c2a017edc016a90796d8dddce920cd90)
- Fix responsive sizing of definition table #1428 [`cf5e4b4`](https://github.com/fomantic/Fomantic-UI/commit/cf5e4b4da25d3a7ec284738bf328353f0f0f6bff)
- Update material defaults [`a2cd01e`](https://github.com/fomantic/Fomantic-UI/commit/a2cd01e2cdadad49584c69396a3702442eb7fa03)
- Sort out global variables to be in intuitive order and match definition, move font loading to theme.config (this means users might need to re-install) [`37202a5`](https://github.com/fomantic/Fomantic-UI/commit/37202a56a221854f828732e31f1fae339e9ffd2f)
- Remove paragraph font size, not necessary, can cause inheritance issues [`3ef464f`](https://github.com/fomantic/Fomantic-UI/commit/3ef464fb81cd567563491a26bdd69f48fb76e73a)
- Popup: adds several new callbacks [`9f38f48`](https://github.com/fomantic/Fomantic-UI/commit/9f38f483f7998c18bb6712db061f4b18dc6f6dfb)
- Fix border-top on accordion to not be removed with wrapping div [`0ce7eca`](https://github.com/fomantic/Fomantic-UI/commit/0ce7eca5d618fd1e96e47a611b52c0c4cfa36fa9)
- Fix tiny little bug with overlay in sidebar [`0e8129f`](https://github.com/fomantic/Fomantic-UI/commit/0e8129f94938c27c84cb4c71d9bfa139cc2d2b9b)
- Add plumber back into gulp [`17c7a52`](https://github.com/fomantic/Fomantic-UI/commit/17c7a5262e9349fd298123ae6148d1baf5deffb3)
- Removes unnecessary animation checks from dimmer, now handled in transition [`ef8a8ae`](https://github.com/fomantic/Fomantic-UI/commit/ef8a8ae6f4df3c31594dbeac61c180eb1f514a8d)
- Update to google theme, fix input button alignment [`495d116`](https://github.com/fomantic/Fomantic-UI/commit/495d1162d205a28ec3fad25ca4493903ab4a3b13)
- Change default star rating to use unfilled stars instead of empty stars [`4d9cad3`](https://github.com/fomantic/Fomantic-UI/commit/4d9cad397e918d24a63cddb628c6820c1ec6c71a)
- Add auto spacing of extra content on items [`f9b632b`](https://github.com/fomantic/Fomantic-UI/commit/f9b632bcad5b8312b39f000e9c502938dd494482)
- Stackable grid now only has horizontal padding on page grids [`d817a9c`](https://github.com/fomantic/Fomantic-UI/commit/d817a9cc76b016941ffb2217d04ef5c28b961c75)
- Leet fix for #1337, checkbox now supports multi-line label [`aac00f1`](https://github.com/fomantic/Fomantic-UI/commit/aac00f123b4740cd816cb4fba0d25afaa0c773ff)
- Fixes possible issue preventing compilation when missing package.json [`d59f336`](https://github.com/fomantic/Fomantic-UI/commit/d59f3366544361572aade1fc567127c9f7c682bf)
- Form: Fixes input, dropdown, form field to have consistent sizes and 1em font [`b1ea5ca`](https://github.com/fomantic/Fomantic-UI/commit/b1ea5caa2bdf9899803949c03032ba16496d6c82)
- Add watch/build task hook for rtl task with setting #1552 [`ebda601`](https://github.com/fomantic/Fomantic-UI/commit/ebda601ab36147700c50183031aa5aae1e6f1bba)
- Fix webkit bug causing transitions not to occur due to translation of animationduration to animation shorthand [`395dfbb`](https://github.com/fomantic/Fomantic-UI/commit/395dfbbe635b83177835d38278cc2b64c9680ae9)
- Remove input blur on selection, breaks tabbing in webkit based browsers #1253 [`af1ba23`](https://github.com/fomantic/Fomantic-UI/commit/af1ba235ed1e02f80c947070daf43e6fc0bb7759)
- Fixes issue with items selecting element even if touchmove #1199 [`b1676ea`](https://github.com/fomantic/Fomantic-UI/commit/b1676eab4530485d5918a16871bba5b67feb469e)
- Adds warnings if sidebar layout has to be created on load [`a5fe508`](https://github.com/fomantic/Fomantic-UI/commit/a5fe508c57f9d8e2112eae452884b006a25c9c3b)
- Rounding some header values [`24f1367`](https://github.com/fomantic/Fomantic-UI/commit/24f136794b8c6ed47264a82e9e20da185fa2edaa)
- Iteration on searchable blur fix [`f34b952`](https://github.com/fomantic/Fomantic-UI/commit/f34b9521bb313879dd44fcc16b09f2d1bbb3522d)
- Fixes formatting on image labels, increases label font-size [`59a7b94`](https://github.com/fomantic/Fomantic-UI/commit/59a7b9411af5b23a326f7798ad1fd02d78b29cd6)
- Slight tweak to attached header padding [`dd212ac`](https://github.com/fomantic/Fomantic-UI/commit/dd212ac40815b953adc317e27d5d147b8f0222a9)
- Updates package.json to hopefully clear up dependency issues on CI [`3cd5cee`](https://github.com/fomantic/Fomantic-UI/commit/3cd5cee3273bb2821ece8fc0e0ec199106f9c6bf)
- Modal now uses requestAnimationFrame, properly detects for dimmer dependency [`71e6d3c`](https://github.com/fomantic/Fomantic-UI/commit/71e6d3c49cb5d86bc89566dd143d5865da0c30fb)
- Leaving search midway will now preserve filtered results, fixed issue with IE11 when all results filtered [`be99866`](https://github.com/fomantic/Fomantic-UI/commit/be99866ffaf40e4d46a3191fae7160a9c333382f)
- Transition hide now works correctly during an animation [`f7052b5`](https://github.com/fomantic/Fomantic-UI/commit/f7052b52fcd8a9296a776ab627c66669afe703e1)
- Expanded some list vars, content can now be top aligned #1273 [`0c4ae6c`](https://github.com/fomantic/Fomantic-UI/commit/0c4ae6c04567f7ad0e4446f009573f9b460a6a5c)
- Adds explanation in settings for delay/trigger [`5848239`](https://github.com/fomantic/Fomantic-UI/commit/5848239ebaecae62f90001a1154b0c8e0561719c)
- Make travis only email on success/failure change [`773e100`](https://github.com/fomantic/Fomantic-UI/commit/773e100a337d2dd85ab679e748cb46edcb845662)
- Remove proxy calls from state [`b7db66b`](https://github.com/fomantic/Fomantic-UI/commit/b7db66bc6400e827aece08aa224a1188b418b5f3)
- Remove proxy calls from form [`b2ccf06`](https://github.com/fomantic/Fomantic-UI/commit/b2ccf06b950b7b669d1a341fd67d329e9dea5c1d)
- Fixed menu now fixed top by default [`a11427a`](https://github.com/fomantic/Fomantic-UI/commit/a11427a43d24d0477033c236386fbf8bcc604b30)
- Fix several references to this in proxy to use variable 'element' to avoid keyword issues [`b30779e`](https://github.com/fomantic/Fomantic-UI/commit/b30779e3713907952eaf1528a50708237cb94d0a)
- Dimmer now can be clicked even before element has finished animating in, #1363 [`75b4f57`](https://github.com/fomantic/Fomantic-UI/commit/75b4f578ae9666fa8e3fbe8a2c15bfe15dc55a19)
- Adds #1396, Adds optional parameter to form validation [`b493f13`](https://github.com/fomantic/Fomantic-UI/commit/b493f1350494abaa7e7499052e8aa2f3dfde83b9)
- Fix for clickaway unbinding if clicked during animation [`a791177`](https://github.com/fomantic/Fomantic-UI/commit/a79117742426c4204d8fb0a155470626fc1b01d1)
- Remove travisCI integration until we have tests for 1.0 [`a5e8a9b`](https://github.com/fomantic/Fomantic-UI/commit/a5e8a9b8f00b987d410f1d1fffaa2a2809c9fdb7)
- rebuild dist one last time [`6ee17a7`](https://github.com/fomantic/Fomantic-UI/commit/6ee17a7988e1f2d902eb1f9f20da3747670233b1)
- Fix init issue when is undefined #1272 [`6af1ba5`](https://github.com/fomantic/Fomantic-UI/commit/6af1ba5ffa9b9d3deb2fe72af99cbefcb66a9949)
- Icon header is now back to inline-block with clearing [`0adf1f1`](https://github.com/fomantic/Fomantic-UI/commit/0adf1f10a8cd8fe10bf93eea3d1f51177d1de6d6)
- Fix debug statements in shape [`638b42b`](https://github.com/fomantic/Fomantic-UI/commit/638b42b5510bf39fbe356770afef51898f40065c)
- Fix trailing slash detection in install [`c91f962`](https://github.com/fomantic/Fomantic-UI/commit/c91f9628f281a4823adfafd37fd185a50d67aaf2)
- Fix rating example, darken default page color [`8d2b9fc`](https://github.com/fomantic/Fomantic-UI/commit/8d2b9fc829ac06290596bb4a26b136faf7aef21b)
- Remove proxy calls from dimmer [`b7b4e31`](https://github.com/fomantic/Fomantic-UI/commit/b7b4e310a15510ba2a207481a99b0ffb360c94b7)
- Padded grid no longer needs special rules for stackable #1495 [`cbe1fa0`](https://github.com/fomantic/Fomantic-UI/commit/cbe1fa0ab2be4328b1b22c64afe5a247ba95d59b)
-#1476, maintainer: watch now watches for changes in definition (regression in 0.13.0) [`ef2cfc4`](https://github.com/fomantic/Fomantic-UI/commit/ef2cfc4c3d72902c35b4dbbf833b03bbe3241a55)
- Update github links in markdown. [`c4c8396`](https://github.com/fomantic/Fomantic-UI/commit/c4c8396bb49d6866450461bb41898d06aac9d935)
-#1377 Fixes link formatting inside item to be less broad [`650a882`](https://github.com/fomantic/Fomantic-UI/commit/650a88208cf685948a7db25f44db22ade6168920)
- Fixes for full screen mobile position [`e2085ea`](https://github.com/fomantic/Fomantic-UI/commit/e2085ea17e4e02164d5015743defcac34243403d)
- Fix loading styles to descend from site.variables for buttons, add back in conditional text fixes [`838ee42`](https://github.com/fomantic/Fomantic-UI/commit/838ee42d481f8908277bbdb9b9385106e217b843)
- Fix mistaken variable in popup [`5550ba6`](https://github.com/fomantic/Fomantic-UI/commit/5550ba6e38f989755dda60dfaaf239f51521553b)
- Resolve issues with line-height in ui input [`50dcb5e`](https://github.com/fomantic/Fomantic-UI/commit/50dcb5e35d083cd4ba5f9150b158339dd4851a88)
- Move all callbacks to native js for slight performance increase [`d971ac6`](https://github.com/fomantic/Fomantic-UI/commit/d971ac6dc51b85cc3b4014eee6039ef402a85807)
- Fix transition sometimes keeping inline style unnecesarily [`30e6cb3`](https://github.com/fomantic/Fomantic-UI/commit/30e6cb3cc23c2b00334e9721fdf0dfab51adb957)
- Messages are now relative em [`befef72`](https://github.com/fomantic/Fomantic-UI/commit/befef72ebdc545ceeb887ff11e41a9b8b15fc1b2)
- Remove custom image font sizes [`672646b`](https://github.com/fomantic/Fomantic-UI/commit/672646b4505a9e76b85c7d83b2bf2c451dd5a5cd)
- Better fix for search input blur bug [`09f8ff0`](https://github.com/fomantic/Fomantic-UI/commit/09f8ff00548d2e7fafd3b9a050e9e4a73f157ce6)
- Fix ui list inside menu [`f52e2c7`](https://github.com/fomantic/Fomantic-UI/commit/f52e2c787aaf986b7984dbd0fd34073b3bf11826)
- Fix border radius on dropdowns in vertical menus [`85c73ab`](https://github.com/fomantic/Fomantic-UI/commit/85c73ab953de3449f1532fbef81f0a2e3e2e6f8f)
- Fix FF dimmer issues with preserve-3d, horizontal/vertical flip work with just perspective prop anyway [`e674afa`](https://github.com/fomantic/Fomantic-UI/commit/e674afa101c4b59aa39a5f8f2863aa64046a32f0)
- Fixes isssues with full screen modal positioning on mobile [`094a2b7`](https://github.com/fomantic/Fomantic-UI/commit/094a2b7b7fcfe9da341ffc1d0a406057e18c44f8)
-#1395, adds setting for limiting values above/below bounds [`1c3f4f0`](https://github.com/fomantic/Fomantic-UI/commit/1c3f4f0a09a99af9edb0c68d57ad987ee5cfa0e8)
- Fix bug with mobile grids that arent stackable or doubling [`773dd3a`](https://github.com/fomantic/Fomantic-UI/commit/773dd3a566cd1f9f4a02676a9474e7fcc461fac6)
- Fix top border on icon header [`ba47485`](https://github.com/fomantic/Fomantic-UI/commit/ba4748514ed541e2c17d6111c749d30089d31a8d)
- Fix labeled input in form examples [`376bb8d`](https://github.com/fomantic/Fomantic-UI/commit/376bb8d9bbc133212d0a0c3a2e87e5ec8dc7f3af)
- Fix collapsed comment state [`927b5c1`](https://github.com/fomantic/Fomantic-UI/commit/927b5c1db1cd1a99099b8a04a019cc5436cda56d)
- Adds breadcrumb less to docs [`b0fce52`](https://github.com/fomantic/Fomantic-UI/commit/b0fce52bf4174265da766578c88566c0d08804dd)
- Fixes search destroy method to remove all events [`28545c5`](https://github.com/fomantic/Fomantic-UI/commit/28545c5b99f2ce14c1a4513f95bd19fa49e1d6e4)
- Updates form variables for state [`d34034e`](https://github.com/fomantic/Fomantic-UI/commit/d34034e8139276cb644bf841316dbdb1f375999f)
- Fix fluid text menu [`281d3a4`](https://github.com/fomantic/Fomantic-UI/commit/281d3a4de25d9205089c9441b68dcb93b2293b7f)
- Fix some old comment banners pointing to wrong repo [`b5e73f7`](https://github.com/fomantic/Fomantic-UI/commit/b5e73f715f5f2d3a6721cecf66df3955f2c628fe)
-#1509 remove media query from ios scroll to support landscape ipad [`2ca95bb`](https://github.com/fomantic/Fomantic-UI/commit/2ca95bb4e8a97a76ca4f0eb8cd35b8b5646f98f3)
- Position "or" vertical aligned. [`c93e5c2`](https://github.com/fomantic/Fomantic-UI/commit/c93e5c2088fa1eafcd04d576c41971a4b557c9f7)
- Default to uncover for sidebar [`b257c39`](https://github.com/fomantic/Fomantic-UI/commit/b257c39820528947fe4a1cb2a8462bf75ad14735)
- Search selection now allows re-searching after selection [`05178b8`](https://github.com/fomantic/Fomantic-UI/commit/05178b8de231b73c246412f8ecdd5183d7d48266)
- Fixes multiple hide on scroll [`4fb6f80`](https://github.com/fomantic/Fomantic-UI/commit/4fb6f80f7fedda426bfdff5c536f67f674e279e5)
- Add variables for basic text colors [`493d5cb`](https://github.com/fomantic/Fomantic-UI/commit/493d5cbb39d0a9987dcc2758505b9db7336c39f5)
- Fix mutation observer check to not produce errors [`1711069`](https://github.com/fomantic/Fomantic-UI/commit/17110696b402cc63b81a381269f81ec73ee07e13)
- Adjust min width of progress bar [`c0f64a1`](https://github.com/fomantic/Fomantic-UI/commit/c0f64a12691d1eb90dc2b50f4c08efbe8e3c4f6b)
- Fix callback names for start, complete in transition [`33b08e0`](https://github.com/fomantic/Fomantic-UI/commit/33b08e028da47a4b09cf59baa3c9a7e641e7cb00)
- Horizontal dividers now have letter spacing variables, can use em spacing around text [`d20bff5`](https://github.com/fomantic/Fomantic-UI/commit/d20bff56df1a4296544896f5fd997cf93f691f12)
- More fixes for #1173 [`56dd55f`](https://github.com/fomantic/Fomantic-UI/commit/56dd55fe08e8e1949083a07289e0ada5affc510c)
- Fix language modal reappearing [`fd88c30`](https://github.com/fomantic/Fomantic-UI/commit/fd88c30ab1384409d174fb0f74c0f1b04bf24d6f)
- Fix regression, causing dimmer not to cover whole page when on mobile or scrolling dimmer content. [`f6b0155`](https://github.com/fomantic/Fomantic-UI/commit/f6b015564e10c52393626eb197e668949af402ac)
- Fix table margins, border radius on colored [`facedc3`](https://github.com/fomantic/Fomantic-UI/commit/facedc3f8471136f98a53d4fb01948841f192b70)
- Removes pointer events from disabled buttons, adds icon distance to labels, removes margin from bottom floated images [`7a165e8`](https://github.com/fomantic/Fomantic-UI/commit/7a165e87498c5cfb9fec10211b0a263f2a20e4e1)
- Updates some package defaults [`7ff8419`](https://github.com/fomantic/Fomantic-UI/commit/7ff841907fb6ea44da3c0f7d5427fc31eb40958d)
- Fixes some issues with tab formatting [`2ee5369`](https://github.com/fomantic/Fomantic-UI/commit/2ee53691f1c1d393bc65cdf2e5c19927b4d28d65)
-#1587 Fix bottom attached rule to only apply to next bottom attached, or multiple bottom attached [`d8bb137`](https://github.com/fomantic/Fomantic-UI/commit/d8bb1379c176c6bedc2a7b6777fa933cca7fc357)
- Adds material modal theme changes [`906daf0`](https://github.com/fomantic/Fomantic-UI/commit/906daf0c391029acdf2ca84b8baa48c719034ba6)
- Spruce up some styles in search [`846ee11`](https://github.com/fomantic/Fomantic-UI/commit/846ee11cd875023614cfec51ba644b82c557fe82)
- Fix color tween loading issue with dropdowns [`9037829`](https://github.com/fomantic/Fomantic-UI/commit/90378294a2f4cd02f51e8e14eb6f3327f030f1ec)
- Removes body margin fix, adds padding to vertically divided stackable [`b89aa28`](https://github.com/fomantic/Fomantic-UI/commit/b89aa28e4e5c96717e07027d2f4c5fd13fa5ac53)
- Mobile fixes [`622b16f`](https://github.com/fomantic/Fomantic-UI/commit/622b16f6dabf5de03dcd047ae639494b47e7a24c)
- More intelligent handling of multiple attached segments [`c52c4ee`](https://github.com/fomantic/Fomantic-UI/commit/c52c4ee4e745112f9a0334d8f956c30a11e33030)
- Remove api doc draft, fix formatting [`d073c36`](https://github.com/fomantic/Fomantic-UI/commit/d073c368f6c4c94e6cf950577218537f91fd21d3)
- Build .less file when relevant .overrides or .variables file is modified [`0336c4a`](https://github.com/fomantic/Fomantic-UI/commit/0336c4aef450e0e4858836bd2adf1705b808b419)
- Update list docs [`69f174e`](https://github.com/fomantic/Fomantic-UI/commit/69f174e9c121b29538ea2e54ee5963d587e99826)
- Fixes karma test runner to not run Gruntfile, fixed missing destroy method on checkbox [`cd98d58`](https://github.com/fomantic/Fomantic-UI/commit/cd98d5866f35eb2b0d3ac16785dae8c3d1797181)
- better order [`01a1e1c`](https://github.com/fomantic/Fomantic-UI/commit/01a1e1c52d46fb00ad5a34c34fbe86528c38345f)
- added instruction to install under Meteor [`5425804`](https://github.com/fomantic/Fomantic-UI/commit/5425804cffd295bac74922cc5edbca009d25a69e)
- Move animating back to original position [`196197b`](https://github.com/fomantic/Fomantic-UI/commit/196197b736d55105315c501f0b6ea2c28841aa49)
- Formatting for sidebar #1550 [`7d9f50a`](https://github.com/fomantic/Fomantic-UI/commit/7d9f50a451ca02e1facb96a0dcb033c5088779ca)
- Fixes min-width on fluid labeled icon menu [`d3b3ea3`](https://github.com/fomantic/Fomantic-UI/commit/d3b3ea387facaa6bed132ffcd8b1b713cbec81e9)
- Adds #1562 version number to dist/ [`39aba91`](https://github.com/fomantic/Fomantic-UI/commit/39aba912abdbc1972e12a46e9056e31d374df0e5)
- Add @inputFont variable, remove @pageFont from input default theme vars #1487 [`dd4ccb3`](https://github.com/fomantic/Fomantic-UI/commit/dd4ccb3b26ef832de0a6f209effa19c39b5de039)
- Adds on scroll auto [`d59dd64`](https://github.com/fomantic/Fomantic-UI/commit/d59dd648ad21242e24f97636e12d8895e75474c9)
- Fix fullscreen modal left margins [`17cfe99`](https://github.com/fomantic/Fomantic-UI/commit/17cfe99eed3a1d6adfbda90ff9a87c85ec6d80e7)
- Fix build script for deploying repos to use correct url #1250 [`3280b21`](https://github.com/fomantic/Fomantic-UI/commit/3280b21891745ae3fd297530d031b50f1feca6f8)
- Remove right padding from list items [`b54f6df`](https://github.com/fomantic/Fomantic-UI/commit/b54f6dfc298e5d8ad2e691fab7db46b2129a712d)
- Fix default blacks to be more consistent [`08cdd9e`](https://github.com/fomantic/Fomantic-UI/commit/08cdd9ef9d0cf59043b56e289f4c3e475066b77b)
- Adds header font variable, fixes secondary segment text color [`b597165`](https://github.com/fomantic/Fomantic-UI/commit/b597165d3b3119caa406d06715133e4c98f96d56)
- Add form, state, visibility components to gulp install [`6d6138f`](https://github.com/fomantic/Fomantic-UI/commit/6d6138f484d308d4a52327ad97f89c0315b5efbd)
- Related #1501 Gulp build now only builds files specified in setup [`62c3e1d`](https://github.com/fomantic/Fomantic-UI/commit/62c3e1d7cc6b4e1c5611d28e04a3949369d4623e)
- Modify transition hidden to force display none [`e3b0a9f`](https://github.com/fomantic/Fomantic-UI/commit/e3b0a9f06da1e78294562aad81a491cd2ca5bd30)
- Remove error message for when popup cant find a position, its not really an error [`6576f0d`](https://github.com/fomantic/Fomantic-UI/commit/6576f0d59c4c8d2f40c41026cf4e985b4dc821d9)
- Fix horizontal icon alignment with statistic [`e4e8aa5`](https://github.com/fomantic/Fomantic-UI/commit/e4e8aa5d1141370fdacc6b6a3aebd61c79d84b53)
- Fix description spacing without meta on item [`29e0507`](https://github.com/fomantic/Fomantic-UI/commit/29e05073d9779b24ff192f3a344f72b16bd9e442)
- fix debug settings for sidebar [`0bc4de0`](https://github.com/fomantic/Fomantic-UI/commit/0bc4de0b737802cdfcc98eb9184aeecd20e88834)
- Iteration on git automation [`7881197`](https://github.com/fomantic/Fomantic-UI/commit/78811974e83dd655221f7b007b07136647adcbe8)
- Fix some paths [`a7b8beb`](https://github.com/fomantic/Fomantic-UI/commit/a7b8beb8bc2b823a2d47d5f82eceaa9b473b3bdc)
- Circular images now have overflow [`a84ed02`](https://github.com/fomantic/Fomantic-UI/commit/a84ed020452b267a261e200a9a2ddef421fbdb5d)
- Submodules now receieve same debug setting [`68ea260`](https://github.com/fomantic/Fomantic-UI/commit/68ea26012d5f0fad0b02594efdefcbcf0165bca3)
- Fix dimmer from blurring on webkit [`07f0faf`](https://github.com/fomantic/Fomantic-UI/commit/07f0faf1c780865e07485ac17e12040fa7202fc0)
- Remove $.proxy from shape [`7ba4d5f`](https://github.com/fomantic/Fomantic-UI/commit/7ba4d5fb9be08f5c4af093b946af47c482aee43d)
- Ensure animation order matches previous version to avoid regressions [`972e942`](https://github.com/fomantic/Fomantic-UI/commit/972e942d64f7a78da9289651f926a19176a2749e)
- Make useLegacy more obvious in sidebar, default to auto [`1a701e2`](https://github.com/fomantic/Fomantic-UI/commit/1a701e20ab6725c346376dab282b01b52ab3920b)
- Update release notes for 1.5.0 [`da3e8cd`](https://github.com/fomantic/Fomantic-UI/commit/da3e8cda522a9e801d292ce54d5ed34771f395eb)
- Remove console.log from tab [`0fb14e1`](https://github.com/fomantic/Fomantic-UI/commit/0fb14e107211b8ca155220e937f707249d0e340f)
-#1501 semantic.json.example components should be absent not empty [`e38b77a`](https://github.com/fomantic/Fomantic-UI/commit/e38b77ab7f698cdb1d2ed8e033c6777e4105d864)
- Fix selection dropdown inside menu [`484c282`](https://github.com/fomantic/Fomantic-UI/commit/484c282dab453931d1d0ff4f405c3ec045ae1f7a)
- Fixes z positioning issue with forced layering inside sidebar #1492 [`3d438ee`](https://github.com/fomantic/Fomantic-UI/commit/3d438ee1bde8363e06b16c5b42e271f5a27c3c38)
-#1470, remove popup should not error if called without popup [`135ff9e`](https://github.com/fomantic/Fomantic-UI/commit/135ff9ee0ee94b117ac53341b2a254a48d312318)
- Fix typo from replace on svg image [`096f130`](https://github.com/fomantic/Fomantic-UI/commit/096f13071c5b096a97a5b200649c7214ea754333)
- Fixes floating dropdown menu child position [`9686fae`](https://github.com/fomantic/Fomantic-UI/commit/9686faed1b884bf4e2d67ef5ad3f6a9bfc79a8ae)
- Backport fix in form validation [`291a2cd`](https://github.com/fomantic/Fomantic-UI/commit/291a2cd305e8abd9e2a33a1a01b9d507a66fee0c)
- Fix material theme radius [`1a40b83`](https://github.com/fomantic/Fomantic-UI/commit/1a40b83c88cdfb76c2eb3f9d4402ac2ecd5ac881)
- Missing comma in list #1273 [`ddee7f7`](https://github.com/fomantic/Fomantic-UI/commit/ddee7f70ea5f2b0cbcb85c552c9a30a2925681c1)
- Reverts change to hidden transition, hidden transitions should not be removed from page flow [`157af2d`](https://github.com/fomantic/Fomantic-UI/commit/157af2df5aceabce0d016ca18ddea988ddfe8ade)
- Normalize paths for *nix #1264 in gulpfile [`d44d41e`](https://github.com/fomantic/Fomantic-UI/commit/d44d41e822fd0018584c5a3bcdadd388c7751fcd)
- fix misspell of enable and disable method name [`bf367dc`](https://github.com/fomantic/Fomantic-UI/commit/bf367dc830c1e70cad3f59cca2a69f388c1346b0)
- Add better error when API module not included [`c2dfe45`](https://github.com/fomantic/Fomantic-UI/commit/c2dfe4521a507e046fc7caa955786ae090122dda)
- Several more possible issues with missing package.json [`367ffb9`](https://github.com/fomantic/Fomantic-UI/commit/367ffb9fe5d3ca20de938dd5c7539dd5bbf46e53)
- Fix shape not removing clone [`2bc5c2e`](https://github.com/fomantic/Fomantic-UI/commit/2bc5c2e14de6c703793cf51c95785e35026157ad)
- Add oauth example file for maintainers [`842f946`](https://github.com/fomantic/Fomantic-UI/commit/842f9469afc321ded9c6abe6fe298bc7d6dda56b)
- Fix in menu searchable from clearing text [`fd158c6`](https://github.com/fomantic/Fomantic-UI/commit/fd158c6c780edb9211638994f10bc2ceca3755d0)
- Fixes issue with defaults not loading when no config file [`483ba73`](https://github.com/fomantic/Fomantic-UI/commit/483ba73247e87c500f8cab1ca4b76566aca524f6)
- Fix another example bug [`00f2be0`](https://github.com/fomantic/Fomantic-UI/commit/00f2be048afec9cfd59477aafffbea9935bc5a1b)
- Fix logo link, anchor links [`398cbcb`](https://github.com/fomantic/Fomantic-UI/commit/398cbcbcb98f004d202a4fa1ba39e78980d6a742)
- Fix missing variable in menu.less [`c8e41de`](https://github.com/fomantic/Fomantic-UI/commit/c8e41defbd97f69e259ff25c9cc008327e5f3bb7)
- Fix issue with clickaway not closing sidebar on mobile [`eff5613`](https://github.com/fomantic/Fomantic-UI/commit/eff5613d263a300e3c404d012b99b6eafa7f3bc9)
- Removes debug info from module [`5abf0b4`](https://github.com/fomantic/Fomantic-UI/commit/5abf0b4e278610edf19e680ab0b657282371b633)
- Fix table footers to not be italic [`8a4a7fe`](https://github.com/fomantic/Fomantic-UI/commit/8a4a7fe9d8618347e19884237a6ca6c6e37dac1d)
- Fix ad placement [`3fe8e84`](https://github.com/fomantic/Fomantic-UI/commit/3fe8e84fe23cfb5228bfb5da366d1241ffdcec7d)
- Correct watched path for .variables and .overrides files [`369817a`](https://github.com/fomantic/Fomantic-UI/commit/369817aa72a07831978ffd91f229c20840d9c436)
- Convert backslashes to slashes for Windows compatibility [`e69bfaa`](https://github.com/fomantic/Fomantic-UI/commit/e69bfaa3530c0d004b83132c9276c1ce5c0271ef)
- Fix action input to allow for themes that change button padding [`e9d2f22`](https://github.com/fomantic/Fomantic-UI/commit/e9d2f22a6ce4c99d0ab5d6836caa905b0cadb1fd)
- Remove error when updating semantic.config during watch [`2478b77`](https://github.com/fomantic/Fomantic-UI/commit/2478b7768c609d60ecd71ca4c20a953ff7e1ff16)
- Fix weird 1px content issue with display: table in chrome on modal, #787 [`c46531d`](https://github.com/fomantic/Fomantic-UI/commit/c46531d2f869864437ad088dbdd9b8a695bdffc5)
- Remove kitchen sink link from css branch [`ff2b5de`](https://github.com/fomantic/Fomantic-UI/commit/ff2b5de6e9ff333ed2908205acaf1f1841b17f45)
- Making JSHint happy [`1d5ee28`](https://github.com/fomantic/Fomantic-UI/commit/1d5ee28bb90c4ca45dcb049e889b436f107f7016)
- Set path im example file to default install path [`9255603`](https://github.com/fomantic/Fomantic-UI/commit/9255603605007ea537c6d5f9b25cc204421688b9)
- Updates wording on release notes [`77883d8`](https://github.com/fomantic/Fomantic-UI/commit/77883d8b7de0293a132a03452f7673534e2b640a)
- Fixes date [`39ad6e4`](https://github.com/fomantic/Fomantic-UI/commit/39ad6e4f4a023a429372cbcc098bb19d9757c5d3)
- Sidebars: Fixes typo when checking for other active sidebars [`7bb88ce`](https://github.com/fomantic/Fomantic-UI/commit/7bb88ce0cf0c4822b1ca5a4a4e4e478af07fc7bf)
- Removes debug from popup [`88a6dc6`](https://github.com/fomantic/Fomantic-UI/commit/88a6dc652c84c9babaf78997b4aa8bf3d5211546)
- Adds #1351, set selected triggers onChange callback [`35f349f`](https://github.com/fomantic/Fomantic-UI/commit/35f349fbb62f0fbc72585b5157e2abcea9826fa8)
- minor fix [`22f4f5f`](https://github.com/fomantic/Fomantic-UI/commit/22f4f5f9e6778554479fdeb050b3535fa745d816)
- Typo in transition causes unknown animations to not be correctly caught [`5de9b72`](https://github.com/fomantic/Fomantic-UI/commit/5de9b72e3e8a91ef7fe54757fa14bb092dcf201f)
- Fix typo in css declaration for .vertical.flip.transition.in [`f08ce76`](https://github.com/fomantic/Fomantic-UI/commit/f08ce768ea851f71f03aca95ae95ce79b534101a)
- Fix typo in Release Notes URL [`4fae429`](https://github.com/fomantic/Fomantic-UI/commit/4fae429d0f26ee4a25663fb0ac4d78f45d13c38d)
- Update logo [`c2a24df`](https://github.com/fomantic/Fomantic-UI/commit/c2a24df07f01f26455f22634e6c69c50a7655437)
- Reduce secondary menu item horizontal padding [`a09ef01`](https://github.com/fomantic/Fomantic-UI/commit/a09ef0179c23908eca821e6336062b71f026528e)
- Update error message for missing dependency in tab [`8ce2a3c`](https://github.com/fomantic/Fomantic-UI/commit/8ce2a3c611077eeab044618bd0439eb010444155)
-#1272, another typo (too long a day) [`a28c218`](https://github.com/fomantic/Fomantic-UI/commit/a28c218ca366d831a2d927a056ef4acd93139ae7)
- Fix typo in popup [`b5fefb5`](https://github.com/fomantic/Fomantic-UI/commit/b5fefb578e0efdb491451623b41b7698a604a17a)
-#1261, remove protocol from font loader [`327c9a6`](https://github.com/fomantic/Fomantic-UI/commit/327c9a6f2eaf036c7e9ee5e98a154b80e13aa029)
- Fix gulp install to add new files inside directories (was avoiding overwritin dir) [`53265f7`](https://github.com/fomantic/Fomantic-UI/commit/53265f76728b903f55be999b8a52c9704e68cfc5)
- UI Header inherits header font weight [`409f527`](https://github.com/fomantic/Fomantic-UI/commit/409f527eca21a4084e89460c11eea7f4883a4d3a)
- Adds request #1243, fix for disabled checkbox [`3f6c472`](https://github.com/fomantic/Fomantic-UI/commit/3f6c472cfe9a870bb184bce9242d89a547bc2d9b)
- Fixes next top attached segment missing border #1219 [`43b4622`](https://github.com/fomantic/Fomantic-UI/commit/43b4622410dd5a921007f089eee411d37d40a804)
- Fix shimmering on basic modal in FF [`7b03c7e`](https://github.com/fomantic/Fomantic-UI/commit/7b03c7e870c383d0dfb5fed29fbf29cb899f6fee)
- Remove unnecessary ui from fixed sidebar elements [`d9d9b98`](https://github.com/fomantic/Fomantic-UI/commit/d9d9b98371effeb84ead2feadae116454c676424)
- Fix critical typo breaking SUI [`65c3c94`](https://github.com/fomantic/Fomantic-UI/commit/65c3c94e74db539281f810c29ca019acaa928430)
- Remove travis, no testing hooks set into gulp yet [`431086f`](https://github.com/fomantic/Fomantic-UI/commit/431086f8def3dc3aaddb482dd9f3564296d479b3)
- Shape: Fix size calculations in loading to use better strategy (similar to popup) [`c6d6d22`](https://github.com/fomantic/Fomantic-UI/commit/c6d6d2296c56465f3757cdf7c0df80ea90bc4bbb)
- Reduce delay for popup show [`4b8b699`](https://github.com/fomantic/Fomantic-UI/commit/4b8b699375e1b28a7799be81b745c11a43db914f)
- Add callback before animation start, useful for queued animatinos [`70a125e`](https://github.com/fomantic/Fomantic-UI/commit/70a125ecc39dc5bf5fde2768362af7896c729bf8)
- Reduce selected border color [`201e4b7`](https://github.com/fomantic/Fomantic-UI/commit/201e4b72fab94a52622054de9ab8bbd8d62b7cb0)
- Visible transition can now be triggered by class name only [`2671fff`](https://github.com/fomantic/Fomantic-UI/commit/2671fff60b17fcc1db148a907b25878b6cb0b937)
- Add API docs to beta docs [`e9fad63`](https://github.com/fomantic/Fomantic-UI/commit/e9fad6318d3bb4efb1dc81d60433efcf998ab6f9)
- Fix for non stackable grid at mobile width [`9e8975d`](https://github.com/fomantic/Fomantic-UI/commit/9e8975d797ba92382c10891b262c2100a7b482cb)
- Typo in progress [`5844e6b`](https://github.com/fomantic/Fomantic-UI/commit/5844e6bf41458408bf9034b8e6a690a4309dd308)
- typo in property name [`2081967`](https://github.com/fomantic/Fomantic-UI/commit/2081967faf0ae2fac35cd99637e54f2dc9672672)
- Fixes content not scrollable after dim typo #787 [`e24a439`](https://github.com/fomantic/Fomantic-UI/commit/e24a439ee4feb2f4fb24caf6c25a5baae3075db1)
- Fix attached label element pading [`512e7ad`](https://github.com/fomantic/Fomantic-UI/commit/512e7ad288c5a9a37a8a64ce8ed1aeb3b9ea8846)
- Fix popup example [`6d870c1`](https://github.com/fomantic/Fomantic-UI/commit/6d870c11d7ec8d4d6b5092832f9cb3a50eb7c398)
- Typo in checkbox lineheight [`7b9e800`](https://github.com/fomantic/Fomantic-UI/commit/7b9e800efcc1a8b71301327fe3d234bca322f79d)
- Tab: Fix bug when tab initialized with 0 elements [`cf10c84`](https://github.com/fomantic/Fomantic-UI/commit/cf10c84cb2ad2e7c44664093d2e4689b498fb201)
- Fix issue with 100% width on equal height row [`b756009`](https://github.com/fomantic/Fomantic-UI/commit/b756009ea578f0a5a2760f7da599b357b84f65fe)
- Remove will-change from transition, causes 3d context to be created on element in chrome breaking position: fixed [`e442885`](https://github.com/fomantic/Fomantic-UI/commit/e4428857d56aa9791950f8dcd7913978be33e2d5)
- Rebuilds files with new dropdown component [`2e83691`](https://github.com/fomantic/Fomantic-UI/commit/2e8369173e0ae78ff8aa3045984eb70055f467bd)
- Removes prefixes from transition.less [`c2f7407`](https://github.com/fomantic/Fomantic-UI/commit/c2f7407ac379489344fd2475070c86c6f801d494)
- rebuild for final 0.8 [`9d57229`](https://github.com/fomantic/Fomantic-UI/commit/9d5722909aca49cf488197b0acecbee77f680028)
- Duration now available in shape, rewrite of core animation [`d5f4a3a`](https://github.com/fomantic/Fomantic-UI/commit/d5f4a3a43d65cca2ae07373f624d57712019b821)
- Fixes issue with module pattern setting/internal method [`72e2226`](https://github.com/fomantic/Fomantic-UI/commit/72e222626597d674319af187cb3fef3796f7eaef)
- Renames invoked response to returnedValue for clarity, fixes issue when non string values are returned in array [`032871e`](https://github.com/fomantic/Fomantic-UI/commit/032871e045649d4dad88c543264ae5af2d4f7b9b)
- Restyle of basic buttons to be more tactile [`5b0682d`](https://github.com/fomantic/Fomantic-UI/commit/5b0682d664e3f770e8679e82f6517b67a0ab952d)
- Adds new sidebar types, variations, and proper animation queuing [`f97ef3c`](https://github.com/fomantic/Fomantic-UI/commit/f97ef3c7f4efcffb403cd21948a4386bd4368f82)
- build and version uptick [`fe8c88f`](https://github.com/fomantic/Fomantic-UI/commit/fe8c88f4c5e473c9e41d209093378d652f809d1b)
- Updating docs for contributing, fixing various bugs on pages [`38e7783`](https://github.com/fomantic/Fomantic-UI/commit/38e7783bfcddf4c9b3571cb022b091a7854862ad)
- Fixes queuing of dimmer with settings.on hover [`5a1140f`](https://github.com/fomantic/Fomantic-UI/commit/5a1140f2404253d9e3bc7b0e3986866159493079)
- Adds new social button types, adds margin bottom (tentatively) to buttons [`383a105`](https://github.com/fomantic/Fomantic-UI/commit/383a105ab69bb330d393d491db6a40913b2c67bd)
- moves animate events into animate.show/animate.hide for popup [`97a09c3`](https://github.com/fomantic/Fomantic-UI/commit/97a09c3034c61312480026a1c51725b1621c28b3)
- Adds homepage as introduction link, adds whatsnew, fixes some broken links [`889fccd`](https://github.com/fomantic/Fomantic-UI/commit/889fccd695a99af2b669dd59849493835d54bc7c)
- Version uptick [`b7bc2bc`](https://github.com/fomantic/Fomantic-UI/commit/b7bc2bce8f79d9b875d8e3e19b81ff40de21a01d)
- Fixes disabled style of colored buttons [`61cc40a`](https://github.com/fomantic/Fomantic-UI/commit/61cc40a4bbc7e991a0e225dbef3c0cf5485d2e0c)
- Fixes celled table headers and darkens headers across ui table [`11153b0`](https://github.com/fomantic/Fomantic-UI/commit/11153b04e104048e7ba350a6b545d979cca5098f)
- Adds onApprove/deny callback can cancel hide [`eca00d8`](https://github.com/fomantic/Fomantic-UI/commit/eca00d8fce1e46799ffa9cf2071dfe6075200831)
- Fixes border-radius on dropdowns that are not selection [`285e0e2`](https://github.com/fomantic/Fomantic-UI/commit/285e0e2abf09021e60854e6ddda0f1661e571251)
- Updates docs for button example [`8d9350a`](https://github.com/fomantic/Fomantic-UI/commit/8d9350a2cdaad3a9ce1ed6db7a41945c14685577)
- Fixes doc broken link [`546568a`](https://github.com/fomantic/Fomantic-UI/commit/546568a9e2b284867d5f06379ce5a86978040a1b)
- Fixes onApprove/deny callback to close when no value returned. IE only now uses javascript animations for dimmer [`67dd6d5`](https://github.com/fomantic/Fomantic-UI/commit/67dd6d5dd2c9ac7f3cb9a3b53ca77ccf6ab0dd3f)
- Sets a default flip for flipped icons [`b6f8784`](https://github.com/fomantic/Fomantic-UI/commit/b6f87847b0361c23b4d9932398afc400a8378f1e)
- icon inputs, and corner labels now color when field is errored [`f4f7a32`](https://github.com/fomantic/Fomantic-UI/commit/f4f7a3295179003dece392da6e4086637705a014)
- Fixs modal media [`27f3a07`](https://github.com/fomantic/Fomantic-UI/commit/27f3a07c8314a2d26ab284fc22ffb4d1e475ccf0)
- Updates browser coverage for prefixer [`8089d21`](https://github.com/fomantic/Fomantic-UI/commit/8089d21bd33956331716535950b3a3b7f9210b78)
- Fixes transform jump on animated buttons [`068aa93`](https://github.com/fomantic/Fomantic-UI/commit/068aa936c08305e4a9284b5f6660575bc08b56ff)
- Makes border radius integer for 15px font-size [`afc7a6e`](https://github.com/fomantic/Fomantic-UI/commit/afc7a6e39e3d8923020bd6a867f74a60e86dd5a8)
- more on icon spacing for list [`06473a2`](https://github.com/fomantic/Fomantic-UI/commit/06473a2872795ca829f336b048e0f92ef4a8711c)
- adds package repository field [`033a316`](https://github.com/fomantic/Fomantic-UI/commit/033a316143c4bc213e6351802ea14a6053b8a093)
- Adds beforechange callback to shape [`15408ec`](https://github.com/fomantic/Fomantic-UI/commit/15408ec3ed6d59cc0f406eb5c5a0110cc356cc0d)
- Fixes issue with icon not clearing properly [`d838601`](https://github.com/fomantic/Fomantic-UI/commit/d83860167002175a74c90e071b38f0ccb753bc0b)
- Fixes popup not opening when inline:false after first time, due to unrefreshed selector cache [`9fdf8cb`](https://github.com/fomantic/Fomantic-UI/commit/9fdf8cbbbc3573a5212f594a14a77a9cdc4344e5)
- Vertical padding on basic accordion [`bb9bfba`](https://github.com/fomantic/Fomantic-UI/commit/bb9bfbab1dee5e21635e2f550f22274ed15e43b1)
- Fixes arrow direction for vertical menu dropdown [`6479a0e`](https://github.com/fomantic/Fomantic-UI/commit/6479a0e09625a4b733bca457dc387ef24fbec26b)
- downgrade to node 0.10 to deal with karma incompat [`f687041`](https://github.com/fomantic/Fomantic-UI/commit/f6870412153ab8850cb96ed5de114a9dde62551b)
- derping on travis [`2edc95e`](https://github.com/fomantic/Fomantic-UI/commit/2edc95e7756fbd9a9560645406b244f789569ab4)
- black button missng hover styles [`a58539d`](https://github.com/fomantic/Fomantic-UI/commit/a58539d94a45ec2047cad9d0af67f04290689b78)
- updates travis node v [`fe9d842`](https://github.com/fomantic/Fomantic-UI/commit/fe9d842b13260531aae4628ac3dfed577a152fe7)
- Font size is no longer 0 inside reveal when rem0 [`e5dfded`](https://github.com/fomantic/Fomantic-UI/commit/e5dfded813daf4774846566e7e0d450d67a20b11)
- Fixes typo in commented modal [`2a1b8d0`](https://github.com/fomantic/Fomantic-UI/commit/2a1b8d0b220bc3f72b4906477d52ccf43ad3fd6b)
- Lightnes table headers again somewhat [`926b6f9`](https://github.com/fomantic/Fomantic-UI/commit/926b6f9ab0b68c1cf936f5717141effb4f810795)
- Removes opacity tween from action input to make colors match [`6bf33d2`](https://github.com/fomantic/Fomantic-UI/commit/6bf33d27a448c3ea3551c4b2c28b248013bb2ce6)
- Increases list item margin on message [`212935c`](https://github.com/fomantic/Fomantic-UI/commit/212935c0c619ba019a280ed79cbddebb67df4e58)
- Units for margin on rating [`c749bf2`](https://github.com/fomantic/Fomantic-UI/commit/c749bf2593d30a3be957e2d28df07ef7856747a2)
- Removes margin from buttons, messes with vertical align [`896a34e`](https://github.com/fomantic/Fomantic-UI/commit/896a34e57309500640814e865a8e94550f9d4c95)
- Fixes issue with icon buttons being different vheight than buttons [`0526f7c`](https://github.com/fomantic/Fomantic-UI/commit/0526f7ca3ca18f99148880318b7816a6b5e351c7)
- removes any reference to old release/ directory, rebuilds files [`75e8b27`](https://github.com/fomantic/Fomantic-UI/commit/75e8b27ae96b0830337c45f15a523373aca3745f)
- Renames /release/ folder in docs to /build to match folder structure [`5e9fc72`](https://github.com/fomantic/Fomantic-UI/commit/5e9fc724c654d467b6b6f98040c99348534a0270)
- Updates docpad/node, adds override styles for quirky [`f457c16`](https://github.com/fomantic/Fomantic-UI/commit/f457c1621e61e4bc3789e0842a1943d33c04dd73)
- Adds RTL support to build script [`b0a0d14`](https://github.com/fomantic/Fomantic-UI/commit/b0a0d14c8e39851bdc646bd34e323daea09e8950)
- Updates docpad, ports some reveal code left in branch (still fucked) [`71de148`](https://github.com/fomantic/Fomantic-UI/commit/71de1487eb8ab897e4eaf2ac27433cec2675d626)
- fixes less files getting into wrong folders of grunt build, fixes text on variations page [`bed70aa`](https://github.com/fomantic/Fomantic-UI/commit/bed70aa84501318bdc068365876c8727a2201252)
- Fixes issue with uncompressed source appearing in minified build dir [`1839cc7`](https://github.com/fomantic/Fomantic-UI/commit/1839cc75797471a894a4db7cf2570f4c2a59b8e0)
- Missing updates from home lost during last sick week [`171f433`](https://github.com/fomantic/Fomantic-UI/commit/171f433ed3c19095c281563c4f811aa5832e713b)
- fixing issues with grunt not building due to ENOENT [`7d82653`](https://github.com/fomantic/Fomantic-UI/commit/7d82653d61925967220cd03d21c1d413632f2abe)
- makes icon word order normal english word order, adds less build dir [`31265aa`](https://github.com/fomantic/Fomantic-UI/commit/31265aa18bccfbc14a2e9ae450a18e4abb33b17e)
- adds zipping into grunt process, adds less files into release zip, moves release zip to release folder [`4a8390a`](https://github.com/fomantic/Fomantic-UI/commit/4a8390a0de2cf433fd0a934b7584f3b3dffe2817)
- some build files missing 0.8.3 [`bcf5af0`](https://github.com/fomantic/Fomantic-UI/commit/bcf5af0064b97e30b5775476390dd9caf12d5bc5)
- Language on grid [`b80f5a9`](https://github.com/fomantic/Fomantic-UI/commit/b80f5a9e939dee3f8e0cb9667084d2dbf0fdf347)
- removes old files [`be6a9f8`](https://github.com/fomantic/Fomantic-UI/commit/be6a9f89b806c6d699d5f6052f3c942463a506a5)
- Updates all templates to use ECO instead of html. Adds partials for page [`c4b41e8`](https://github.com/fomantic/Fomantic-UI/commit/c4b41e8d9f4955be10feced1a04eed95af1948b4)
- Somehow lost all docs? Fixed. Revisions from buglist [`5a41a62`](https://github.com/fomantic/Fomantic-UI/commit/5a41a62c4455252081278a4fb8869e373942e1e3)
- Begin write of additional transitions, and example builder [`af02229`](https://github.com/fomantic/Fomantic-UI/commit/af022293ab42ff0ea36ae982c0f78cdafdf782c9)
- Updates to modules [`3d0e52b`](https://github.com/fomantic/Fomantic-UI/commit/3d0e52bb3905f3ab0362e8e630b2f301be68b81d)
- Working on cards [`42bf450`](https://github.com/fomantic/Fomantic-UI/commit/42bf450d279b523824f7189293ee7e8a7adb86ed)
- Adds documentation and new version of popup [`b19b66a`](https://github.com/fomantic/Fomantic-UI/commit/b19b66a9bd6a094ddf5f4ccd6f0bb56f588cb8b0)
- Adds start for idea cards, and docs [`e2e0c44`](https://github.com/fomantic/Fomantic-UI/commit/e2e0c443ddaea5432d58e0d8f7482a8f84c3dcbb)
- Fixes to sem-ui [`0eae196`](https://github.com/fomantic/Fomantic-UI/commit/0eae196bbbb56a397949301eb455c9385e7c0cde)
- Updates to semantic from todays work [`07604d6`](https://github.com/fomantic/Fomantic-UI/commit/07604d6b0d5866d317f4148d6873b85850e7a5b5)
- First commit reveal and docs [`46cd5ee`](https://github.com/fomantic/Fomantic-UI/commit/46cd5eefdb3cd4dd56d04d74ad0e2bab2d32ee57)
- adds new examples to homepage [`d533214`](https://github.com/fomantic/Fomantic-UI/commit/d533214932271cb0b22363f33642f4cda4a178e6)
- Updates tab module, example on homepage, fixes 404 [`e72b829`](https://github.com/fomantic/Fomantic-UI/commit/e72b829ba9729943200e624f02933be796d441c0)
- revisions from working on quirky platform [`3a31239`](https://github.com/fomantic/Fomantic-UI/commit/3a31239ca268e89678c1570dc0f25c705e0d188b)
- Removes quirky styles from sem-ui standard branch [`91941b5`](https://github.com/fomantic/Fomantic-UI/commit/91941b558561c5c871be09c86c1be075802a7e38)
- Adds new quirky content group, adds pagination variation of menu, adds changes to messages, buttons, new success style, toggle styl [`65ff5f4`](https://github.com/fomantic/Fomantic-UI/commit/65ff5f4eb09aa55679b848640e399d64de57ab77)
- missing changes to reveal from before break [`5e424c6`](https://github.com/fomantic/Fomantic-UI/commit/5e424c665f714cb41d7dd4db834cdcc58bc0a0b7)
- Adds new dimmers and dimmer docs [`50fd78d`](https://github.com/fomantic/Fomantic-UI/commit/50fd78deb0fa8fef14dc0484052b7d43ad971a92)
- stuff jack forgot to commit [`ca51582`](https://github.com/fomantic/Fomantic-UI/commit/ca51582bebb1a80058b26da8b60cb7090c89cf08)
- Updates padding in grid to be based on EM not percentage, fixes for minheight in menu, fixes to item top margin [`ff28ee3`](https://github.com/fomantic/Fomantic-UI/commit/ff28ee39db760f1f4bf9d4e8242e71c72c01493d)
- updates accordion to be more robust [`0ce9425`](https://github.com/fomantic/Fomantic-UI/commit/0ce942521f490f1bf6b255d88b2ba988a249105f)
- updates cards more, fixes labels, voted state [`54e0270`](https://github.com/fomantic/Fomantic-UI/commit/54e0270cd92a035935504e6cee65d564c62e9d73)
- Updates to dropdown, checkbox, examples, forms [`8ef774a`](https://github.com/fomantic/Fomantic-UI/commit/8ef774a513205ea531dad37c1ac0fb9225c6ec20)
- fixes closing div [`0ff3077`](https://github.com/fomantic/Fomantic-UI/commit/0ff3077b6e91be3d21605f085fd4f0bb4a45ea27)
- Updates attached buttons to not lose border on loading [`9e6cc59`](https://github.com/fomantic/Fomantic-UI/commit/9e6cc5930c9f4beb41bbdd944086cd5af55aa22b)
- Updates dropdown to fix pointing menus, fixes bug in inverted menus [`2855ba6`](https://github.com/fomantic/Fomantic-UI/commit/2855ba60f4db07bcb02954cb03da7d311e08ad00)
- fixes to forum new post page, adds sticky db migration to allow for sticky posts, updates ui [`ed9a3b1`](https://github.com/fomantic/Fomantic-UI/commit/ed9a3b14fd80e6070ea9832c1aeae4dfd68f9ee8)
- minor fix to margins on menu [`1c5f269`](https://github.com/fomantic/Fomantic-UI/commit/1c5f269870cc895b323696da5fcb88ae9cf0a7f1)
- Fixes dropdown in forum, fixes issue with html formatting in forum posts [`3c19465`](https://github.com/fomantic/Fomantic-UI/commit/3c194658f104c68488a565f624f1b635864fc716)
- adds delay for hover intent, refactors delayed hide [`14fa263`](https://github.com/fomantic/Fomantic-UI/commit/14fa2637698f8f7967de162fe08d578c2ad6218b)
- fixes overrides on menu [`00c945b`](https://github.com/fomantic/Fomantic-UI/commit/00c945ba7dc46dd1276ff0dbcd1f86fc3d5c273d)
- Adds more new icons [`52c5e6d`](https://github.com/fomantic/Fomantic-UI/commit/52c5e6de47e40ac5d17e83fa802b3ebdc6c8b56b)
- Adds sitemap, updates from today [`8d64ba6`](https://github.com/fomantic/Fomantic-UI/commit/8d64ba61a09488d39f77589f2f3a1f91f1544297)
- Fixes to label and shape [`bcfa78a`](https://github.com/fomantic/Fomantic-UI/commit/bcfa78ad7dc6f731e85bc97ecb890a651a94345a)
- Updates popup title style, card [`3f531ea`](https://github.com/fomantic/Fomantic-UI/commit/3f531ea5ecd2a3a91b38ad304dddae21b6cd1fc3)
- adds last style updates [`44116e6`](https://github.com/fomantic/Fomantic-UI/commit/44116e694220fd5a5c3cf46cc612820f7fead0ec)
- updates accordion again, typo in feed, fixes shared pagination to use guide style [`1e63ddd`](https://github.com/fomantic/Fomantic-UI/commit/1e63dddb7249ddfe78138e6a934ad5d8bbdb5fa7)
- updates to feed when fixing pagination [`d7e81b0`](https://github.com/fomantic/Fomantic-UI/commit/d7e81b03e50f2e102ce4ba68b19857141f94907d)
- more attemps to fix below/above reveal [`33dc001`](https://github.com/fomantic/Fomantic-UI/commit/33dc001333e409deeb82f7939e9dc014859be522)
- Moves some important logic from toggle to show in popup, so it can be called programmatically [`609b540`](https://github.com/fomantic/Fomantic-UI/commit/609b540117301209189b34f266c42bb91ac1e534)
- switches grid back to start of day (% based gutters) [`5658b10`](https://github.com/fomantic/Fomantic-UI/commit/5658b10d1d69ed87d6947b0fc10410457c403c26)
- adds max width to carousel [`34d5cfd`](https://github.com/fomantic/Fomantic-UI/commit/34d5cfd64fa196000836b9ccef8948d4f8f915ac)
- moves usage first for dimmers [`599e278`](https://github.com/fomantic/Fomantic-UI/commit/599e278455c7019f14fd60141cd9ba978496714b)
- changes to comment [`9a5875d`](https://github.com/fomantic/Fomantic-UI/commit/9a5875d2b9760d9e1242647ef8a98f664e3d328c)
- fix example [`1247082`](https://github.com/fomantic/Fomantic-UI/commit/12470826c6cb97a45fedf5591ca60ca7ce539abe)
- adds sketchy icons in proper way to semantic [`6142a52`](https://github.com/fomantic/Fomantic-UI/commit/6142a52a4a15116d8b6a5a8e1af2941738f607a7)
- Fixes issue with accidental submodule [`58d39d2`](https://github.com/fomantic/Fomantic-UI/commit/58d39d258a2b31c9accc604afbc8a61794c5b12e)
- grunt -- update and add bower and watch. [`4995a68`](https://github.com/fomantic/Fomantic-UI/commit/4995a687612037468325bd16ce041401a95dff80)
- removes redundant flat directory from bower/node component, and from src folder. adds boilerplate folder for future boilerplate code [`e8432f3`](https://github.com/fomantic/Fomantic-UI/commit/e8432f3841586de4f92bdb75806ad1ec3f5445a5)
- Finishes grunt config, sets up less config, makes everything super pretty, adds grunt tasks [`5fe4310`](https://github.com/fomantic/Fomantic-UI/commit/5fe4310126fa96b86010eebcbc22668b686894c6)
- structure -- include semantic bower package in docs. [`be91265`](https://github.com/fomantic/Fomantic-UI/commit/be912653bf015def4da657296980b8a901eed457)
- fix accidental merge of orphaned docs branch [`3ef3295`](https://github.com/fomantic/Fomantic-UI/commit/3ef3295247e98af663f1e3660f32bb31dc35670d)
- 902e63b Merge branch 'master' of github.com:quirkyinc/semantic [`f7ae6ae`](https://github.com/fomantic/Fomantic-UI/commit/f7ae6ae7a0d3734916ddedd72d8b98a750fbb5cb)
- Adds docs gitignore, removes docs from repo [`cda3135`](https://github.com/fomantic/Fomantic-UI/commit/cda31355f0bffb78cd20c4580ae41d4945737f9e)
- Initial setup of docpad server in node [`375337c`](https://github.com/fomantic/Fomantic-UI/commit/375337ccc1d0b09c22b46cb7fe5ef8e365cbd59b)
- hey i got it all running! [`0d99acc`](https://github.com/fomantic/Fomantic-UI/commit/0d99accbb4667f681f6dceabc797bbd8d07a89ad)
- adds working grunt config, sets up process to minify, concatenate, add banners and package to release directories. starting less setup [`b6ea926`](https://github.com/fomantic/Fomantic-UI/commit/b6ea9269e86fe967a3bf16a3a6277dc46fdb5057)
- adds created docs [`c42dd05`](https://github.com/fomantic/Fomantic-UI/commit/c42dd056e648fbf81e01d3a95b8c32f9eaf25ac2)
- matches classic to flat folder structure, removes shaded cause.. its too damn early to do a third theme [`cbaf271`](https://github.com/fomantic/Fomantic-UI/commit/cbaf271d85981a5277039b3b228f6143655a0e68)
- Adds back missing src dir [`cfd7fe4`](https://github.com/fomantic/Fomantic-UI/commit/cfd7fe4ec8869f75636c54c3a5bb3a18d158849c)
- structure -- take out components folder. [`b8609a5`](https://github.com/fomantic/Fomantic-UI/commit/b8609a5f9dbd4c4f980112ab87eaa19f976b21f7)
- docpad: updates to lastest version [`45dcf00`](https://github.com/fomantic/Fomantic-UI/commit/45dcf00f30cdc678568906484acea8bee9d55c0f)
- a day of work.. menus, fixing sidebar floating menu, additions to labels, working labels to integrate with menus. stub for grid [`d293ce9`](https://github.com/fomantic/Fomantic-UI/commit/d293ce95133d6d9673a92f9cac17b230f247452e)
- missing files for flat [`596ef48`](https://github.com/fomantic/Fomantic-UI/commit/596ef48f3fa008fb14bd9f024984f380e1b5b377)
- tweaks on menus, removes flat legacy [`5cc1c2d`](https://github.com/fomantic/Fomantic-UI/commit/5cc1c2d834ea7e092a47b0f9a39a4cfe058a2c43)
- structure -- moved src from node project to main project. [`056ab46`](https://github.com/fomantic/Fomantic-UI/commit/056ab468f88994dc8bcfc623bd472b8268e4016a)
- Adds clean module, adds dir cleaning on rebuild [`77b98a6`](https://github.com/fomantic/Fomantic-UI/commit/77b98a6c4a2caed10fb66ac560fe3d849e12720c)
- Adds new src [`da6b789`](https://github.com/fomantic/Fomantic-UI/commit/da6b78993a114bfff576870b8e7ecc921ddcae37)
- missed committing some files [`d38d5eb`](https://github.com/fomantic/Fomantic-UI/commit/d38d5ebc66f75ef7a79b909551acb6e3abd52f85)
- Hey we got it all working again! [`ae60b15`](https://github.com/fomantic/Fomantic-UI/commit/ae60b15302733ff96efa3668c925ae5421196e6b)
- Modifies structure of package include [`7d4fdbe`](https://github.com/fomantic/Fomantic-UI/commit/7d4fdbe66384449a8952351d3654d43f9762c75b)
- Adds new style directory: "shaded", old site style is now classic. the idea is, to have same UI as flat but with subtle shading and box shadow, basically a really simple fork. [`64c131f`](https://github.com/fomantic/Fomantic-UI/commit/64c131f731b1e441e099f2db6993ac173c490976)
- Adds new styles and documentation for generic item view [`e5b847c`](https://github.com/fomantic/Fomantic-UI/commit/e5b847cb00651997aae167a54f4a24c75172b8f7)
- massive revisions to menu [`1cac5f5`](https://github.com/fomantic/Fomantic-UI/commit/1cac5f52c3ae19315dffd0472c3cf3a05da1ed04)
- structure -- grunt watch and upgrade. [`3957c5a`](https://github.com/fomantic/Fomantic-UI/commit/3957c5ac3c287026e6e05e1233a373c5ea656066)
- adding more variations and docs for menu, adding badge type [`a2001c6`](https://github.com/fomantic/Fomantic-UI/commit/a2001c63b4dab2f51652ae69357a2197bb8699a8)
- iteration on icons [`6104ab5`](https://github.com/fomantic/Fomantic-UI/commit/6104ab5783a429d7c6a8fa5e17fe0304caaa6899)
- lots of iteration [`7ad57f1`](https://github.com/fomantic/Fomantic-UI/commit/7ad57f1eaefde9fbccea8824b2d77c2e214ec48e)
- Fixes mediaqueries once and for all, adds stacking demos to items, grid [`82f01a0`](https://github.com/fomantic/Fomantic-UI/commit/82f01a024a5700ac99d1631c698db41d8a517791)
- moves button and form to ems, NO MORE PIXELSgit status. Redoes checkbox class [`b2c751d`](https://github.com/fomantic/Fomantic-UI/commit/b2c751d9481537ed3370de420f0b93ad6eb04f9a)
- adding progress/header docs, iteration on ui [`766dd02`](https://github.com/fomantic/Fomantic-UI/commit/766dd023d9d68d006d291572bc5aa5937683bd66)
- adds back in spec, iteration on ui module order [`1578e02`](https://github.com/fomantic/Fomantic-UI/commit/1578e02a390e6ca9a0997ebd321588b235219556)
- ui: tweaks with tables and some other stuff [`4fe2263`](https://github.com/fomantic/Fomantic-UI/commit/4fe22637dda9f8730537bfbf1594914fa5261318)
- Adds fixes/updates for radio buttons with checkbox.js, adds fixes to gruntfile so it watches js file changes, adds fixes to menu dropdowns, adds fixes to menu labels, adds fixes to segment variations, adds fixes to header spacing and new header variations [`7f77b72`](https://github.com/fomantic/Fomantic-UI/commit/7f77b7220b9b91d017c815d544a5fe9e8d2116fa)
- days work on messages, icons, segments [`5cd94a1`](https://github.com/fomantic/Fomantic-UI/commit/5cd94a1ad14d5f519599572d24cd358a94564c76)
- iteration on all the stuffs [`9fe6db4`](https://github.com/fomantic/Fomantic-UI/commit/9fe6db47dfef1e4e0763949320ace4be92f1d95d)
- grid: iterating on grid docs/ui [`8273423`](https://github.com/fomantic/Fomantic-UI/commit/82734238a78e5fc9a54e2698622f36e06ebf0705)
- Beginning comment view, fixes to message colors [`912960c`](https://github.com/fomantic/Fomantic-UI/commit/912960c5c3adbac45943452a3e5f7e9992beac3c)
- fixes OR to be em based, adds some variations to grid [`7d7e040`](https://github.com/fomantic/Fomantic-UI/commit/7d7e04000a0f4d845c43bf36eca929e34c07dee2)
- Renames UI Block to message to be more explicit` [`87a8221`](https://github.com/fomantic/Fomantic-UI/commit/87a8221073c79725ec9ef05dd225d9d8a6e11998)
- iteration on feed, menu fixes for icons [`fc265d0`](https://github.com/fomantic/Fomantic-UI/commit/fc265d0dc194c7616c129e650a027f0f8f68a067)
- headers: working on new header styles [`d2d4831`](https://github.com/fomantic/Fomantic-UI/commit/d2d483163749d6acb2259d8c00cbdee2922df1c0)
- Renames boilerplate to spec folder, adds commented and uncommented module spec [`76a424f`](https://github.com/fomantic/Fomantic-UI/commit/76a424f6857795c79038fe01ccfdc8194df754e0)
- adding definition page and many variations to segments [`2fe762c`](https://github.com/fomantic/Fomantic-UI/commit/2fe762c317f25507321e955ee7bc6ac687795f1e)
- working on tags, fixed all the old menus. 3am on a friday yeahh [`bdf6bad`](https://github.com/fomantic/Fomantic-UI/commit/bdf6bad38ddb5ce465c5d6793c230c7bafc93776)
- fixes up grid examples a bunch, adds more module docs [`19d2143`](https://github.com/fomantic/Fomantic-UI/commit/19d214382f7b96a9d0ae31fb145b650f272a94b1)
- coding a storm up the ui menu class [`cff2724`](https://github.com/fomantic/Fomantic-UI/commit/cff27242f91e01e09a7c5a1fba9740d8b3b1b451)
- additions to label, icon, header, button. near finishing comments [`c0d68e3`](https://github.com/fomantic/Fomantic-UI/commit/c0d68e3000e9f794b74ff96bf7bc4a7a83b090bf)
- lots of new stuff [`8f63998`](https://github.com/fomantic/Fomantic-UI/commit/8f63998a42f72378f167ca2ae7125094c2acc41b)
- changes to items [`b26e325`](https://github.com/fomantic/Fomantic-UI/commit/b26e3256eed25257cfdea52b684f1432245d0837)
- day of iterating on header variations, tweaks to homepage, icons, menus [`1443aa6`](https://github.com/fomantic/Fomantic-UI/commit/1443aa6350ebf36f983b20e2deac025ed02a790b)
- finishing up comments [`8f4f838`](https://github.com/fomantic/Fomantic-UI/commit/8f4f838d18a65b06b95ee26f1455ccd835a38db4)
- Fixes top level categories some [`b4c959e`](https://github.com/fomantic/Fomantic-UI/commit/b4c959e163f7294e956682946a46fc1866cb80bb)
- starting on text blocks [`aa2a200`](https://github.com/fomantic/Fomantic-UI/commit/aa2a2003ccaba6e0b7f447e5c65922cc6112c428)
- iteration on text menus, label menus [`859f61d`](https://github.com/fomantic/Fomantic-UI/commit/859f61d57260a0bd215ccd42f6dc3867378d4c74)
- added basic steps, tweaks on icons [`bc5e192`](https://github.com/fomantic/Fomantic-UI/commit/bc5e192a607756b2591ae4908d9b8587e16032c8)
- Adds more menu examples, fixes some issues with pointing menus, fixes [`5971811`](https://github.com/fomantic/Fomantic-UI/commit/59718117007b5a34a73aff08ac2c1636544d5667)
- finally fixes the top menu, issue with getCollections [`a618eda`](https://github.com/fomantic/Fomantic-UI/commit/a618eda91c451fc16418cee641cbcd063f91ee4b)
- labels: finishing up work on labels [`b690f5b`](https://github.com/fomantic/Fomantic-UI/commit/b690f5b2bed06ce932b5da0a10ea6761145a6515)
- iterating on checkbox/module design pages, form fixes, table fixes, progress fixes [`53df49a`](https://github.com/fomantic/Fomantic-UI/commit/53df49a4c5c157c0dc2f62cf4f78f89ed55476ef)
- lots of fixes to form and button, adds beginning of checkbox docs [`5f8d295`](https://github.com/fomantic/Fomantic-UI/commit/5f8d2956a8bac66e34431e683685987cde913e75)
- fixing some issues with form,menu,segment [`b16049a`](https://github.com/fomantic/Fomantic-UI/commit/b16049a2ba98705a19032f52a97628fa46076099)
- updating structure of docs [`ed4f872`](https://github.com/fomantic/Fomantic-UI/commit/ed4f872ffc971e9d64666bea753d3db3a8dd6bd5)
- Adds more examples to groups [`8f74ceb`](https://github.com/fomantic/Fomantic-UI/commit/8f74ceb2e5d486c6729c068b6e35195f98c4aced)
- adding more needed styles to segment [`014fff3`](https://github.com/fomantic/Fomantic-UI/commit/014fff326c309f6550f952eef311c942202eb2a4)
- work on grid [`1f4a1db`](https://github.com/fomantic/Fomantic-UI/commit/1f4a1dbee4588c59da7df3434f51a178080a0886)
- adds kitchen sink start, adds google doc calendar into kitchen sink [`17b4a69`](https://github.com/fomantic/Fomantic-UI/commit/17b4a699e2a8cdf61139d8748873af5d0cf23639)
- iterating on text size issues, rem/em/px [`7bed0a8`](https://github.com/fomantic/Fomantic-UI/commit/7bed0a8aa1080114503e895ff9d44e326571f096)
- moving steps over from em [`538694a`](https://github.com/fomantic/Fomantic-UI/commit/538694ace421a7b9ff45198ce2af99ce5deed73e)
- adds colors to menu, without inversion [`9c3943e`](https://github.com/fomantic/Fomantic-UI/commit/9c3943edaef921cdbfd0f6f3c72e7f9661960aeb)
- Fixed pointing menu to not use border radius, started work on items [`ae58ad2`](https://github.com/fomantic/Fomantic-UI/commit/ae58ad20045672557d956d2e78433d088b062977)
- first commit dropdown js [`77dd489`](https://github.com/fomantic/Fomantic-UI/commit/77dd489a7a84d2bc39254ee58db6810b7c20b8c3)
- adds lots of new variations to menus [`181860c`](https://github.com/fomantic/Fomantic-UI/commit/181860ce7ecafc3a2fdd477f33647ae74767acf4)
- swaps all docs to use ui headers instead of h1-h6 [`6454356`](https://github.com/fomantic/Fomantic-UI/commit/64543560ffa84ba1d0f61eaa38a44b14c9d95481)
- fixes issue with peek [`2e18a95`](https://github.com/fomantic/Fomantic-UI/commit/2e18a955577130d75795f0779ae2f0aecc5a87d8)
- reworking tags as ui label class [`4137024`](https://github.com/fomantic/Fomantic-UI/commit/41370242a301540fbaa7a720d34ccdb5d3dd512a)
- minor menu issues [`92bfaa3`](https://github.com/fomantic/Fomantic-UI/commit/92bfaa378535103b8ad4d1cf636a90b28bdeb15f)
- Various fixes to grid/menu [`d1c5672`](https://github.com/fomantic/Fomantic-UI/commit/d1c5672befe9dbc6c88943a53fb7e525c3fce7f3)
- finishing up the text block page [`92d3bd6`](https://github.com/fomantic/Fomantic-UI/commit/92d3bd6fb3b66f0393b618501e361ac6ef76d196)
- iteration on intro page [`a4fad21`](https://github.com/fomantic/Fomantic-UI/commit/a4fad21ea7535d1acd2532194d1c631420f66c8a)
- fixes to menu style, fixes to checkbox docs, removes weird outline in chrome for checkbox [`fb083b6`](https://github.com/fomantic/Fomantic-UI/commit/fb083b6aa145decb89720ddab5d40ea2db3944f0)
- segment: adds stacked segment, fixes some examples [`2108cb4`](https://github.com/fomantic/Fomantic-UI/commit/2108cb4626612373a528f8c33dd5924ee0fd4177)
- grid: iteration on docs [`d231c15`](https://github.com/fomantic/Fomantic-UI/commit/d231c15528df488de08a6c0e01c372cc7bb9bc25)
- structure -- altered component.json to match new file structure. [`ca5821a`](https://github.com/fomantic/Fomantic-UI/commit/ca5821a3ef2f081024f848e73ce7c44d9b901883)
- fixes redundant rules and vertical spacing [`131d4b2`](https://github.com/fomantic/Fomantic-UI/commit/131d4b242c6024a66325d16a3fee1d05857e055f)
- fixes to menu dropdowns, fixes to icons, added new circular variation to icons [`eb3a628`](https://github.com/fomantic/Fomantic-UI/commit/eb3a62846918d5c10452687f4e4dbd1b85002d09)
- header: adds colors to docs [`eb11fe5`](https://github.com/fomantic/Fomantic-UI/commit/eb11fe59912812a5ea8f58f36d821ddc96460acd)
- adding more examples for checkbox, fixes to menu [`2bef400`](https://github.com/fomantic/Fomantic-UI/commit/2bef4005c67598b114357223ec549d4274722b84)
- modifies doc 'peek' menus to use <a> tags, so they can work with submenus [`750edf3`](https://github.com/fomantic/Fomantic-UI/commit/750edf3e21d04c72ddc02946b23b1d3614096f2f)
- Fixes some broken icons, example content [`7470b94`](https://github.com/fomantic/Fomantic-UI/commit/7470b9433696902e77eaa7e6e645d20e7afd966d)
- fixes broken a tags [`e1eaa04`](https://github.com/fomantic/Fomantic-UI/commit/e1eaa043190bae338b8dfd34bb2aefba1b73c866)
- fixes to item layout on overview [`975e591`](https://github.com/fomantic/Fomantic-UI/commit/975e5915e7a1e6e6b2ce7bd648011d2fd4df8e4a)
- iterating on grid [`93fea69`](https://github.com/fomantic/Fomantic-UI/commit/93fea6995a6ff251d5dab78f1d3f2f89ed250601)
- fixes button dividers between groups, fixes resizing of homepage [`e6d964c`](https://github.com/fomantic/Fomantic-UI/commit/e6d964c999e097ff2e13d20f7890b9046cc8870f)
- table: fixes namespace issue with grid [`8639ff2`](https://github.com/fomantic/Fomantic-UI/commit/8639ff2931af096fb9930ee38f9313a00bb8020c)
- fixes rounding error in popup, adds fixes to messages, start of index [`582f34f`](https://github.com/fomantic/Fomantic-UI/commit/582f34fcfabceb37590974c68dcca973751f7ed7)
- adds fix for grid padding, adds comment view [`bd9aa54`](https://github.com/fomantic/Fomantic-UI/commit/bd9aa5452b5f93f4953e6f7d9b5f081d3c5f9958)
- fixes example [`792eba4`](https://github.com/fomantic/Fomantic-UI/commit/792eba4a872c80cc4cdd3f70865bbf3c08f2680e)
- change header on toc [`b920fbe`](https://github.com/fomantic/Fomantic-UI/commit/b920fbe2d658d73c2098d374c4651faf3e69e144)
- fixing some bugs [`e722e1f`](https://github.com/fomantic/Fomantic-UI/commit/e722e1fc243180526445606299e08d0c45e66056)
- structure -- c style comments not part of json spec. [`0d94703`](https://github.com/fomantic/Fomantic-UI/commit/0d9470307e1ca10d285189b55c99bc335c645021)
- fix for menu flyout [`6100429`](https://github.com/fomantic/Fomantic-UI/commit/610042936ab7bf12affbf3a436d5adb3010b2908)
- structure -- slashes out of component. [`8e8a20b`](https://github.com/fomantic/Fomantic-UI/commit/8e8a20b713b8b5c89cff00f44ecf05948c68ac86)
- Fixes docpad to add CNAME file on gh-pages create [`b52e6ce`](https://github.com/fomantic/Fomantic-UI/commit/b52e6ce8c2a72f9e6a7ba3c5d56de5576f9c0210)
- removes design/develop mode from pages that arent ui [`9bf6414`](https://github.com/fomantic/Fomantic-UI/commit/9bf64142ad91036d4a02d4d258ea364dbafc49f7)
- fixes menu button [`4510e47`](https://github.com/fomantic/Fomantic-UI/commit/4510e476951d6c2b2f35bc4d32a46ebad22e5352)
- reverts dropdown menu shift [`96b46a8`](https://github.com/fomantic/Fomantic-UI/commit/96b46a8de056a589cb74ccba2b46694265ad6cf4)
- structure -- typo in component. [`9cdee47`](https://github.com/fomantic/Fomantic-UI/commit/9cdee479187fcc36e66c006e67b304d8d6f04bea)
- structure -- getting odd error about library name [`bf15586`](https://github.com/fomantic/Fomantic-UI/commit/bf1558685b14e0ebc530c3c5fb0cc6c5a74c7488)
- Fixes modulename in some modules, adds new font awesome icon port, removes down class from menus, fixes input positionining again, adds new coupling for tabular menu with attached segments, fixes attached tabular segment formatting [`49a8609`](https://github.com/fomantic/Fomantic-UI/commit/49a8609f65e454dcbaf6f0fd2d94f75b88a25dff)
- Renames behavior dir to plural [`7b6f73c`](https://github.com/fomantic/Fomantic-UI/commit/7b6f73cc449a7dcbba11403a36b0f6e176dca681)
- Beginning to write alternative themes to menus [`640355c`](https://github.com/fomantic/Fomantic-UI/commit/640355c61039f74de8ef83088717e8948f990466)
- Fixes performance logging in several modules. Fixes some consistency issues in dropdown [`6d92d72`](https://github.com/fomantic/Fomantic-UI/commit/6d92d728d9d8bcf2cdb79eb0258623b77e0e5b05)
- Near complete rewrite of popup [`2928c95`](https://github.com/fomantic/Fomantic-UI/commit/2928c95f785dfd5354438152441e0af439e455a3)
- Updates to chat, homepage [`fe6810a`](https://github.com/fomantic/Fomantic-UI/commit/fe6810ae668b701f563bb242693040333d5281ae)
- fixes work on importing font awesome icon [`b96e862`](https://github.com/fomantic/Fomantic-UI/commit/b96e8628eb85aa0a0595a1db8f9a9b1f2e586f84)
- Updates video component, fixes some issues with inverted secondary menus [`22d3540`](https://github.com/fomantic/Fomantic-UI/commit/22d354057760f64a03903f1f59e930c4f4a9f38e)
- adds docco grunt task, setting up docco to build automatically [`6a30cea`](https://github.com/fomantic/Fomantic-UI/commit/6a30ceaedabf3ccd6e8003d1959712088978f130)
- Removes references to performance.display(), out of scope! [`557163e`](https://github.com/fomantic/Fomantic-UI/commit/557163e48153eaed96a4696ea9b4b0faa3b0293c)
- writing docs for modules, fixing paths [`9d7f6cc`](https://github.com/fomantic/Fomantic-UI/commit/9d7f6ccda9bb5c11901112368e7866cbc9f553fd)
- text menu: fixes box shadow from appearing [`75b69ce`](https://github.com/fomantic/Fomantic-UI/commit/75b69ce5cde4f815d42771615090a43d9ac4b84f)
- removes incomplete modules from download package [`730376b`](https://github.com/fomantic/Fomantic-UI/commit/730376b513a37bbd3955fe8d38b4244e6ef242d1)
- Builds version 0.11.0 for release [`232dd22`](https://github.com/fomantic/Fomantic-UI/commit/232dd22d1aa54607289e5391a2cb04380bdfce4e)
- Updating many components over weekend. [`eda1bd2`](https://github.com/fomantic/Fomantic-UI/commit/eda1bd2b139d977952daea90c06a2401c4ebe21c)
- Adds theming example to docs [`e3a7b24`](https://github.com/fomantic/Fomantic-UI/commit/e3a7b242ddf2b27a0cbc0bff4c2d5abc8fcf0948)
- Adds some test coverage, sets up fixtures for testing [`f0466ef`](https://github.com/fomantic/Fomantic-UI/commit/f0466efbdf6fdd55562fd91689a5d3f46f31f8f5)
- Adds updated homepage, lots of fixes to button, adds basic buttons, new [`a6ef2a4`](https://github.com/fomantic/Fomantic-UI/commit/a6ef2a43e6ad19f15da25758d5c880b566702cc9)
- Finishing first pass on css transition module, needs docs. Some animations need debugging. [`a1e1dd7`](https://github.com/fomantic/Fomantic-UI/commit/a1e1dd7ec6162183994dbe91985372722f15730e)
- Adds new files to build [`fc37553`](https://github.com/fomantic/Fomantic-UI/commit/fc375530bc2735afa01eaa8b09ec1658a4ece8e5)
- Updates module performance to show the total init count [`351f712`](https://github.com/fomantic/Fomantic-UI/commit/351f71262713894a72cff6b5ab1c471133ebc360)
- Adds new modal, fixes to dimmer and transition [`61fb46f`](https://github.com/fomantic/Fomantic-UI/commit/61fb46f88ac2124afe798753de7751e73d380c9a)
- Adds lots of new stuff. Chatroom first pass, rating, updates to checkbox [`c197568`](https://github.com/fomantic/Fomantic-UI/commit/c1975689f49ab20626e0d7f93f87bbc98eaf7d8d)
- Version uptick and build [`060a3f3`](https://github.com/fomantic/Fomantic-UI/commit/060a3f3b91d59b4d4aa9e41a43acad18a3c24520)
- Invoke now can translate ('make money') to makeMoney or make: { money: function(){}} [`036bce4`](https://github.com/fomantic/Fomantic-UI/commit/036bce4aa6294c013f0054725fc35393cd7e0786)
- font awesome files [`dd977b6`](https://github.com/fomantic/Fomantic-UI/commit/dd977b67d6842886509f52c16170d352aa96262d)
- updates comment banners to be consistent across project [`a159535`](https://github.com/fomantic/Fomantic-UI/commit/a159535bf1d7735e67b5bf4edc1ba5e4aeb24585)
- Holy calamity animations up the wazoo. Integrating transitions lib into [`ed6c935`](https://github.com/fomantic/Fomantic-UI/commit/ed6c93518dd004d2999cbf4e1de1981fe881703e)
- Adds more css reset themes, adds flag start docs, fixes piled segment for the zillionth time [`0e4d37b`](https://github.com/fomantic/Fomantic-UI/commit/0e4d37bd8f5dc95b68bbf733bec518fb1ad881e0)
- Adds first docs for modal, adds revisions to modal and dimmer [`294fa68`](https://github.com/fomantic/Fomantic-UI/commit/294fa68f83690070f63b9710e591d7cf5a2ea61a)
- origami: origami is now SHAPE. Working on new button styles to match new GE page. Added doc page. Working on default doc styling for 'semantic' [`cca7fdd`](https://github.com/fomantic/Fomantic-UI/commit/cca7fddd96a91277d862f2bf4324e2d4d3a9544f)
- Iterating on module design pattern. Fixes to performance logging. Much work on dimmer class, new thoughts on fusion of dimmer and modal [`a4332c6`](https://github.com/fomantic/Fomantic-UI/commit/a4332c6095ac0e3576e73098a886210a7608b799)
- Builds packages with new themes [`4cb05d0`](https://github.com/fomantic/Fomantic-UI/commit/4cb05d0b29a6f8283b308255619e3f84250ef8f2)
- Adds missing files to src [`0ad6a4f`](https://github.com/fomantic/Fomantic-UI/commit/0ad6a4f0ecd9864cf982210768a6c18ff90c0f8c)
- Modify default button theme to be flat, add old theme as 'classic', fix centered popup offset, modify example styles [`23509d6`](https://github.com/fomantic/Fomantic-UI/commit/23509d650fa9a92bf51a6f04dee314e4b0ddaedf)
- Rebuild files after branch merge [`e12aa99`](https://github.com/fomantic/Fomantic-UI/commit/e12aa99e24a18e63f267c094d0c156d48181ac2f)
- Iteration on sidebar and other fixes [`745232d`](https://github.com/fomantic/Fomantic-UI/commit/745232d626964aa5a39bdb36c9bd7156985e7dc0)
- Restructures theming folder to be more structured, renames user themes site theme. Fixes up semantic.config to only give example config with instructions to avoid overrwrite on update [`527dfe0`](https://github.com/fomantic/Fomantic-UI/commit/527dfe0202607ddc70197f175af226a417d21c6b)
- Modifications to grid, addition of new container class. Variable fixes [`a18186b`](https://github.com/fomantic/Fomantic-UI/commit/a18186b57c38458bd0cdfcc5ada7eb09766bd415)
- First version of dimmer added [`1415a1a`](https://github.com/fomantic/Fomantic-UI/commit/1415a1a1bd7fff32cb6c3fb4fe14144d705a0af6)
- Builds version 0.13.0 updates release notes [`3f7e69d`](https://github.com/fomantic/Fomantic-UI/commit/3f7e69de765e045a198abb285a6e44bc29157ce8)
- removes undocumented error state for buttons, adds in draft components [`0be2499`](https://github.com/fomantic/Fomantic-UI/commit/0be249972d16701473a0ad8a200412eb8cab24fd)
- Adds first draft of sidebar (blind coded) [`242f661`](https://github.com/fomantic/Fomantic-UI/commit/242f6617dd17c31f6f99c1331a975da2f0b322e3)
- This is the time where i need to go to bed` [`82746f9`](https://github.com/fomantic/Fomantic-UI/commit/82746f90c9fe1ac8c03aedb2d484e5f4c2701761)
- updates version number and creates release [`b80b438`](https://github.com/fomantic/Fomantic-UI/commit/b80b43893fe15720764d1e57a62afa9afeb71059)
- builds, packages, ticks up release # [`7877088`](https://github.com/fomantic/Fomantic-UI/commit/78770887176524e7379d6e59094dcb698da946a8)
- ui: wrote a first pass at a menu, created an all new layout for docs with top fixed nav. wired in some spying menus that follow you around [`c13af2f`](https://github.com/fomantic/Fomantic-UI/commit/c13af2fed72391f75460d88ea091e3c602422290)
- labels: adds corner labels, refactors corner labels out of items, adds start of input docs [`a4faa1e`](https://github.com/fomantic/Fomantic-UI/commit/a4faa1ed2cf1c3b8723e0c5250c0440a4b244ace)
- sub classes basic icon set to avoid issues with concatenated version icons not working [`68f4dfb`](https://github.com/fomantic/Fomantic-UI/commit/68f4dfb15ef5c4dafde66b04fc10c2ae03ba1990)
- Builds version 0.12.0 [`8e154a8`](https://github.com/fomantic/Fomantic-UI/commit/8e154a88214636c69895dd084df6e07cdcbadd58)
- fixes bug in first error/log not displaying. work on docs for transition [`f665960`](https://github.com/fomantic/Fomantic-UI/commit/f665960bbe1c4892bc1f89e86394b663f9585485)
- icon, adds plus alias, builds files [`ac29c0e`](https://github.com/fomantic/Fomantic-UI/commit/ac29c0ede81a93faa21dba43b1c9afb4ff05eb4a)
- Blind coding of css animation module [`2004e65`](https://github.com/fomantic/Fomantic-UI/commit/2004e65cebcbe9258e1bee20457ae164726ff7d1)
- First rough non-working pass at rapid writing carousel module [`d268212`](https://github.com/fomantic/Fomantic-UI/commit/d268212d9236837aa300a508ba6aba2e1580de33)
- Updates to header, button, and lots of updates to dropdown [`bf06ceb`](https://github.com/fomantic/Fomantic-UI/commit/bf06cebc8ba55c19b0d835f2f2fb16199e4c4997)
- updating form/block class [`a8a36f0`](https://github.com/fomantic/Fomantic-UI/commit/a8a36f093914748ed9d937f9848ac866bff59586)
- fixes to icon menu and some other variations [`2035fc2`](https://github.com/fomantic/Fomantic-UI/commit/2035fc29332b4385e06c68e13221897809dca20b)
- Completes theming director and include setup [`61d07e9`](https://github.com/fomantic/Fomantic-UI/commit/61d07e91a1c61a6d07716424b778ca718c284393)
- Rebuilds release packages and upticks version [`f62e81d`](https://github.com/fomantic/Fomantic-UI/commit/f62e81d07b6d83a5f6b9ff0bc8bdc1e83269914e)
- Fixes basic icon path in docs [`785007a`](https://github.com/fomantic/Fomantic-UI/commit/785007a3cc6f4f4447e3c55fb080400b2ac278e4)
- Packages version 0.10.3 for release [`f4309e4`](https://github.com/fomantic/Fomantic-UI/commit/f4309e439eb1af89eba1717743c7de8ce6e189d0)
- Finishes new nav menu for docs [`c28dcfb`](https://github.com/fomantic/Fomantic-UI/commit/c28dcfb92c329aa78cd7699fa8070386bce54890)
- Attempting to move basic icon set to separate theme instead of subclassed [`743c721`](https://github.com/fomantic/Fomantic-UI/commit/743c7212e7d726288b9a6aac6385d6be6407b5d5)
- Updates widget factory to be more consistent accross modules [`fdea309`](https://github.com/fomantic/Fomantic-UI/commit/fdea3091b79b06139354449d214b388171ba8a69)
- Fixes from today to semantic [`8c78ac2`](https://github.com/fomantic/Fomantic-UI/commit/8c78ac273ab42b60c3ebf9fb629444b6ca6dff24)
- adds docs for ui table [`72577ad`](https://github.com/fomantic/Fomantic-UI/commit/72577ad974e76209492e52eed8390f210b40f485)
- iterating on icon font work [`2d43eb3`](https://github.com/fomantic/Fomantic-UI/commit/2d43eb3bc90d72fad6f04ef4f20deaeabc5d9e6a)
- Changes to homepage mockup [`ea2313d`](https://github.com/fomantic/Fomantic-UI/commit/ea2313db44dc88ffa97ebb7e220792fd054c67e7)
- builds and tags new version [`2af3b73`](https://github.com/fomantic/Fomantic-UI/commit/2af3b73fbcec6bd36c000833403fdb1d4451c2e8)
- Origami: Initial commit of origami module [`e767422`](https://github.com/fomantic/Fomantic-UI/commit/e7674226de29124a423f9158a2f089e28ca0776a)
- Add proper console output for jasmine tests and proper include. Creates new test for running with continuous integration or for local watch [`eb6ed4b`](https://github.com/fomantic/Fomantic-UI/commit/eb6ed4befc32d88f0881167ce704aec1adb88fdb)
- Fixes less build causing error. Missing container from semantic.config [`7b8996b`](https://github.com/fomantic/Fomantic-UI/commit/7b8996b5b2b95e7543da8c8045ca8dd0e83abaa0)
- Rewrote a ton of shit in a ton of modules. [`82b4144`](https://github.com/fomantic/Fomantic-UI/commit/82b4144bca0739640d17997ef39206b9de4bbaf1)
- Adds list style, docs [`55c4436`](https://github.com/fomantic/Fomantic-UI/commit/55c443684acdeaec8740c39029258e54c092b2b7)
- Adds variables for labels, adds some new loader styles using css animations [`98292d8`](https://github.com/fomantic/Fomantic-UI/commit/98292d853c410c96d8b6727a65c90b023045b768)
- Initial write of progress module [`07ea079`](https://github.com/fomantic/Fomantic-UI/commit/07ea079fb54bac99a49ced8e3ecbe50d0f29fa96)
- Iterating on homepage [`bb1be57`](https://github.com/fomantic/Fomantic-UI/commit/bb1be57d6fef0a4990e5fe290241d244a479d56d)
- Adds first working pass of dropdown js [`f932da4`](https://github.com/fomantic/Fomantic-UI/commit/f932da4f08b16ac07bb89ae4029bca8cf4ad66fd)
- adds pointing style to dropdown menu, fixes issue with vertical min height in menu [`bb16f2b`](https://github.com/fomantic/Fomantic-UI/commit/bb16f2b77ce64a8d25e4ffd9b315bf44a0ca5786)
- Near complete with theming structure [`19e1e81`](https://github.com/fomantic/Fomantic-UI/commit/19e1e817625965996af1c34f03d6db2a4886b20b)
- Rebuild for beta docs [`48cc788`](https://github.com/fomantic/Fomantic-UI/commit/48cc78884ae946217a8c7145651c8683e7925e5c)
- Fixes some error messages in API, updates from branch [`fb97f98`](https://github.com/fomantic/Fomantic-UI/commit/fb97f984917efd3bea78c0b988b5d432436b72d6)
- Updates docs to include new tab layout, adds sortable tables [`52f1a87`](https://github.com/fomantic/Fomantic-UI/commit/52f1a87114abad01065ba111542f9470aa72b845)
- adds a host of new options to dropdown class, fixes to menu, stuff [`39199fe`](https://github.com/fomantic/Fomantic-UI/commit/39199fe9fd829d218dc9f13690c8071adc42fdce)
- Added many new content types inside dropdowns [`c5490a4`](https://github.com/fomantic/Fomantic-UI/commit/c5490a4a32270e9e28782db841556786ad27e412)
- late night changes [`491a3a3`](https://github.com/fomantic/Fomantic-UI/commit/491a3a39946bf44379265d616a8d20a7b9fd6811)
- Revise segment docs, fix zindex issue with piled segment and add disclaimer [`5bcff31`](https://github.com/fomantic/Fomantic-UI/commit/5bcff317bc105628650734b80c254325e6f0a77e)
- Work on rating and tab updates. Tab documentation [`90b9f81`](https://github.com/fomantic/Fomantic-UI/commit/90b9f818c9e8294e0ff065eee3208d913ad4eb98)
- Adds semantic standard explanation page, adds first spec page for button. Continues to modify button class for new ui buttons [`55abf36`](https://github.com/fomantic/Fomantic-UI/commit/55abf36b66f8e23d2853d1a377b6cf23a3780fb2)
- Iteration on design for customize/build page, first passs [`abe546b`](https://github.com/fomantic/Fomantic-UI/commit/abe546b22076b93b1bbe218b0935e8de7bac64b7)
- Fix modal mobile sizes, add several new variables, add modal header lineheight [`7e1c9d4`](https://github.com/fomantic/Fomantic-UI/commit/7e1c9d41114a8e36f64c22e4049826c30e82e734)
- Adds stub for progress bar theming/enhancements [`b77136d`](https://github.com/fomantic/Fomantic-UI/commit/b77136da1fc95750e00063c319f955c8b6f06809)
- Adding partials for each UI element in prep for kitchen sink, updatings language menu [`4980437`](https://github.com/fomantic/Fomantic-UI/commit/4980437db6a96ee9a43f8741ad13f485020bee00)
- Builds version 0.12.5 and adds release notes [`b2b876f`](https://github.com/fomantic/Fomantic-UI/commit/b2b876f4f7f26425e4a5b15f304ee50b1324fe10)
- Redoes icon docs, adds internal grid example, adds social circular icon example [`e28814b`](https://github.com/fomantic/Fomantic-UI/commit/e28814b1276a070e4e280624bc8d06e2a36bc2e6)
- Rebuilds release package for deploy [`616aa6b`](https://github.com/fomantic/Fomantic-UI/commit/616aa6b07ed7f6cc6926026bdd6fd984fa4ef5ec)
- Mergest master into css [`08d179c`](https://github.com/fomantic/Fomantic-UI/commit/08d179c6be3e782e7efc7692d1e733d314f7db5b)
- Updates message, table, working on fixes for transition with dropdown [`4b3cf08`](https://github.com/fomantic/Fomantic-UI/commit/4b3cf08757c6c484921608367c2bb96920e8ec63)
- Rebuild packages for beta docs [`7cc44e3`](https://github.com/fomantic/Fomantic-UI/commit/7cc44e36cdc04fc6aa62b857b8d480621b86a967)
- lazy commit of semantic module spec inside shape.. will edit out later [`efc8bdc`](https://github.com/fomantic/Fomantic-UI/commit/efc8bdc920ca4d87f4ab5972127664db6b5c9895)
- updates built version, ticks up minor version [`193e1ea`](https://github.com/fomantic/Fomantic-UI/commit/193e1eaadf4951f2e7584359769891e81fcf1d8d)
- lists like a baller [`82ba843`](https://github.com/fomantic/Fomantic-UI/commit/82ba84308a822bd1c05023dfd2c91fb73ef554dd)
- fixes bug in dimmable where multiple dimmers might show [`addba19`](https://github.com/fomantic/Fomantic-UI/commit/addba19dfea9dd371fdd4578659f0f97a8d19204)
- Adds our custom fonts, fixes to menu inversion issues [`54a5bf7`](https://github.com/fomantic/Fomantic-UI/commit/54a5bf7400149be0f7689f5ef2e69742b2186710)
- Fixes word order on buttons [`64f33a4`](https://github.com/fomantic/Fomantic-UI/commit/64f33a479504bc1f4db2a1329f6aa49d4409dfab)
- Fixes to loader, label, menu, grid [`2a75faa`](https://github.com/fomantic/Fomantic-UI/commit/2a75faa2666f4ac27a8a8258a6387f703df835c6)
- Adds page overflow to site variables, to allow top level grids to use negative margins which might create scrollbars [`7413e7a`](https://github.com/fomantic/Fomantic-UI/commit/7413e7a0f1c627303de79f0466c63775117d7437)
- last update to sidebar before kaputz [`b5c248c`](https://github.com/fomantic/Fomantic-UI/commit/b5c248c59a2ad34bb5b0e22905dbc70d82bd1534)
- Builds 0.12.2 release version [`9f3027e`](https://github.com/fomantic/Fomantic-UI/commit/9f3027e24ced25b3cd2c0f1bdf450e6601364984)
- adds code samples to all ui currently defined [`4511940`](https://github.com/fomantic/Fomantic-UI/commit/4511940b18d5eb33c22319efa83b2579cda01360)
- Bundles version 0.13.1 and adds release notes [`237fe65`](https://github.com/fomantic/Fomantic-UI/commit/237fe655765a90411d2fc299528cff0399b49bba)
- swapping over sidebar to use touch events, no longer sidr lib [`b042bb4`](https://github.com/fomantic/Fomantic-UI/commit/b042bb478e8a3f6c3952a8cd5967cae4e8f35468)
- Updates tone and clarity of language on introduction pages, adds [`2c6b8fb`](https://github.com/fomantic/Fomantic-UI/commit/2c6b8fb8caf27a3090e21677601707d2a2bc7207)
- Updates with some new google pasta images, updates list view examples, [`e9b7e0c`](https://github.com/fomantic/Fomantic-UI/commit/e9b7e0c668747a6057116f621d9de6c5c89624a4)
- Adds transition lib to dropdowns! [`42035d7`](https://github.com/fomantic/Fomantic-UI/commit/42035d7ac810ef8999c606b3f45a5cf8fb83bfae)
- Experimenting with theme loading structure [`843f140`](https://github.com/fomantic/Fomantic-UI/commit/843f140554729b89246aa840449139068645bdd6)
- Adds font awesome icon port [`1fef8b7`](https://github.com/fomantic/Fomantic-UI/commit/1fef8b7f750308a1f30fc161d0b866501de26123)
- Begin work on wizard, which means writing out variations/states as YAML [`1924b69`](https://github.com/fomantic/Fomantic-UI/commit/1924b69e2ffd19d2f6f4890c40b3ec3dd9b8e204)
- Fixes accidental commit of themes to master [`647f4c9`](https://github.com/fomantic/Fomantic-UI/commit/647f4c9916297fd9c750bba97ecf219866a85241)
- Fixes casing of theme to match other folders [`d88b931`](https://github.com/fomantic/Fomantic-UI/commit/d88b9314afe569301779489cb169a5695f02606f)
- Fixes to button and dimmer [`20e07c3`](https://github.com/fomantic/Fomantic-UI/commit/20e07c3f6b045404d01e5d2070728653fcca8df1)
- Move reset variables to overrides to provide support for multiple reset styles [`760b216`](https://github.com/fomantic/Fomantic-UI/commit/760b2165d50bf9074060a83f2df3d99da8628dd0)
- adds new example directory with layout and code examples [`b42f907`](https://github.com/fomantic/Fomantic-UI/commit/b42f907d2ba0b3431f72e836b7785d2975dbc1c3)
- form: working on form restyling. [`ed52b42`](https://github.com/fomantic/Fomantic-UI/commit/ed52b42cc8d213a90e3979dad0d6320bc19e00cf)
- Dont initialize menu on mobile/tablet, fixes for responsive [`1767d93`](https://github.com/fomantic/Fomantic-UI/commit/1767d93bc2b06370473d9c82031be0ce1f2ccfe8)
- iteration on module docs [`23b82eb`](https://github.com/fomantic/Fomantic-UI/commit/23b82eb51570ddd444fa5dfe8d79535a06d7bb31)
- the fallling asleep commit [`0879886`](https://github.com/fomantic/Fomantic-UI/commit/0879886a5e3294c73a56d0be13fa125bb028c6b3)
- Creates release notes and package for 0.12.1 [`35342a4`](https://github.com/fomantic/Fomantic-UI/commit/35342a4979312989697d9d53a0460df784a418da)
- First pass at flags documentation [`2df6241`](https://github.com/fomantic/Fomantic-UI/commit/2df62411338cfaaf0ce85296517fa7a7d97d6a44)
- Fixes for grid, accordion, sidebar, button attachment [`e6637eb`](https://github.com/fomantic/Fomantic-UI/commit/e6637ebb4fab32db48d1e94907844e905693566d)
- removing all dropdown class from menu, changing automatic menu (without js) to be simple menu variation [`2c9cc46`](https://github.com/fomantic/Fomantic-UI/commit/2c9cc46bb982f3f5a231a3402cd12849f31ce2d1)
- finishing up dropdown module [`5a4e295`](https://github.com/fomantic/Fomantic-UI/commit/5a4e2954d4332ff7286f0acc87b08db492056ad1)
- Complete rewrite of dropdown to support searchable dropdown, optimizations, better scroll selection, easier to fix tab index [`f56d415`](https://github.com/fomantic/Fomantic-UI/commit/f56d41575ab01b20869c0cba0fb3890fa5260d39)
- Bunch of new doc writing [`c6c5040`](https://github.com/fomantic/Fomantic-UI/commit/c6c5040315f85d93866cf6ea6b09ce08f521795e)
- added first pass at dropdowns, modified forms to include new styles [`90687e5`](https://github.com/fomantic/Fomantic-UI/commit/90687e527869283b714383afc68b99cd72ca1818)
- adds fixes to inline validation [`74335dc`](https://github.com/fomantic/Fomantic-UI/commit/74335dc4e32e7858dd942347c43461e8eca29dad)
- continues to make modules conform to design pattern [`f48e3c8`](https://github.com/fomantic/Fomantic-UI/commit/f48e3c851f9d888c4e7847f5ffdf9525e17ee9fd)
- Fixes to headers, redoing colored headers to divide below, fixes to [`739e1cb`](https://github.com/fomantic/Fomantic-UI/commit/739e1cbffc42699f2f7851e82f9b339ac6c13e21)
- Build and version uptick [`ab5fd15`](https://github.com/fomantic/Fomantic-UI/commit/ab5fd157be9e4c99d409be7430635051570d45c2)
- Adds test coverage for all of javascript modules [`639ee62`](https://github.com/fomantic/Fomantic-UI/commit/639ee62b784ffa519f6eae5601ed5336b6c276cc)
- Repackages files and version uptick to 0.10.2 [`8714d7b`](https://github.com/fomantic/Fomantic-UI/commit/8714d7bfae3d4d2476e6e6fdde53a619115be78b)
- Fix overlap on basic grouped buttons so that hovered element always appears on top, fixes to progress docs [`914d262`](https://github.com/fomantic/Fomantic-UI/commit/914d2622ca0ce0c5cacd91a58bb449d9615b19de)
- Major updates to segment, header, table. [`ce405c6`](https://github.com/fomantic/Fomantic-UI/commit/ce405c60180ce018dc8b75d5d3b52f91bc759f43)
- removes commented module definition until can rewrite with latest code [`9d69172`](https://github.com/fomantic/Fomantic-UI/commit/9d691724e1e8dd725b633c9f48c5d2e9aff17883)
- Updates form validation features and docs [`8314297`](https://github.com/fomantic/Fomantic-UI/commit/83142970e92838365708e91bf217c054156fed96)
- Gets progress module to a point where it is ready to be published [`41f2d01`](https://github.com/fomantic/Fomantic-UI/commit/41f2d0123ae372755d1089f8b5952f1dff3b0685)
- Partially converted menu variables [`95b8802`](https://github.com/fomantic/Fomantic-UI/commit/95b88026e510c76ad2b0bf43efca2bfd3afb8502)
- Tweaks for undocumented nag component, add indicators for incomplete components to menu, updating incomplete component docs [`ad6c5ed`](https://github.com/fomantic/Fomantic-UI/commit/ad6c5eddde0b6f01fc964c29ebac376b3a6a9ed8)
- Adds more sidebar examples, adds css technique for fixed position [`9920b85`](https://github.com/fomantic/Fomantic-UI/commit/9920b8546f2570eff75e514032383f182354a98b)
- Iteration on buttons [`d373f1c`](https://github.com/fomantic/Fomantic-UI/commit/d373f1c3e4e4d2974c9e5a05209713fd1efa4348)
-#396, add word order dependency to all grid variations with multiple words [`18106ae`](https://github.com/fomantic/Fomantic-UI/commit/18106aee384fe8ac1781a3029af2f2035f2f2146)
- Update home examples so they work with 1.0 [`301744b`](https://github.com/fomantic/Fomantic-UI/commit/301744b32a1d77b41ffdc5e10e4625a0662c6570)
- comitting failed 3dtransform attempt for posterity [`9751764`](https://github.com/fomantic/Fomantic-UI/commit/97517646bc3fe75940e09e271f16cdf494913cec)
- New input stylings and other things [`a7aafe4`](https://github.com/fomantic/Fomantic-UI/commit/a7aafe47657d8544fa2535c79cc9debdcd1d58f0)
- Fixes to docs [`7ae8f77`](https://github.com/fomantic/Fomantic-UI/commit/7ae8f777a1dfda5fefc6bb88b7b0d4ec75fd27f4)
- Updates all checkbox examples to use new style [`8a1e2e5`](https://github.com/fomantic/Fomantic-UI/commit/8a1e2e5229c82ff5c6699a419fe47ae655726d66)
- adds new files missing from git. [`2a364ce`](https://github.com/fomantic/Fomantic-UI/commit/2a364ce96c6aaffa85086224715ded3cbde64836)
- build and uptick [`f5cda7d`](https://github.com/fomantic/Fomantic-UI/commit/f5cda7d4c68b87a472412d95f18d7a27e36db840)
- fixes issue with some files missing overrides, begins adding output grunt task [`19e8a8c`](https://github.com/fomantic/Fomantic-UI/commit/19e8a8ce1919919b8af19db08848a1fc86e618dd)
- Adds site definition, adds button margins, fixes and new variables [`d953c53`](https://github.com/fomantic/Fomantic-UI/commit/d953c5369e10a83c46aead2835d2e07b97daaa4e)
- Fixes bug in activate class on checkbox [`fe33570`](https://github.com/fomantic/Fomantic-UI/commit/fe335709199056c8ecef3e860da376f2a4d5d519)
- adds new source files from docs [`ea6e507`](https://github.com/fomantic/Fomantic-UI/commit/ea6e507df56b8ccac5b574e3755486d144912dfd)
- Bug fixes for grid, popup, adds visibility module [`6bc576e`](https://github.com/fomantic/Fomantic-UI/commit/6bc576e4311966c52bd45ba24602bee83a6b4520)
- Fixes to label/table [`7742e62`](https://github.com/fomantic/Fomantic-UI/commit/7742e626a9af53554f3b58abc7260b240a12fe08)
- moves examples into release [`a00d893`](https://github.com/fomantic/Fomantic-UI/commit/a00d8938a8823c44d7b05fce76cc941fc030d284)
- Several fixes for ui list, formatting changes. Redid list documentation [`4d0b8e5`](https://github.com/fomantic/Fomantic-UI/commit/4d0b8e565ed9ae8869d260ca8175edaabb8dfdcb)
- iteration on docs [`3761273`](https://github.com/fomantic/Fomantic-UI/commit/37612730d68e05adf07178abc0c5b685470df61b)
- begin importing font-awesome [`50ef73c`](https://github.com/fomantic/Fomantic-UI/commit/50ef73c00a7318ebdeb7e354ab3d6208f6d87d78)
- rebuilds package and updates version [`8b1f8ba`](https://github.com/fomantic/Fomantic-UI/commit/8b1f8badcf53b5bfb5d0efd989844c228086427f)
- Adds more variables to menu, continuing to iterate on themeing [`a80fe92`](https://github.com/fomantic/Fomantic-UI/commit/a80fe922813c0943d4382d3ce81e9ae1f988fd06)
- Iterating on variables in menu/button and themes [`d521324`](https://github.com/fomantic/Fomantic-UI/commit/d5213249400c44738a0ed7800d798af51c83a628)
- Dropdown: Fixes positioning, adds example of icon toolbar. Fixes destroy method [`ee629e5`](https://github.com/fomantic/Fomantic-UI/commit/ee629e5f1a32ba6f767624124ba8839f61e1c671)
- Builds version 0.12.3 and updates release notes [`5298489`](https://github.com/fomantic/Fomantic-UI/commit/5298489e2caedd723885d8ae03e941ca774526e3)
- Modifies watch tasks, fixes paths in grunt [`12f9a03`](https://github.com/fomantic/Fomantic-UI/commit/12f9a039a7d5f1e0834736e25da11ab4443eb075)
- Code samples should now automatically resize when browser resizes, code samples now generate on first mousemove so as to avoid changes in html markup from interacting with examples [`74fe4a2`](https://github.com/fomantic/Fomantic-UI/commit/74fe4a28d7963f79f11a69237d3ed76d7095aaf3)
- Rebuild files for beta docs [`20663f7`](https://github.com/fomantic/Fomantic-UI/commit/20663f7b66fe5f480fe6686840257ad6dc3ee9b8)
- Move section specific css into separate files [`8f7e0a9`](https://github.com/fomantic/Fomantic-UI/commit/8f7e0a9a1948d192b042e02b90ae42e34447365e)
- Adds travel distance for shadow, removes shadow by default [`fa911cc`](https://github.com/fomantic/Fomantic-UI/commit/fa911cc290796b8adb0714e585a5137aeaee1346)
- adding types of actions to dropdowns + more functionality [`5f15c16`](https://github.com/fomantic/Fomantic-UI/commit/5f15c164c3c56ff71f5ad0f7e9b845b2643153eb)
- Version uptick and build [`7bcb150`](https://github.com/fomantic/Fomantic-UI/commit/7bcb150e042f1f50a1ce815b93c6ae6ed3010b67)
- Extends dropdown to set default form value, more fixes [`4d0bfb2`](https://github.com/fomantic/Fomantic-UI/commit/4d0bfb2ef68eb8626defb73fd21a37d9c52e7d47)
- Tab: begin tab documentation [`1efb58c`](https://github.com/fomantic/Fomantic-UI/commit/1efb58c31fca7bc012f6acfc404899420b19ab63)
- Triaging some bugs, adding homepage animation stops when out of view [`6c7f3b8`](https://github.com/fomantic/Fomantic-UI/commit/6c7f3b8ce6804e73ece8706e626d9adc46eec2de)
- Begin work on customizer [`b7d243c`](https://github.com/fomantic/Fomantic-UI/commit/b7d243c1af49e47f38b8704ad11778f337264c31)
- iteration on button variables [`542d206`](https://github.com/fomantic/Fomantic-UI/commit/542d20651c1a37ff28ddcee8f552710a013c5cb8)
- Fixes to table, fixes to labels, segment fixes, added button json spec [`d2eb894`](https://github.com/fomantic/Fomantic-UI/commit/d2eb8947d57c251792f76c37fcad9efe870cb33c)
- A lot of indecisive work on homepage [`b0dbdfe`](https://github.com/fomantic/Fomantic-UI/commit/b0dbdfe5a25ae6d40b2777011a259b5f0a13b563)
- Adds back in modal [`c2c3ec5`](https://github.com/fomantic/Fomantic-UI/commit/c2c3ec5c558488c6cde6be4b5439f6809b8fac6a)
- Updates nag, tab. Fixes body end tag on some docs [`d907e76`](https://github.com/fomantic/Fomantic-UI/commit/d907e762fd2bcf699929a99c3f47fdb20f7e7752)
- Version uptick and package building [`fa114f2`](https://github.com/fomantic/Fomantic-UI/commit/fa114f2c43d81db1eaa679c8eeb8c13ea06b9b0e)
- Finishes homepage example [`1295e35`](https://github.com/fomantic/Fomantic-UI/commit/1295e35a30f5cae7c7545f8dc251662526ca2c56)
- fix to floated items in menu, other fixes to docs [`8ed2b7c`](https://github.com/fomantic/Fomantic-UI/commit/8ed2b7c2d577e248e266199cde615fed81ad91d2)
- Responsive grids are now deprecated, all page grids are now responsive. [`60c00a6`](https://github.com/fomantic/Fomantic-UI/commit/60c00a60783132edb48c987c357c783a67224c17)
- Updates release notes and builds [`f1c9203`](https://github.com/fomantic/Fomantic-UI/commit/f1c92035349aa967a22a9f52fb19a3474a9916e7)
- Fixes to localization modal, progress [`2149998`](https://github.com/fomantic/Fomantic-UI/commit/21499982cbef844e3f8d3c2ca1ef0879d15c0629)
- Rewrite of sticky's crucial 'stick' function to be more coherent, deal with scrolling better. Fixes to grid/menu/list. Demo page footer [`1758250`](https://github.com/fomantic/Fomantic-UI/commit/1758250f399de14afcc60c3fc7081ec16cac3b23)
- Add ui rail, begin debug of sticky modules on docs [`33367b9`](https://github.com/fomantic/Fomantic-UI/commit/33367b9b38bcaa0c18137e075ddd117aa1942e6c)
- Packages version 0.12.4 and creates release notes [`6092478`](https://github.com/fomantic/Fomantic-UI/commit/6092478ad6f6284e0003ca94b4f214c0512801f7)
- Fixes for responsive style on modal, issues with swapping between fixed and absolutely positioned modal [`fe420da`](https://github.com/fomantic/Fomantic-UI/commit/fe420da6c50baa3b76a70f1794adcf180c1ca8f8)
- Finish homepage mobile tweaks [`a0aac4e`](https://github.com/fomantic/Fomantic-UI/commit/a0aac4e92da0ef4d028504464ed1dea56d698249)
- Fix issues with transition docs [`157bd3d`](https://github.com/fomantic/Fomantic-UI/commit/157bd3dc6092929e004cb5c37362e67091120345)
- Attempting to fix min-size issues with selection dropdown [`cd2a39a`](https://github.com/fomantic/Fomantic-UI/commit/cd2a39ac7ad42a55879981a3ec7dca6acafa9e2c)
- Shapes: working on example for shapes [`b33867f`](https://github.com/fomantic/Fomantic-UI/commit/b33867ff22ac5e7379816cb6cab8351353234677)
- adds sexy rotating arrows to accordions, renames carets to triangles in icon font [`ad0e9e8`](https://github.com/fomantic/Fomantic-UI/commit/ad0e9e83b51b992b27b276475f8f03df9c58a8b1)
- Adds lots of docs for styleguide, first draft [`2bbb156`](https://github.com/fomantic/Fomantic-UI/commit/2bbb156db52b1b25502c9d75162a5a896662b90a)
- updates shape with new high res images [`b061ebe`](https://github.com/fomantic/Fomantic-UI/commit/b061ebe6bb8a96f4dd7d881bb48dc228542c7061)
- Reverts menu system to sidr, too many overflow issues with using faked [`8855220`](https://github.com/fomantic/Fomantic-UI/commit/8855220d653ea00b8b0204316b0dd181658d8754)
- rebuilds package and upticks version [`826bfe7`](https://github.com/fomantic/Fomantic-UI/commit/826bfe795f3f53ba39d83ad45a8161215fd07423)
- additional test helpers [`aea7a22`](https://github.com/fomantic/Fomantic-UI/commit/aea7a22a8d892e39a626788cb8ac7e721d6fa55a)
- working on fixing sidebar with new menu [`26c2fa8`](https://github.com/fomantic/Fomantic-UI/commit/26c2fa850e3254ac5515f2552805ce0efb6b4790)
- Adds definition style example to tables, fixes and adds examples of [`76a30be`](https://github.com/fomantic/Fomantic-UI/commit/76a30beef9128ff12ff15a247ffe9c212a4f546d)
- Begin writing of css and style guide [`81349d7`](https://github.com/fomantic/Fomantic-UI/commit/81349d711a68e1d47b1f02dbaf1107b758cbe890)
- Rewrite of checkbox, new styles, css variables, font file embeds for legitness [`a30baa3`](https://github.com/fomantic/Fomantic-UI/commit/a30baa3bb015a3d7c4fe1aab833ec1242f137800)
- Complete rewrite of transition module, adds requestanimationframe, more granular behavior control, and caching optimizations for display/animation lookup [`b80c3a5`](https://github.com/fomantic/Fomantic-UI/commit/b80c3a5231207ffd926541ca31ce8b705d9294bc)
- Adds feed example starter [`dabbfa4`](https://github.com/fomantic/Fomantic-UI/commit/dabbfa488b708d44eb7f14a9a563c6a8e8adb909)
- Updates to the kitchen sinks [`c262792`](https://github.com/fomantic/Fomantic-UI/commit/c2627927ec466080af67dba8b54fd7dc8f46ef91)
- checks in dropdown changes from iphone branch [`a84d57d`](https://github.com/fomantic/Fomantic-UI/commit/a84d57dcaccdb8a9389e0de1bea504cb5f79a512)
- Fixes some issues with grids insided of grids, fixes issues with header [`0001e9d`](https://github.com/fomantic/Fomantic-UI/commit/0001e9d7483efa820f105ba883c4ac9505240dc0)
- Adds option of invoking methods with either spaces or dot notation. fixes tabs to allow for refreshing current tab [`01c25a0`](https://github.com/fomantic/Fomantic-UI/commit/01c25a093600fa41e585b5539c86c5f779b60d8b)
- Add stubs for several new UI components [`53df215`](https://github.com/fomantic/Fomantic-UI/commit/53df2153d8d0e3d7d654f53dfe508fe40c1f3ebf)
- Add country example, fix filtered to be removed after hide [`23ea44a`](https://github.com/fomantic/Fomantic-UI/commit/23ea44ac148162da5cbab5de1a95ceeaa6229d3a)
- cleans up docs on accordion settings [`bd65c26`](https://github.com/fomantic/Fomantic-UI/commit/bd65c2622e721c10e16f25c930feb62f1428dd17)
- Fixes some formatting on grid/list [`e14b9c3`](https://github.com/fomantic/Fomantic-UI/commit/e14b9c33694c62f13352219a856def9de12fb11f)
- Build and uptick [`43271a9`](https://github.com/fomantic/Fomantic-UI/commit/43271a9337f34cb211535da3d282f8b288b2e4f1)
- Removes animation-direction, adds in transitions for both directions for safari support [`bc865f0`](https://github.com/fomantic/Fomantic-UI/commit/bc865f0c8c050ca3bb8e11dc5d0fc7e417c83368)
- Adds docs for new changes to checkbox, table [`e0a8326`](https://github.com/fomantic/Fomantic-UI/commit/e0a8326118f2a8ae3039e80ee54974d0587a8a91)
- continuing to fix ui input [`8029035`](https://github.com/fomantic/Fomantic-UI/commit/80290352b9c625349a8f0d91dac253780fa7b47d)
- Fix release notes link [`959c93d`](https://github.com/fomantic/Fomantic-UI/commit/959c93d96c9d9784be4bec6cc8800326f3e409f1)
- Adds proper folder cleaning to grunt to avoid issues with changing branches causing orphaned files, adds examples to rtl [`ccd3df1`](https://github.com/fomantic/Fomantic-UI/commit/ccd3df1c8dc98d954c2aec285d667ae8e81f14cc)
- adds code highlighting and authoring with ACE editor [`72dfb0e`](https://github.com/fomantic/Fomantic-UI/commit/72dfb0e9fa068d00405b417699433ba0b243036d)
- more dropdown examples, tweaks to code [`459c5c7`](https://github.com/fomantic/Fomantic-UI/commit/459c5c70e839e07e854e8af690e2c138efe2fa07)
- Updates to homepage [`d471f61`](https://github.com/fomantic/Fomantic-UI/commit/d471f611cb3998a2964ec9f440a67d91292da5a3)
- updates invoke to never return the function called, adds hide dimmer to modal [`e1c8d11`](https://github.com/fomantic/Fomantic-UI/commit/e1c8d1170affd227623dc07cfea609a7cc319670)
- Begin work on global variable list and starting to replace variables in button.less [`911ca00`](https://github.com/fomantic/Fomantic-UI/commit/911ca00dce11bc0dd557131dd1d216f7e467ba41)
- Remove definition button from wrong pages [`dacbfb6`](https://github.com/fomantic/Fomantic-UI/commit/dacbfb61c55e0d2695c8934d8580537df6942a42)
- Fixes invoke function in all modules to avoid instance rewrite outside of scope [`56a621d`](https://github.com/fomantic/Fomantic-UI/commit/56a621d60aad3005d5e5821e4922b4d3839496c8)
- language changes, sidebar fixes [`a486469`](https://github.com/fomantic/Fomantic-UI/commit/a486469211b3a99bf75c48afcf46292dde0f4776)
- Rebuild files for beta [`fe2647c`](https://github.com/fomantic/Fomantic-UI/commit/fe2647cd76e71197a0914cf560b568a0012bd9d5)
- modal fixes for css animation and other stuff [`184ad5a`](https://github.com/fomantic/Fomantic-UI/commit/184ad5adbc219d0340261efa6490052bfc724143)
- Fix advertisement overflow on mobile [`e19e801`](https://github.com/fomantic/Fomantic-UI/commit/e19e80173ebaeedc1c952f385a4c3e34e758fe69)
- Solidfying format of usage/settings tabs of module. Beginning verification all settings objects and behavior lists are up to date [`9831699`](https://github.com/fomantic/Fomantic-UI/commit/983169980fc86dc00fa99230bd540c0241084f89)
- working on homepage example [`513c182`](https://github.com/fomantic/Fomantic-UI/commit/513c1828c5ea3520da4082a90588583df32c588a)
- Fixes to progress bar [`33068c4`](https://github.com/fomantic/Fomantic-UI/commit/33068c4ddb16f0c4d73447df8cfd6018d2ad38fe)
- Adds tabs to icons, fixes some doc text [`9c3dbd4`](https://github.com/fomantic/Fomantic-UI/commit/9c3dbd4a9bd6b08ac3e1ea2ff83372ee7d5930bf)
- removes box shadow from small sizes [`2512678`](https://github.com/fomantic/Fomantic-UI/commit/2512678168f033cb5abdb3e3c5958ce2e01fc502)
- updates checkbox to include formatting for both inline labels and labels outside [`ae8c754`](https://github.com/fomantic/Fomantic-UI/commit/ae8c7540124bca00751383dd34b9783c29f54ae5)
- Adds callbacks for reverse conditions in visibility, finish nav menus, fixes for sticky. Fix card size to fit on mobile [`d2c7d71`](https://github.com/fomantic/Fomantic-UI/commit/d2c7d7193dde1436227b6d54aea3973d61d9992a)
- preserves variable name styles for dropdown [`b4636cb`](https://github.com/fomantic/Fomantic-UI/commit/b4636cb1bc043974163d9f83304bea67973a5cba)
- Add missing theme to build [`fffe4e5`](https://github.com/fomantic/Fomantic-UI/commit/fffe4e59f691646a3cdb0182a71e5d7869232b57)
- Fixes rating example [`efc073e`](https://github.com/fomantic/Fomantic-UI/commit/efc073e9764e909a5e2597173fb1af015afb9e72)
- table: formatting table for flat [`f93cf13`](https://github.com/fomantic/Fomantic-UI/commit/f93cf131f011fe2ca9dfbd2ca4dec301c386e140)
- Add ability for accordions to open element from jq object and not just integer index, adds flat theme for forms, breaks out several form variables into new variables [`3bc0131`](https://github.com/fomantic/Fomantic-UI/commit/3bc0131d2854b1ce86ab1cd303721923efdc4c74)
- Big upgrades to checkbox, attach events, read-only, disabled, dom mutations [`2448b1f`](https://github.com/fomantic/Fomantic-UI/commit/2448b1f45a571a307d406f4196f94902101b17e6)
- Rebuilds files for beta docs [`9c0bbda`](https://github.com/fomantic/Fomantic-UI/commit/9c0bbda58ef0d027251ea4cc444b6ff8482db621)
- Remove tertiary colors, update dropdown vars [`8a54c1e`](https://github.com/fomantic/Fomantic-UI/commit/8a54c1ebb93852e6ff4788a1cb5baa1c23c421dd)
- adds behavior/settings documentation to transition [`0ba6a87`](https://github.com/fomantic/Fomantic-UI/commit/0ba6a87fb950a555a32b684053e1bc237cef8bd0)
- updates docs for button/grid [`aa93191`](https://github.com/fomantic/Fomantic-UI/commit/aa93191dae2fbd09f341eceb387565313de6278f)
- updates version and builds packages [`1166a3a`](https://github.com/fomantic/Fomantic-UI/commit/1166a3ac61fc830b0c227fa603069c4b685150c1)
- Fixes sidebar direction issues [`c67d97d`](https://github.com/fomantic/Fomantic-UI/commit/c67d97d9fa9083f8f13b8fc9200acb60d65e62a4)
- fixes false responses from invocation not reeturning response [`e3284fd`](https://github.com/fomantic/Fomantic-UI/commit/e3284fdd39fe8a9e40b1fa161e45c612e463dba7)
- More examples, and more themes [`a810d65`](https://github.com/fomantic/Fomantic-UI/commit/a810d654840091e5583fe4dcf1216833f8722717)
- Segment: Adds LESS variables to segment [`58959a5`](https://github.com/fomantic/Fomantic-UI/commit/58959a5c15d44c8b82cb65a3577c175b07a0f325)
- Fixes to transition on inline-block element transitions [`af1eb0e`](https://github.com/fomantic/Fomantic-UI/commit/af1eb0ec890342c7110e97e8242c5c23124f7149)
- updates columns to sixteen [`f38d8c7`](https://github.com/fomantic/Fomantic-UI/commit/f38d8c74a3abdeb84b6f98e1471522550577dbba)
- adds responsive styles to modal, collapsing when mobile, keeping 5% gutters on responsive grid all other sizes [`bc19bf6`](https://github.com/fomantic/Fomantic-UI/commit/bc19bf66cb9d1edf31abc9ccf1a0e35fd537da1f)
- Moves gruntfile to top of project, adds testing to package.js for travis [`2f279aa`](https://github.com/fomantic/Fomantic-UI/commit/2f279aa589c4fd2ddcb89faecd521f2a05ce834b)
- adds code example style [`f499919`](https://github.com/fomantic/Fomantic-UI/commit/f4999197a9662b11779ceb287eb1ebde7b303327)
- Adds active state and active state examples for button [`d9c959d`](https://github.com/fomantic/Fomantic-UI/commit/d9c959d016a87b676117760cf7f887eceb5e0eac)
- Adding more grid documentation [`f4523de`](https://github.com/fomantic/Fomantic-UI/commit/f4523dea41ef79e904947817e8a47a9eb81a1361)
- builds and version uptick [`521279a`](https://github.com/fomantic/Fomantic-UI/commit/521279ab17ee4ebd8e9dd0763564c64ad851586c)
- updates getting started docs [`05c76a6`](https://github.com/fomantic/Fomantic-UI/commit/05c76a6d3194d2d076e7c2c3f18f5c7e0af6703f)
- Got that ish perfect [`72ce657`](https://github.com/fomantic/Fomantic-UI/commit/72ce657ffa368290b4b12bf3241b1f38234b885a)
- fixes to dropdown, hiding other dropdowns when open [`49a8755`](https://github.com/fomantic/Fomantic-UI/commit/49a87557a3575f4a0c2668f9fcdd071009cd9b2c)
- Rebuild files for deploy [`d5db942`](https://github.com/fomantic/Fomantic-UI/commit/d5db94277e6c43b8bfeac8c8eb8ee1eb7be6e5a5)
- adds flipped and rotated variations to icons [`b3b9459`](https://github.com/fomantic/Fomantic-UI/commit/b3b9459d25cbcbd7674965d322a7545e5a01f137)
- Homepage good enough to publish for now.. [`29a10aa`](https://github.com/fomantic/Fomantic-UI/commit/29a10aa367827712034ebca5e72ae40458d3405d)
- Swaps hover/down color to lighten [`2e79701`](https://github.com/fomantic/Fomantic-UI/commit/2e79701187ed0f5b6d4e51aa407975d32c40de0f)
- Fixes on all modules where settings were shared across elements initialized at the same time instead of each module [`9b8d3bd`](https://github.com/fomantic/Fomantic-UI/commit/9b8d3bd55e3083d78648f72eae517fe59312c65b)
- rebuilds zip, adds prerelease ver to homepage [`8351ce0`](https://github.com/fomantic/Fomantic-UI/commit/8351ce007e3f826bd58e199169446f52f795e7c2)
- Additions to homepage design [`0f5f63b`](https://github.com/fomantic/Fomantic-UI/commit/0f5f63b1abd9adc043a7dd1dff20968e707c30c9)
- Fixes issue where camelcase methods were not being returned if first word matched a method [`4ea8e2e`](https://github.com/fomantic/Fomantic-UI/commit/4ea8e2ed4c94684bea0a4995050af2adf64f9105)
- adds changes to release [`5297d3e`](https://github.com/fomantic/Fomantic-UI/commit/5297d3ea65860ba5c4f0ffd56d605a01d3f473f4)
- Additions to button and sidebar docs [`9b7e5e3`](https://github.com/fomantic/Fomantic-UI/commit/9b7e5e354b1b3d2f046a96c3b61f154fee5519b6)
- moves example handlers to appropriate location, fixes swap style button [`0a19da0`](https://github.com/fomantic/Fomantic-UI/commit/0a19da0e61afb92c1da86a69eb3cbe3064c5500f)
- Adds more comments to grunt file, fixes comment banners and some [`adeef8f`](https://github.com/fomantic/Fomantic-UI/commit/adeef8ff9cd47131829675144f6ddcc81d83c93e)
- added animation queueing to shape plugin [`f831f17`](https://github.com/fomantic/Fomantic-UI/commit/f831f17fadca577c6c2a010689c325210d72d2f2)
- Lots of fixes, new homepage [`3663a59`](https://github.com/fomantic/Fomantic-UI/commit/3663a5930babddca9eb10ac297119ecc22f218eb)
- Adds release notes and repackages for 0.9.4 [`5ac9161`](https://github.com/fomantic/Fomantic-UI/commit/5ac9161165b4e9b3d6933d5e065962fd48ea3a9f)
- hey hey actually working late at night on this, i must really like it [`d9115b7`](https://github.com/fomantic/Fomantic-UI/commit/d9115b7ee9bc821f8c58f6f77f62f73e8cfcaff5)
- updates release notes for next v [`f4d3836`](https://github.com/fomantic/Fomantic-UI/commit/f4d3836bdd02b72332654ff3fbc483c81e9892d1)
- adds attached progress bars and striped bar no longer does active animation [`5c2c389`](https://github.com/fomantic/Fomantic-UI/commit/5c2c38960abb6218111882cfe8fc6aa1d9dd33b3)
- fixes to dropdown docs [`acf30ae`](https://github.com/fomantic/Fomantic-UI/commit/acf30aee0146dfd8e0fbe9d377828a9da238c13e)
- Adds inverted list styles, fixes styling of lists inside horizontal lists [`217dc74`](https://github.com/fomantic/Fomantic-UI/commit/217dc7404da1bd29bd67a38e5a7f218e59e6818d)
- adds settings/behavior docs for sidebar [`7f56c4f`](https://github.com/fomantic/Fomantic-UI/commit/7f56c4f28e0be130e4c8e6167b25bf5c6ca3d65f)
- Update grid docs on colored variations [`b912441`](https://github.com/fomantic/Fomantic-UI/commit/b912441a4d29fd005b500674a7fe207388ce915d)
- support advertisement added to homepage [`c230fc0`](https://github.com/fomantic/Fomantic-UI/commit/c230fc039d258419fc216de2bf00e8c9a2e629c7)
- Additional info on dropdown init [`7cf520c`](https://github.com/fomantic/Fomantic-UI/commit/7cf520c0b85c2d1551b529f388c8a23ac0dd7d39)
- Version uptick [`046c562`](https://github.com/fomantic/Fomantic-UI/commit/046c5623b6e4ab0dc4f18da6d21eea49e2595820)
- Iteration on homepage animations [`beb1689`](https://github.com/fomantic/Fomantic-UI/commit/beb1689b196777a00b0edd3262ecb28f6a383f35)
- Tiered menu: fixes active items to have top border like rest of menus [`0f2d33b`](https://github.com/fomantic/Fomantic-UI/commit/0f2d33bb1c91bb501333d3c41b49e684f4a9a566)
- added side menu [`30f0fbd`](https://github.com/fomantic/Fomantic-UI/commit/30f0fbdf68b05a11de002bf26736979d29370f11)
- Adds active state for inverted buttons [`b8fb332`](https://github.com/fomantic/Fomantic-UI/commit/b8fb3328a36680456402a03396316b650cd6672e)
- Add variables for UI Reveal [`98e3db6`](https://github.com/fomantic/Fomantic-UI/commit/98e3db6542629db17b28941d926ac7e3964d8814)
- Fix some layout issues [`97833c4`](https://github.com/fomantic/Fomantic-UI/commit/97833c449c4984e0d4cf61a031358e9bfa12554a)
- Reorder site.variables for easier scannability, adjust highlighted text color [`3f14564`](https://github.com/fomantic/Fomantic-UI/commit/3f14564bfcff4c171a8b564aee234dc2d9e312c9)
- Swaps transition calls to consistent format across modules, looking into issues with dimmer/modal when hiding during show [`05a8671`](https://github.com/fomantic/Fomantic-UI/commit/05a8671fcef1be5ec81cc801cdf0d08d412d5624)
- adds more examples of modules [`6eecbd7`](https://github.com/fomantic/Fomantic-UI/commit/6eecbd7e302d846ef6f46efb439e888002016f60)
- fixes to buttons and headers [`15e87e7`](https://github.com/fomantic/Fomantic-UI/commit/15e87e76259aa9b24d434297cd5c9f5b2f35f5e1)
- adds equal height grid row, and fixes to menu [`ce54c63`](https://github.com/fomantic/Fomantic-UI/commit/ce54c630f80d34ebb0824ea387fb178ac91084ba)
- fixes call to invoke [`a511fa4`](https://github.com/fomantic/Fomantic-UI/commit/a511fa40ac58febaadec53494f862d8c34f20ad1)
- Redoes ui definition table as a type, adds much better formatting. Removes classic styles from table and ports to theme [`e8950b6`](https://github.com/fomantic/Fomantic-UI/commit/e8950b6c24b762a9d7060c39abc7385134a9ca2c)
- rebuilds semantic lib with patched changes to dropdown [`e223c82`](https://github.com/fomantic/Fomantic-UI/commit/e223c824ad74ab79f66aa73e1e845c0c6b7884b3)
- fixes some language [`33a2bda`](https://github.com/fomantic/Fomantic-UI/commit/33a2bda19d474b3626c70ca7e7007ee579277a84)
- iteration on forms, and overall conformity of docs [`4b7c06e`](https://github.com/fomantic/Fomantic-UI/commit/4b7c06e6de84dc2f6f44a664535d5ba659eef5fa)
- Adds more attached label styles [`c276634`](https://github.com/fomantic/Fomantic-UI/commit/c276634239eed17323307979d9501543b46e9973)
- Adds LESS variables to images [`7cb9b92`](https://github.com/fomantic/Fomantic-UI/commit/7cb9b92d87ee3e1e57f8384ab0ba773495ed5791)
- Removes container element [`9d8db12`](https://github.com/fomantic/Fomantic-UI/commit/9d8db1205d0d30c7a494c572b58741f8e92c79ab)
- Adds some new button themes [`1012f94`](https://github.com/fomantic/Fomantic-UI/commit/1012f948e95e95fe0aeb1bcaf766426ad4195631)
- Tweaks to vertical steps, docs [`0342517`](https://github.com/fomantic/Fomantic-UI/commit/03425174289520ffa8c09d594288b759e82454b5)
- Refactors modal plugin, modals now have icons auto formatted. Removes selector count from popup [`df0777b`](https://github.com/fomantic/Fomantic-UI/commit/df0777b0daca01e154f4bf3c3a96cb4bf8a8bbae)
- Fixes some doc issues, adds inverted button example [`c6f5537`](https://github.com/fomantic/Fomantic-UI/commit/c6f5537d16f2d639fd3e950555b729c662faf2b4)
- Rework card to be more neutral base theme, add GitHub theme. Fix list selection spacing [`e559707`](https://github.com/fomantic/Fomantic-UI/commit/e559707f89af47bd2e6c6b03c6af434c467ac5f5)
- Adds initial write of container element [`f55520b`](https://github.com/fomantic/Fomantic-UI/commit/f55520b2778fea9457155054e375ac73dfaf432e)
- Retheming of checkbox to use inline font file, and new styles for slider and toggle [`a26ab14`](https://github.com/fomantic/Fomantic-UI/commit/a26ab147439c70d0f4b36b6401f94654dc8039aa)
- Minor update to release [`16f522e`](https://github.com/fomantic/Fomantic-UI/commit/16f522e6bf0d07dbd7b0e323a54d4961d411a028)
- Real 0.9.5, adds circular segment variation [`391e90b`](https://github.com/fomantic/Fomantic-UI/commit/391e90ba8cf1bcffe47a1b2720a8b41a6717ed34)
- Continuing to fix tertiary buttons [`4d1b784`](https://github.com/fomantic/Fomantic-UI/commit/4d1b7849393b9be3c94dbe64490f225d5fd62a31)
- Adds first demo examples of transition, adds self running code samples [`18692ae`](https://github.com/fomantic/Fomantic-UI/commit/18692aea0931c8aa54e10ebd29e04cf3a88fa104)
- Adds docs for doubling grid, grid changes [`06bd65f`](https://github.com/fomantic/Fomantic-UI/commit/06bd65f44127d24ea7127704addb20cc2da499a6)
- Typo in docs [`9386477`](https://github.com/fomantic/Fomantic-UI/commit/9386477bbd7e3547370354fc95944d6ca22df6f5)
- Have to run, commit msg later [`bf8144c`](https://github.com/fomantic/Fomantic-UI/commit/bf8144c8e81d8fa6fbb66e4faa720d16d1625c2f)
- fixes bug in select dropdown [`32ec2ca`](https://github.com/fomantic/Fomantic-UI/commit/32ec2caac7eab3088596280c576718bb8899b9cc)
- Fixes comment banner repository link [`87b7007`](https://github.com/fomantic/Fomantic-UI/commit/87b7007e4f66807cdfe5c7d9071239890e79285c)
- Iterating on word order dependencies across all UI #396 [`b07fab0`](https://github.com/fomantic/Fomantic-UI/commit/b07fab059a3e89463a1c4ecc02967a408e85ba8e)
- Fixes issues with source not minifying correctly in release, segments up grunt tasks [`00a38f3`](https://github.com/fomantic/Fomantic-UI/commit/00a38f3975d238142eb90d94164389232db8651c)
- Actually fix the language modal not to show twice [`798fbe0`](https://github.com/fomantic/Fomantic-UI/commit/798fbe0e67b00803c4ad61ab0ebc48b1a4c4a7d4)
- adds starter page for dimmer [`566e14b`](https://github.com/fomantic/Fomantic-UI/commit/566e14bace1e2a847189453ea5b1b40cc6f00f8b)
- fixes to responsive layouts [`d4adba8`](https://github.com/fomantic/Fomantic-UI/commit/d4adba8e7dbf29f358f3184b5c20832d908b2413)
- Rebuild and update card examples [`739c361`](https://github.com/fomantic/Fomantic-UI/commit/739c3611a2bbcf50e9a1be1055e09da8adfc13be)
- rebuilds and upticks version [`36504f8`](https://github.com/fomantic/Fomantic-UI/commit/36504f83592fe28b7bbfffede493ef2aa5ded1dd)
- fixing issues with form/input [`8daaf34`](https://github.com/fomantic/Fomantic-UI/commit/8daaf34e2b39b223157b2cca736e0d6ff2159c04)
- Fix feed example [`9fc83fe`](https://github.com/fomantic/Fomantic-UI/commit/9fc83fe758d0490ffd2f1a30752a255a06d0c854)
- Updates menu less slightly to include css with similar rules #553 [`cfb320e`](https://github.com/fomantic/Fomantic-UI/commit/cfb320e44e75063e00ddeed9bdeff00eb28560f7)
- Fixes responsive/ad styling on homepage [`98f08ee`](https://github.com/fomantic/Fomantic-UI/commit/98f08ee37fa1b84b8d27c6f715acb7afb69ec1a5)
- Rewrite of intro docs [`8906cba`](https://github.com/fomantic/Fomantic-UI/commit/8906cba6a607efdb1631d61817c7f7666bb2d9c1)
- Add more examples to grid, fix divided header colors to use header colors [`2eba92e`](https://github.com/fomantic/Fomantic-UI/commit/2eba92ea3589ec043fa0c7a1709db987bad2ac1f)
- Adds responsive styles for tablet/mobile on item view [`047f900`](https://github.com/fomantic/Fomantic-UI/commit/047f900b45fcef068251fbd6933708edfffc1314)
- Adds indicating progress bar [`0947740`](https://github.com/fomantic/Fomantic-UI/commit/0947740fd520a7a8685b4f19559fecdc55487f0d)
- fixes docs on items, updates item view to fix margins on stackable [`9e1a685`](https://github.com/fomantic/Fomantic-UI/commit/9e1a685bc01c8af9a2746fa223a59736bdb5aca3)
- fixes issues with tabular menu movement on active [`cbaa5df`](https://github.com/fomantic/Fomantic-UI/commit/cbaa5df551e01b15388af5bc5cdb03999d946a28)
- Iterating on header theming [`2d12d33`](https://github.com/fomantic/Fomantic-UI/commit/2d12d33c56d128d46e0db8d58beaaa17bc5c4c04)
- Additions to docs [`8816a61`](https://github.com/fomantic/Fomantic-UI/commit/8816a610c8aeef2f8ac3ec309159babe25a06a7b)
- Modification to modal to account for changes in transition rewrite [`cdacbab`](https://github.com/fomantic/Fomantic-UI/commit/cdacbab2046d14bee8ecf4aabf43416d618544cb)
- adds link list type, fixes modal docs disappearance [`27941a1`](https://github.com/fomantic/Fomantic-UI/commit/27941a1798ff2e4c10b0ad7ca04ca996acc872c8)
- Adds travel distance to button active state, fixing issues with uneven padding [`7995bd8`](https://github.com/fomantic/Fomantic-UI/commit/7995bd8150f55e4f9acb7011e848645896d169e8)
- Fix doubling stackable grid, text alignment on some elements [`f6b55de`](https://github.com/fomantic/Fomantic-UI/commit/f6b55debf696a704a8a54c6ad553b46eab6fc0b2)
- move karma config to top level [`679abd3`](https://github.com/fomantic/Fomantic-UI/commit/679abd34985686f3fe392c6a63f775d6664903d2)
- horizontal and vertical flips were reversed [`532d6fb`](https://github.com/fomantic/Fomantic-UI/commit/532d6fb6173fd7e0b8a1d3abcbac47e6ce7d1a78)
- late night changes [`3e7d3c7`](https://github.com/fomantic/Fomantic-UI/commit/3e7d3c7c710b3b43a5adc48e536c15f1d2206f23)
- Modal: adds support for multiple visible modals #491 [`4b6b2da`](https://github.com/fomantic/Fomantic-UI/commit/4b6b2dad3a4c7eec51a1488cbd82c35f5030dbe8)
- Fixes issues with alignment sometimes not overriding correctly when included on both column, row, and grid [`10c9a9a`](https://github.com/fomantic/Fomantic-UI/commit/10c9a9a9f121f4c439cf8ec31b6022abfc1f9634)
- adds disabled state for reveal [`8b26d36`](https://github.com/fomantic/Fomantic-UI/commit/8b26d36d9f04988cc038059f103ca1c801f3c3dd)
- Adds stats back in, adds star button to menu, removes definition button [`f43fc04`](https://github.com/fomantic/Fomantic-UI/commit/f43fc044b177ee4857e23e8637dafcec40099d1d)
- changes from live site [`9ed768a`](https://github.com/fomantic/Fomantic-UI/commit/9ed768a0ee870d7e499a0db069d8008adfab0a0f)
- Fixes visibility conditions missing exact equality, fixes divider font size in relative unit, fixes visibility throttle setting, disables API debug by default~ [`41353d6`](https://github.com/fomantic/Fomantic-UI/commit/41353d6194fb0746c0963008b8d2d541031ee307)
- updates rating to include fixes and new features [`60abcf8`](https://github.com/fomantic/Fomantic-UI/commit/60abcf8ac73f88b3b41d9cea349f9cadd337e07e)
- button changes, default now dark [`8bc437b`](https://github.com/fomantic/Fomantic-UI/commit/8bc437b09caf1da2daba4520e5610d0842a9d167)
- updates form, dropdown , and accordion docs [`73d28b3`](https://github.com/fomantic/Fomantic-UI/commit/73d28b34de708d8e75f87343cd0ed5069e98ef9e)
- Code samples should now automatically resize when browser resizes, code samples now generate on first mousemove so as to avoid changes in html markup from interacting with examples [`9fedc3b`](https://github.com/fomantic/Fomantic-UI/commit/9fedc3b1687e13ff5a29810a97c4fa8cb8a71f0f)
- compiled build version [`bf5e986`](https://github.com/fomantic/Fomantic-UI/commit/bf5e98606811959f731a9bea1a562c7a89fe96e6)
- fixes bug in testing for transitions in transition.js [`735be91`](https://github.com/fomantic/Fomantic-UI/commit/735be913e3fe4a694f7897a74eeb9038071b54c8)
- updates to documentation [`a4033ee`](https://github.com/fomantic/Fomantic-UI/commit/a4033eeeb0475826b66032c94de7375b0c294ae6)
- Updating doc header to create theme button [`4215da2`](https://github.com/fomantic/Fomantic-UI/commit/4215da2ef4bf795fbe5bd6f5a9bb00f69537fe2c)
- fixes to step display [`402ac20`](https://github.com/fomantic/Fomantic-UI/commit/402ac2040fb3906ec6d4f277de7854e5b20ae4d4)
- first pass variable substitution for headers [`470c22e`](https://github.com/fomantic/Fomantic-UI/commit/470c22e1fcb22737c85315bc3fe4c35b18c1aea8)
- Begin copy writing for contributions [`9a9c4b9`](https://github.com/fomantic/Fomantic-UI/commit/9a9c4b9d0d53e02ebd8a33e97c25e264e6cfabaf)
- reskinning of panel for menus [`93a94f5`](https://github.com/fomantic/Fomantic-UI/commit/93a94f5c90bae909c612bdb7f504f1d79393d82c)
- Updates to sticky menu module [`efafa3a`](https://github.com/fomantic/Fomantic-UI/commit/efafa3ae9b4c0f2df6da7647c4f9614256fd292b)
- Fixes issue with reverse visibility callbacks not firing if normal callback not present [`cdede15`](https://github.com/fomantic/Fomantic-UI/commit/cdede1506ebd1d5530bc29bba5e4ceb61fa0ee51)
- updates a couple typos [`c153b93`](https://github.com/fomantic/Fomantic-UI/commit/c153b9386f280c98a0e7756028f30471cbea59b9)
- fixes issue with determining click target on modal content [`d4c7824`](https://github.com/fomantic/Fomantic-UI/commit/d4c7824576b1a6d53a413bcab3d0037ea4ecd23c)
- Optimizes modal display for mobile [`2f98471`](https://github.com/fomantic/Fomantic-UI/commit/2f984712cba926d14843f098669c14a208cd03e6)
- Added styles for dropdown warning state [`0a28508`](https://github.com/fomantic/Fomantic-UI/commit/0a28508f679632f6b2a728b6ee3b6b77e864a76b)
- Removes important from theme overrides [`3d40e98`](https://github.com/fomantic/Fomantic-UI/commit/3d40e98ae4ba10e55998fbb2739e08162bf49435)
- Fix several bugs in inverted tables with celled, disabled content [`1b4ca20`](https://github.com/fomantic/Fomantic-UI/commit/1b4ca20721d57b1fd87b767dec8b9a07d6b07297)
- Add some checkbox example stylings [`28791b2`](https://github.com/fomantic/Fomantic-UI/commit/28791b2b391a09a6edfbf5be8f350a402f0ce8e6)
- Fix avatars in list example [`b61f395`](https://github.com/fomantic/Fomantic-UI/commit/b61f3953ad2b51c0180ea2a2baec7fb1cb4950fe)
- Removes semantic.config from tracked files [`2aa16fb`](https://github.com/fomantic/Fomantic-UI/commit/2aa16fbba8b57725a972c8b399ed9a97443977c0)
- Removes vendor prefixes from checkbox source, adds transform: none to avoid GPU acceleration triggers which might cause rendering issues with radio box circles [`0f742b7`](https://github.com/fomantic/Fomantic-UI/commit/0f742b7f8e8579799c3a843af4f1572f438402aa)
- update to inline fields [`24fbf83`](https://github.com/fomantic/Fomantic-UI/commit/24fbf83a2c25ed971c0dde524764c6b483b96f17)
- Adds attached header style, updates some doc styles [`cbecc88`](https://github.com/fomantic/Fomantic-UI/commit/cbecc8831919275ce2a37fcee077389013a742fe)
- updates dropdown.js to use latest invoke [`0e7c128`](https://github.com/fomantic/Fomantic-UI/commit/0e7c128adba0999a922e76846566d51c5cc4c91c)
- Adds page dimmer text styles, fixes shape not initing, removes logs from transition [`aff57cc`](https://github.com/fomantic/Fomantic-UI/commit/aff57cc2dca9c0008a81e8249488453377736513)
- finish writing dev guide [`b75487d`](https://github.com/fomantic/Fomantic-UI/commit/b75487d544b0c24cf7927923f0da53a4f51d8a9d)
- Finally fixes css animations, fill-mode was being overwritten by using shorthand in other rules [`25ab448`](https://github.com/fomantic/Fomantic-UI/commit/25ab44822fd132c6a2ac880d7cdd2c0d5184ee7a)
- fix similar problems some more [`8534da8`](https://github.com/fomantic/Fomantic-UI/commit/8534da878d351d268d5db2ea9d4b1635eff3624b)
- Adds enhancement #518, option to close nested accordion menus [`0f32fd7`](https://github.com/fomantic/Fomantic-UI/commit/0f32fd7a730ff7d41818957d7461883dc4b41041)
- Updates modal examples to have html [`41d7a25`](https://github.com/fomantic/Fomantic-UI/commit/41d7a250b99f58410752dbd8f244654528a24a6c)
- Adds example test, adds karma config [`4fc93b5`](https://github.com/fomantic/Fomantic-UI/commit/4fc93b5dd850570568ff76ce4dfe5402dc8646d6)
- Continuing to tweak corner label positions, fixes flud input example [`2cc9f06`](https://github.com/fomantic/Fomantic-UI/commit/2cc9f0696b39e27d57de77cc60dffd2d3417234c)
- Fix some dropdown example inits [`df21c1a`](https://github.com/fomantic/Fomantic-UI/commit/df21c1a0eb49578d7c062e60a52b349534f43930)
- Fixing formatting issues in doc [`bcddad5`](https://github.com/fomantic/Fomantic-UI/commit/bcddad568701a535b1eac1fcce8a565fd9a4afe4)
- Updates docs for rating, dropdown [`9c146f6`](https://github.com/fomantic/Fomantic-UI/commit/9c146f6ac61c0a8ed0f293e8c58d2128f55a23aa)
- Switches attached segment/header to border from box-shadow [`5c7d5f1`](https://github.com/fomantic/Fomantic-UI/commit/5c7d5f13d83b25ec93b538f46e75835e1d7c2d98)
- Adds disable/enable to ratings, fixes spacing and other goodness [`db4d495`](https://github.com/fomantic/Fomantic-UI/commit/db4d49508eb3c86dbc3e8dd9c7c34f7de33922d7)
- Add new variables for segment, better explanation of horizontal and vertical segments, additional height of raised segment [`ecb953d`](https://github.com/fomantic/Fomantic-UI/commit/ecb953d0dd3050bb9eac3c4e58822978f4167067)
- iterating on header themes [`b04914c`](https://github.com/fomantic/Fomantic-UI/commit/b04914ca9e14cb7a8463a88676786490c142c0d1)
- Continuing to iterate on theming [`3025f72`](https://github.com/fomantic/Fomantic-UI/commit/3025f72a1e244c0544bf1d28352db7694030b763)
- Fixes github paths to no longer use jlukic [`b7f88bb`](https://github.com/fomantic/Fomantic-UI/commit/b7f88bbf55d2db83af03e59988d40d3cab15839e)
- updates menu and item docs [`a1fafbb`](https://github.com/fomantic/Fomantic-UI/commit/a1fafbb45ee1e38fbf3121431a4ac4b47f4b71fd)
- fixes icon rotation on accordion in chrome [`30b76ae`](https://github.com/fomantic/Fomantic-UI/commit/30b76ae23bb606d4bb110b595a3161387ba3207e)
- Adds responsive styles to table [`5fe1240`](https://github.com/fomantic/Fomantic-UI/commit/5fe1240d5d850ca6a9d2d30fd19a013131b3cec2)
- Updates examples for popup [`23b0ab5`](https://github.com/fomantic/Fomantic-UI/commit/23b0ab5dd4934ebd05d2912e5d8b58950f353beb)
- Grunt: Adds docco generation of spec files to grunt build [`bc0386c`](https://github.com/fomantic/Fomantic-UI/commit/bc0386c63f4b1c546f56ea36d4c9685b14f920ff)
- table: removes bolding from pos/neg [`df884e0`](https://github.com/fomantic/Fomantic-UI/commit/df884e050ee0032dd06d1643999f581288d37a13)
- Fixes bug in popup causing variations to be overriden [`237765d`](https://github.com/fomantic/Fomantic-UI/commit/237765df3d8c9f4bd60473b656b4963d4da7af8d)
- updates formatting of form validation docs, modifies definition table to not use outer border [`5548d35`](https://github.com/fomantic/Fomantic-UI/commit/5548d3592ace1fc5b1fac43230677287d6d8b255)
- tweaks to corner labels [`6a21d09`](https://github.com/fomantic/Fomantic-UI/commit/6a21d09cb439e04ba7b7b1cf82f461b9eda4a4f0)
- Fixes regex matching on css variables [`1357ccf`](https://github.com/fomantic/Fomantic-UI/commit/1357ccf882ea8c1fd30345299b1a01641aa22999)
- menu, last checkin then hitting hay for real [`ecf8ac0`](https://github.com/fomantic/Fomantic-UI/commit/ecf8ac0ada815f1e9ab58bfc40218a8b281a3bae)
- Adds internally celled grid, adds fixes for divided, and equal height, adds fixes for doubling divided/celled [`3b617b4`](https://github.com/fomantic/Fomantic-UI/commit/3b617b40f835dfb097885bfd69b16178a23744d9)
- Working on solve for IE11 dropdown issues, adding test case [`d772cd8`](https://github.com/fomantic/Fomantic-UI/commit/d772cd85c4400f04e8091805f04de32d8efa98af)
- Continuing to write copy [`d1c77d7`](https://github.com/fomantic/Fomantic-UI/commit/d1c77d72a952ad7b22cdea13c7b12bd3f46a4c1d)
- updates version number, adds release notes, builds package [`f390faf`](https://github.com/fomantic/Fomantic-UI/commit/f390faf20c5e8ffb5f79cc210f3b37f8c1d0b87f)
- Fixes to examples, remove progress debug [`34d47f0`](https://github.com/fomantic/Fomantic-UI/commit/34d47f046f4f4fc57a8039870817f56b3bf6d4d3)
- Fix progress text multiline flow, make default style more flat, fix some conditions on 100% complete [`514641e`](https://github.com/fomantic/Fomantic-UI/commit/514641ec8d2069ed30d606bc54574d790aa2825c)
- add some HTML5 input-type support / fix date.field append icon / create select.field hability without using dropdown [`642e3d4`](https://github.com/fomantic/Fomantic-UI/commit/642e3d429322c6869f7ead19a6e895505d51ecf2)
- tiered menu: fixes sub menu active item color [`f8f530c`](https://github.com/fomantic/Fomantic-UI/commit/f8f530ca99776b655694fd62e56cf8d0a666045e)
- Remove remaining HTML from CONTRIBUTING.md [`fd2fae5`](https://github.com/fomantic/Fomantic-UI/commit/fd2fae53482a38d6dc640aa66da816d8fbb8eea8)
- Doc: Synchronized icons label and class word order [`441dd63`](https://github.com/fomantic/Fomantic-UI/commit/441dd6344f5b5d8877faa0cfa6dfd9f2ccd530dd)
- removed quotes from keyframes icon-loading [`97e1e6e`](https://github.com/fomantic/Fomantic-UI/commit/97e1e6ea81c6105f4d9bb3961c878c237ad329a2)
- adds more examples, fixes to input [`5fd4ef9`](https://github.com/fomantic/Fomantic-UI/commit/5fd4ef9dba970f0fa3ebb09f97f42e1a1a857c9c)
- fixes to form [`0b45bfc`](https://github.com/fomantic/Fomantic-UI/commit/0b45bfc4329489e455c5c22d8d85c7c4475fb2df)
- Fixes dropdown formatting and icon buttons formatting inside menu #641 [`5a58814`](https://github.com/fomantic/Fomantic-UI/commit/5a5881447fbbeaa7dc322128ee77343ebe9090e2)
- Updates docs on transition to include new content, updates version [`9131ab6`](https://github.com/fomantic/Fomantic-UI/commit/9131ab6aa63890a2ac1ba52a4f26efd31c92d669)
- minor modifications to variations doc [`aacc6da`](https://github.com/fomantic/Fomantic-UI/commit/aacc6da7b013bdb25efbaaefb64cb615dc3d9745)
- fixes dividers to not use % width [`594f19e`](https://github.com/fomantic/Fomantic-UI/commit/594f19e0572fe7c02b72f012b5894614c7e93555)
- Fixes issues with accordion rules being too specific. Regression caused by #599 [`320e0d8`](https://github.com/fomantic/Fomantic-UI/commit/320e0d869fd183828ce1034cd2257729feb7146b)
- Fixes bugs introduced in transition module, sets allowMultiple to false by default [`f250a86`](https://github.com/fomantic/Fomantic-UI/commit/f250a86ead59a86cb778dc0e8d5bc1806cc94a4c)
- All tests for modal/dimmer should now be passing again [`c535a77`](https://github.com/fomantic/Fomantic-UI/commit/c535a77dcb5476278e885dbfa2422f17f4df9e4b)
- Moves test runner into grunt task for travis [`60fcad3`](https://github.com/fomantic/Fomantic-UI/commit/60fcad33ca0584ca2ffff160881776e911578f59)
- iterating on intro docs [`f672b07`](https://github.com/fomantic/Fomantic-UI/commit/f672b074d94f66b346333af19990428b9738a1b1)
- adds example of attach events to modal [`8481701`](https://github.com/fomantic/Fomantic-UI/commit/84817016b457e6557f756d1eaf7f70d306118dd6)
- Fixes anchor links in code samples, some doc styles [`a87a49f`](https://github.com/fomantic/Fomantic-UI/commit/a87a49f323667be401ceae515a7c048fc7ae65ce)
- Adds coloredboxshadow variable for buttons [`6c8956e`](https://github.com/fomantic/Fomantic-UI/commit/6c8956ed86820c38aad93cf265b575a95963f390)
- continuing work on ui input positioning [`3d3c513`](https://github.com/fomantic/Fomantic-UI/commit/3d3c51389713158280725b6b1cfc9b14aa44f1d0)
- adds web kerned neutraface [`f1b6a52`](https://github.com/fomantic/Fomantic-UI/commit/f1b6a52bf03df16373109e8728225e196f6f8db3)
- working sidemenu iphone style [`51cf3f3`](https://github.com/fomantic/Fomantic-UI/commit/51cf3f355e41f0ad19d9cc4145d328fe344f5734)
- Fixes for pointing dropdowns in menus [`92daf45`](https://github.com/fomantic/Fomantic-UI/commit/92daf45345538670a617f067bfa9c0b7ffe7728c)
- Fix bug in right labeled icons [`acd73ce`](https://github.com/fomantic/Fomantic-UI/commit/acd73cec414523f315415b47543cff60b2614223)
- Adds #1133 left action input [`fab20ac`](https://github.com/fomantic/Fomantic-UI/commit/fab20ac37428ba64a40655acaaa42f843a594014)
- Beginning progress bar variables [`2a6c613`](https://github.com/fomantic/Fomantic-UI/commit/2a6c61330a9b214e0a891046e01f2cbe7a7d2d06)
- Created custom collections to hopefully avoid the performance issues you were facing [`8b780ea`](https://github.com/fomantic/Fomantic-UI/commit/8b780ea7f3120f410bfda0eda6a8b68cbd6a2577)
- adds tabular menu and example [`3fc3e8b`](https://github.com/fomantic/Fomantic-UI/commit/3fc3e8b0f2f0c5a7e44de432262a5078e9908314)
- why am i working on this all night [`0294abd`](https://github.com/fomantic/Fomantic-UI/commit/0294abd5f1eb5f3d1be7ea6314529387c4605aa0)
- Adds two themes to progress [`500aadb`](https://github.com/fomantic/Fomantic-UI/commit/500aadbeba96baadf51a228d83c4a624053acbb3)
- Updates feed example [`c934d48`](https://github.com/fomantic/Fomantic-UI/commit/c934d4840ad04d6f18a4d239d86e45214fb4e28f)
- feed: adds more fake js to example [`b9bd731`](https://github.com/fomantic/Fomantic-UI/commit/b9bd7316327d217da2a093ab3f9ddeeaf80582ca)
- fixes issue with overflow on attached proress [`f17989a`](https://github.com/fomantic/Fomantic-UI/commit/f17989af174eb376678b12d50f7fe5af869dee0f)
- Update docs for breadcrumb [`7347a2e`](https://github.com/fomantic/Fomantic-UI/commit/7347a2ebc29c0948099191afcae18a43cd2c239e)
- removes float from selection dropdown icon, adds setting for touch delay [`2ea17ab`](https://github.com/fomantic/Fomantic-UI/commit/2ea17abdc5bad0822a5cb209db52a68b6957a28d)
- adds more examples [`efce4b8`](https://github.com/fomantic/Fomantic-UI/commit/efce4b8c278bf2a1abf2c5849336571da9cd0127)
- Adds delegated events and mutation observers #1117 [`48451c5`](https://github.com/fomantic/Fomantic-UI/commit/48451c5427c346bebe6e9c97288a2e14c5bc0938)
- fixes name conflict with url icon and link variation. formatting on popup module [`66669ca`](https://github.com/fomantic/Fomantic-UI/commit/66669cae34247cfd09222d67cd092b71ec55fc13)
- Fix row padding on divided forms, remove console log, remove date fields from form [`5ba43c9`](https://github.com/fomantic/Fomantic-UI/commit/5ba43c9a35d0ecf31cc0867cd25e0bcf141870ca)
- Adds easing equations to accordions because accordions suck without easing [`dbe1d0b`](https://github.com/fomantic/Fomantic-UI/commit/dbe1d0b7eb3e59c7ba4b3a3239950833eac369af)
- fixes issues with buttons using <button> tag, fixes form formatting for input type=Button [`09e326e`](https://github.com/fomantic/Fomantic-UI/commit/09e326eee30ce7d9e4f2f14149e354234a30d932)
- Begin progress bar theming [`1833bc4`](https://github.com/fomantic/Fomantic-UI/commit/1833bc445797ec6f9d07022c002d4f7d9260a58b)
- Fix site min-width issue [`970820e`](https://github.com/fomantic/Fomantic-UI/commit/970820ea5460f8ccbe3543f8e4243a9a2df0653f)
- Fixes issue #599. Accordion title and content selector are too generic [`ec029e3`](https://github.com/fomantic/Fomantic-UI/commit/ec029e3275d4a0c117b1b157e753e414f237abbf)
- Updating menu doc formatting for comprehensiveness [`85eee7d`](https://github.com/fomantic/Fomantic-UI/commit/85eee7d1340f2d737a745fb1d64d64c081bfbe8f)
- Dropdown: adds ability to restore default value, text #492 [`b4ae26d`](https://github.com/fomantic/Fomantic-UI/commit/b4ae26d24f75886c3d5f6fc4f00e176f09705a13)
- accidental console.log in callback [`85bf31c`](https://github.com/fomantic/Fomantic-UI/commit/85bf31c7c3635464e3966eee5d08c6c829750743)
- tick up version [`c24b1df`](https://github.com/fomantic/Fomantic-UI/commit/c24b1df124afa2ddc8c8304777b9ab36f37015a9)
- Fix mobile styles on homepage [`941c167`](https://github.com/fomantic/Fomantic-UI/commit/941c1674829204f27c7faf4e5538f81c489c7ee3)
- Fix or variables to all be derived automatically from button padding, more or fixes [`62c0883`](https://github.com/fomantic/Fomantic-UI/commit/62c08830c531be8fede077cfb1a31d1d9ae6938c)
- Examples with dropdown error state added to the documentation [`28709c6`](https://github.com/fomantic/Fomantic-UI/commit/28709c6c39c76790a801cd80ecf6721677ed3e4f)
- Adds ability to have filter menus inside normal dropdowns [`d15a5fd`](https://github.com/fomantic/Fomantic-UI/commit/d15a5fd4ee192a1362c236be4ca6d72346ed23d4)
- Fixes for hybrid style initialization [`e8295fd`](https://github.com/fomantic/Fomantic-UI/commit/e8295fdb6f77f1dcd90ee7eb89314d2b18e2ba21)
- Fix some weird edge cases in sticky when doesnt fit [`e1cb9dd`](https://github.com/fomantic/Fomantic-UI/commit/e1cb9dd3140b4b15b6906429fd5e92a5d7867090)
- Adds checkbox user override, adds border box as required reset to avoid some issues with library [`69ba43d`](https://github.com/fomantic/Fomantic-UI/commit/69ba43daac3868b211c1e73db34de5fc8942e8e9)
- modal: makes dimmer appear before modal, for extra sexyness [`0cd0b67`](https://github.com/fomantic/Fomantic-UI/commit/0cd0b67d04cfcf876e603687f0c2e005aaa8d59a)
- removes some inline debugging left in modal [`91577de`](https://github.com/fomantic/Fomantic-UI/commit/91577de9ce637a3e564b3b3669f777c8dcd343b7)
- fixes issues with stacked and basic segments, text fixes to segment [`c4c68ff`](https://github.com/fomantic/Fomantic-UI/commit/c4c68ff9632006b31e6b4e7937c6cba344ac8ae1)
- Fixes and updates to some elements [`5f812c5`](https://github.com/fomantic/Fomantic-UI/commit/5f812c53cf242c89d8964343b2a2a169cad04b89)
- Updates performance logging to show the event name first in table [`885260c`](https://github.com/fomantic/Fomantic-UI/commit/885260c2bb244b9785099b92bacf7a06d6f9861e)
- Working on inheritance flow for themes [`c0863a2`](https://github.com/fomantic/Fomantic-UI/commit/c0863a2a9c1b82af30352d1960a9e52f2babac9e)
- fixes some issues with menu [`2f8f574`](https://github.com/fomantic/Fomantic-UI/commit/2f8f5748207b25d6bbdc05d5cf63991440527626)
- Doc: Matched icon labels with classes [`b13e6b8`](https://github.com/fomantic/Fomantic-UI/commit/b13e6b8f33c5afa350cc5a6fbb89986b41d11362)
- Updates docs to reflect changes in 0.12.0 [`b230d08`](https://github.com/fomantic/Fomantic-UI/commit/b230d08c614fa7059dd23017502dfd4ad366209b)
- modal: fixes modal content not taking full width when less than a line of content [`3743099`](https://github.com/fomantic/Fomantic-UI/commit/37430996c3e1da27c9d8c7563bfdfe93bafc1db4)
- Removes button travel distance, f that ish [`b4c01a0`](https://github.com/fomantic/Fomantic-UI/commit/b4c01a077387b19a9b4f88aa206a8d29cfe0d0a1)
- moves attach events in sidebar to top level [`f78fc41`](https://github.com/fomantic/Fomantic-UI/commit/f78fc416fa0c43b50017ea33a53820d39a77cc8d)
- Fewer hints the better [`5c4a75a`](https://github.com/fomantic/Fomantic-UI/commit/5c4a75ad95b9693c9f0bcf20bbd119472b06ce65)
- Fixes sticky columns in docs once and for all [`a8fa41f`](https://github.com/fomantic/Fomantic-UI/commit/a8fa41f23ede849a30bfa3eb4b5f160694f9d63f)
- Adds onapprove and ondeny callback to modal, and doc info #241 [`5e2d38f`](https://github.com/fomantic/Fomantic-UI/commit/5e2d38f7b7a7130cbe437b0d52a6528d4c68a360)
- Adds docs for in-menu searchable [`3b982a9`](https://github.com/fomantic/Fomantic-UI/commit/3b982a9121e202361ad23a55705a3d45ae031880)
- Fixes scrolling modal margin on mobile, fixes fullscreen on mobile, fixes header overlaping inline close icon [`aa4a1c2`](https://github.com/fomantic/Fomantic-UI/commit/aa4a1c20475469c895a66c179aadbae5b6df23d6)
- fixes formatting from pull request for popup [`1e0eeab`](https://github.com/fomantic/Fomantic-UI/commit/1e0eeab1e83c66aeb9da01481cce349728358aae)
- Adds duration object for dimmer, modal now always appears quicker than and hides later than modal preventing issues with callbacks [`b5912ae`](https://github.com/fomantic/Fomantic-UI/commit/b5912ae81972b2743d8b5dda06877c29e97e8940)
- fixes up button page some [`8394754`](https://github.com/fomantic/Fomantic-UI/commit/8394754ec6644af11a557cd05768e7208907d7a2)
- Accordion docs had extra closing tag, adds progress docs for warning, updates details of development docs [`ea2adf9`](https://github.com/fomantic/Fomantic-UI/commit/ea2adf9e78a43d38356301520cb2925adf1aecbc)
- Fixes issues with vertical alignment of checkbox between fonts [`c9f6028`](https://github.com/fomantic/Fomantic-UI/commit/c9f6028972014b6bda41eb4d10faf61f71429538)
- fixes to inline fields [`d96a824`](https://github.com/fomantic/Fomantic-UI/commit/d96a82475306958ffdfd512e2a9bd36741193017)
- Tweaks to footer [`049d65a`](https://github.com/fomantic/Fomantic-UI/commit/049d65a414055279d7f2ba883a286b9639a8d241)
- Fix attached tabular menu spacing, pointing active header color [`6ba4506`](https://github.com/fomantic/Fomantic-UI/commit/6ba4506300fd1f08f1641580f268759e04021cfa)
- Setting up some more directory structure for tests [`d0f9d5f`](https://github.com/fomantic/Fomantic-UI/commit/d0f9d5fd13866db3f2bc9f3cd64569f826d05a23)
- fixes heart rating color [`bff808c`](https://github.com/fomantic/Fomantic-UI/commit/bff808cec2cabb6d3dbe4f18452bd6e01fa27e19)
- Working on fixes for sidebar animations on mobile with changes to fixed. Updating breadcrumb docs [`9a1e04b`](https://github.com/fomantic/Fomantic-UI/commit/9a1e04bc08c9632230aa4b31613fff7139e1b1bc)
- Rebuilds package for 0.12.3 with missing pull request from origin [`715b178`](https://github.com/fomantic/Fomantic-UI/commit/715b1780ba6cdc8860dd1d714495b36076531890)
- Adds setting for type of history event to use, adds set state behavior [`262aa13`](https://github.com/fomantic/Fomantic-UI/commit/262aa1306533aa26bb806859752b8c9c410f96c2)
- refactors icon sizing to allow for more variety [`d3eb647`](https://github.com/fomantic/Fomantic-UI/commit/d3eb647a95fe0e53c34424fc535c9628c2b4a412)
- Modifies attached header styles to be neutral, block header is now flat. Border used instead of box shadow due to issues with 1px box shadows looking like crap [`a623e44`](https://github.com/fomantic/Fomantic-UI/commit/a623e4411c1ff958610e7b9da2d84ef55ecd4ec9)
- Several docs fixes to formatting, changes to raised button theme [`149cd66`](https://github.com/fomantic/Fomantic-UI/commit/149cd66b45a0ea3193e06a8889d83e88437cbe19)
- Adds title example to popup fixes typos, removes transition warning about looping [`c86132d`](https://github.com/fomantic/Fomantic-UI/commit/c86132d8764f5a976fb21deb4c0cb837215d50dc)
- writes release notes and version uptick [`f2e3a55`](https://github.com/fomantic/Fomantic-UI/commit/f2e3a55f5b2538c2423a53548e5ba36c5994ec6a)
- Fixes Bug foud in semantic module format, settings shared across initialization instead of instance [`8e03b66`](https://github.com/fomantic/Fomantic-UI/commit/8e03b661021b84c1215f6ee932b2c65c4673186c)
- Index updating [`f5be0a5`](https://github.com/fomantic/Fomantic-UI/commit/f5be0a5942cffe62dc5cd5668ac3129a4d33ede7)
- fixed font-size-adjust, adds some header styling [`0485163`](https://github.com/fomantic/Fomantic-UI/commit/0485163b8156ae315fc62659198648ca7b8e200a)
- Fixes shadow on ribbon labels to be more pronounced and use vars [`81c0510`](https://github.com/fomantic/Fomantic-UI/commit/81c0510843d9fee4c452391e69086c2ebd299000)
- Adds accordion icon positioning into variables [`1c82537`](https://github.com/fomantic/Fomantic-UI/commit/1c8253725d3e776ca854e9540cb85115a72ef926)
- Modification to popup to account for changes in transition rewrite [`6f4f52c`](https://github.com/fomantic/Fomantic-UI/commit/6f4f52c852603e7df6302fd6788b846ab667cbbd)
- fixes icon issues in buttons and circular [`cbd33e1`](https://github.com/fomantic/Fomantic-UI/commit/cbd33e169172f5dd5eb3fbc39986e2bed970168a)
- fixes bug in shape module that fucked with queued animations, adds large size to button because why wasnt there one? [`8c1a03b`](https://github.com/fomantic/Fomantic-UI/commit/8c1a03ba514c9d6f824e09ab5f2bc3260d67e0d4)
- Tweaking some variables for button themes [`48fbde5`](https://github.com/fomantic/Fomantic-UI/commit/48fbde5557b6ea1e9126498c28d7c278acf93f72)
- Fixes inverted pointing secondary menu colors on submenus [`eeb7272`](https://github.com/fomantic/Fomantic-UI/commit/eeb727213dd1954bfc63d03335df90f750fc377d)
- Ignoring some files types [`92701c5`](https://github.com/fomantic/Fomantic-UI/commit/92701c544f869603d99efe9a7edea6eb9903ebcc)
- Adds default looping to transition [`936949a`](https://github.com/fomantic/Fomantic-UI/commit/936949af207c93e10bf7eb5302764838a3cee280)
- fixes navigation issues at small sizes [`6d8b8e8`](https://github.com/fomantic/Fomantic-UI/commit/6d8b8e8bb58cde7ec0b294c6ddf99aa658ef7dbe)
- Fixes right labeled to be word order dependent [`f0be8ec`](https://github.com/fomantic/Fomantic-UI/commit/f0be8ec7ec63d056346179c357e18fffa8b56d64)
- Fix mispelling, and adjusts homepage animation [`d4da386`](https://github.com/fomantic/Fomantic-UI/commit/d4da3862380c6e6a407cdcfe74c6c54628d45a15)
- Docs for hybrid style init [`afe0754`](https://github.com/fomantic/Fomantic-UI/commit/afe0754f4a87371aeb56923ff9d59b231e34bec6)
- fixes some broken examples on form [`bb7e1ba`](https://github.com/fomantic/Fomantic-UI/commit/bb7e1ba1e9143cc433e26ec9d912c4fc37ff82a8)
- updates version number, builds package [`d9e8ee4`](https://github.com/fomantic/Fomantic-UI/commit/d9e8ee45efe775b076f2b4f8596b1a210106902f)
- typo in js [`c6ad59d`](https://github.com/fomantic/Fomantic-UI/commit/c6ad59d28b6498c98e2a9d67d08cd7e6e465a670)
- Adds support for buttons in menus fixing #150, fixes dropdown formatting shadow, and positioning to be more precise [`a3ccf61`](https://github.com/fomantic/Fomantic-UI/commit/a3ccf612e365ecbf233cb3bda3c0186f3bcda925)
- Updates some typos as pointed out by Nathan Soliz [`f8b5318`](https://github.com/fomantic/Fomantic-UI/commit/f8b5318b50c7a750767177b843c7d02c80b0d38d)
- Updates to new themed elements [`8d7da99`](https://github.com/fomantic/Fomantic-UI/commit/8d7da990d5499d63abfcc4fc9be7d1c31faeba4f)
- Adds composer.json file for composer [`0fa945c`](https://github.com/fomantic/Fomantic-UI/commit/0fa945cde3bba27403566296ae95a30336b49ba6)
- adds contains rule for form validation, updates example [`33b7f45`](https://github.com/fomantic/Fomantic-UI/commit/33b7f45966684bf59cb57431a62d1ab71caf435b)
- Add google font loading into the library as site.variables [`f7e9e6e`](https://github.com/fomantic/Fomantic-UI/commit/f7e9e6e70ca7d2e477c55d3af5a5963705494d55)
- make size variables usable [`0a15792`](https://github.com/fomantic/Fomantic-UI/commit/0a157922b6a05220265da5bf5b7ad5e2f3c0620d)
- Fixes regression with page grid [`bf14784`](https://github.com/fomantic/Fomantic-UI/commit/bf147840fff62af45642a72206fe9fe33c2880e7)
- Temporary fix for paging (show all in dropdown) [`89a14c4`](https://github.com/fomantic/Fomantic-UI/commit/89a14c4ffb36dedc5641ef53ddf21fe999d1def0)
- Fix occurred being reset on browser resize [`c60cf06`](https://github.com/fomantic/Fomantic-UI/commit/c60cf0625727e930504ef1d52f7d11e2d4558420)
- Adds ability to swap borders with 1 variables in buttons [`231b64c`](https://github.com/fomantic/Fomantic-UI/commit/231b64c5aae03ff6ace9fc34135e5ef2158b936d)
- Add mobile scrollback as setting for sidebar [`7f9579b`](https://github.com/fomantic/Fomantic-UI/commit/7f9579bcc73bd89053433bbcbc695bc3551af764)
- Adds automatic action detection to dropdown, select dropdowns now can use default action and update form fields. Improvement #171 [`ef1e91c`](https://github.com/fomantic/Fomantic-UI/commit/ef1e91caa643467e69c4b37e420582497ac54507)
- lost pull-requests [`128e2f5`](https://github.com/fomantic/Fomantic-UI/commit/128e2f5a13dc5eb821cdf73981debd63ce374ba1)
- fixes link namespace collision with link icon [`a3b649b`](https://github.com/fomantic/Fomantic-UI/commit/a3b649b5b0400715f0726962ff5162bb9a40c663)
- fixes regression in circular icon [`0d926d1`](https://github.com/fomantic/Fomantic-UI/commit/0d926d161edcae3f0bb00bf71acee85791eb34bd)
- updates collection index page [`dc733c2`](https://github.com/fomantic/Fomantic-UI/commit/dc733c2a07267e30a802659f639e8709d0eea4f2)
- fix to steps [`af4b7dc`](https://github.com/fomantic/Fomantic-UI/commit/af4b7dc6d38b018561a9474d0517d914c4e32f5b)
- Wrong date in release notes [`fa617f6`](https://github.com/fomantic/Fomantic-UI/commit/fa617f6ba35e57185d6ac56d8c544995462a330c)
- Initial test commit of travis.yml and node package [`8a93ee9`](https://github.com/fomantic/Fomantic-UI/commit/8a93ee9eb581441d2ebd9340d6dba3b1c58d1241)
- Updates vertical alignment of checkbox [`b143bd5`](https://github.com/fomantic/Fomantic-UI/commit/b143bd587aeaf5e4a897170aac1c1a94f60d245e)
- adds active striped example, rebuilds package [`fb124c9`](https://github.com/fomantic/Fomantic-UI/commit/fb124c95e7e62cea3cb814e07814e4899971100a)
- Fixes inverted text menus [`72fc690`](https://github.com/fomantic/Fomantic-UI/commit/72fc6902f3429980d45ffe30c635c834b26c3546)
- Remove ui namespace from dimmable, now transition, dimmable, and pushable are the only 3 free floating class names [`ebf3441`](https://github.com/fomantic/Fomantic-UI/commit/ebf344199436d0b13e6539b42ac2180d448a3b96)
- Adds image alignment options to modal, adds autofocus port from 0.x.x #836 [`68cad01`](https://github.com/fomantic/Fomantic-UI/commit/68cad017dc266c7c10a7a8adac365a4db7826e35)
- Fixes up some formatting on github menu theme, fixes some input variables in menu [`7658150`](https://github.com/fomantic/Fomantic-UI/commit/765815086b1436319ce7b0c17d4cdd42ba610f70)
- removes 3d translate from final state of animatino to avoid rounding errors [`f523784`](https://github.com/fomantic/Fomantic-UI/commit/f523784638f9b8befa58a5ebb3aca902c1f46726)
- example fix [`ce956ac`](https://github.com/fomantic/Fomantic-UI/commit/ce956ac169be2627972d0ddad676f4e15e8c60e3)
- Form: fixes issues with ctrl + enter triggering form submit [`1f1a1da`](https://github.com/fomantic/Fomantic-UI/commit/1f1a1da21d2f352ec4019484dc72c219ff08242c)
- Add field divisions > 6, fix last fields field margin [`ede80fd`](https://github.com/fomantic/Fomantic-UI/commit/ede80fd18c8217622ecddcccd4574b024d4e7fcc)
- updates gruntfile for theme paths [`63ba7b0`](https://github.com/fomantic/Fomantic-UI/commit/63ba7b0459b15b0bd172d419c641f95fc5e5dded)
- updates styles for link list [`9d6217c`](https://github.com/fomantic/Fomantic-UI/commit/9d6217cc6ea0e0eb5c23c6ffc42bbdb108d43016)
- new intermediate size for icons [`7e49f3b`](https://github.com/fomantic/Fomantic-UI/commit/7e49f3be1db848cbf615519aacf1bfcad73be8bd)
- makes mobile responsive grid integer [`b11541c`](https://github.com/fomantic/Fomantic-UI/commit/b11541c1085c3dd33911607755b568ca001ffd11)
- added queue setting to transition module [`2c05cb6`](https://github.com/fomantic/Fomantic-UI/commit/2c05cb6150b9512d2d991c7e97efff8a0b19bde5)
- adds transition to form doc, changes default to scale [`437df4a`](https://github.com/fomantic/Fomantic-UI/commit/437df4aadc137a0814454b95e48d1490ce9f1f66)
- Fix border radius transitoning on dropdown [`9edb9b4`](https://github.com/fomantic/Fomantic-UI/commit/9edb9b4c6dfe778eafeeea3cf2d5d3dbeaf10fd3)
- fixes some broken paths, fixes some variables in menu [`93fd677`](https://github.com/fomantic/Fomantic-UI/commit/93fd67785d9fd7fa720385a79da41c3f549a9313)
- Removes force repaint of dropdowns due to fixes in transition module [`be8dd23`](https://github.com/fomantic/Fomantic-UI/commit/be8dd23b3b2570ed58341e15644e1ce16ba22862)
- Updating homepage example [`9bf762e`](https://github.com/fomantic/Fomantic-UI/commit/9bf762e357663dff1365bcccbd87fc43a2be66d1)
- Optimizes modal dimmer init for performance [`1d9e140`](https://github.com/fomantic/Fomantic-UI/commit/1d9e14063c7fc294faa5b30e5174bb08a5aa8266)
- added a concatenate uncompressed css file to build - semantic.css [`096edff`](https://github.com/fomantic/Fomantic-UI/commit/096edff787d156560b9f24d3122bb34a0efc85f4)
- Adds back in animation reset on transition [`d26f7bc`](https://github.com/fomantic/Fomantic-UI/commit/d26f7bca16d97fd55129cfe44bfa86c1f9a110e7)
- Fixes to the localization nag [`11497b4`](https://github.com/fomantic/Fomantic-UI/commit/11497b407e653e1044b050a557a766c7844f8da2)
- Fixes issue with modal sometimes caching sizes when hidden #895, #951 [`ddc5f63`](https://github.com/fomantic/Fomantic-UI/commit/ddc5f636bf89f15ed69d6701814ac7c942706f4d)
- Transition: prevents same animation from occurring twice by default [`4dcfe8a`](https://github.com/fomantic/Fomantic-UI/commit/4dcfe8aa40b703666c90e52bf12bac2f3acb1131)
- swaps disabled/enabled state on rating [`7c4e053`](https://github.com/fomantic/Fomantic-UI/commit/7c4e053c153527cd69558de91a39b02d63cac1ce)
- fixes issue in displaying some code example without class uI [`805ebba`](https://github.com/fomantic/Fomantic-UI/commit/805ebbaba56a4b4f57cb4a16a712fdb5bf8aa443)
- performance improvements to dropdown [`4aa4583`](https://github.com/fomantic/Fomantic-UI/commit/4aa45834f57cd0e1eacd3f56dc466354e1bba43d)
- Adds vertical spacing support for both rows and grids when doubling #1107 [`ea8ee43`](https://github.com/fomantic/Fomantic-UI/commit/ea8ee430f4e34428a514a3c741bfbbd17137f7bd)
- Fix bug in mouseclick on menu item [`90d1215`](https://github.com/fomantic/Fomantic-UI/commit/90d1215f48a338d9167c25a7b2761a090f270082)
- adds work from svenkatreddy to fix ios form fields [`7c350de`](https://github.com/fomantic/Fomantic-UI/commit/7c350ded0b4ab01d2f4319d7b62e9438a06062f4)
- builds release version [`84c4c9b`](https://github.com/fomantic/Fomantic-UI/commit/84c4c9beab692ead983015e6a3d687c46a2c2ae4)
- build new version of zip [`f3c87c2`](https://github.com/fomantic/Fomantic-UI/commit/f3c87c28c38d5b1dbfcb7550f050076137bfaf1e)
- Fixes module name param in some outdated docs [`3fd212b`](https://github.com/fomantic/Fomantic-UI/commit/3fd212bbb15781b026db99c754455f4fcc37ddf4)
- tightens up modal so it sits now 4% inside of a page grid instead of flush along edge [`3dd8d94`](https://github.com/fomantic/Fomantic-UI/commit/3dd8d94af1c79b939b55d6fece14530bf8a25bf5)
- add doc for select fields [`bf4099e`](https://github.com/fomantic/Fomantic-UI/commit/bf4099e7bda1d27da78e6830b063e16f86dc83b0)
- Updates commenting in gruntfile for new pull request concat task [`b8f5895`](https://github.com/fomantic/Fomantic-UI/commit/b8f589515fdfdd9034b0d43e55689d646168dc7a)
- Adds namespaced events to transition [`b5217ae`](https://github.com/fomantic/Fomantic-UI/commit/b5217ae8e5526943da8a8c38ad2db9e70f59999d)
- Add support for in-page anchor links while using anchor link history [`70fe470`](https://github.com/fomantic/Fomantic-UI/commit/70fe470fdd5e84f6b478e2d169c99ea77223bea9)
- Form: Adds responsive mobile styling for grouped form elements fixes [`1d0d398`](https://github.com/fomantic/Fomantic-UI/commit/1d0d3983df98020296faa8de7a10268ac94e6ec4)
- Fixed colors repeating in items [`a6476f0`](https://github.com/fomantic/Fomantic-UI/commit/a6476f01c9286460b208b4014f2496cc39f73bcf)
- Removes previous changes for modal detachable to segment/dimmer. Fixed transition error message to make more sense [`9b2afb7`](https://github.com/fomantic/Fomantic-UI/commit/9b2afb7dacea610443a056b96a25278f599eb481)
- Fixes font paths, missing comma [`a833407`](https://github.com/fomantic/Fomantic-UI/commit/a8334073d89fb14a264d44393e7826772a56c163)
- fixes dropdown example [`e05b82b`](https://github.com/fomantic/Fomantic-UI/commit/e05b82bcec3c7a45a01a0b79d0546b0fd441272b)
- fixed bug with css concat and switched to concat instead concat_css grunt task [`136037d`](https://github.com/fomantic/Fomantic-UI/commit/136037d7fdecdcf6c554eaaac89f0136762009ec)
- Fixes inverted form formatting for checkboxes #661 [`3310d87`](https://github.com/fomantic/Fomantic-UI/commit/3310d87cdb2b0fd2556297c6e296861836f1570b)
- moves clickaway event till after show to prevent bubbling from toggle to doc [`c0c4690`](https://github.com/fomantic/Fomantic-UI/commit/c0c46909c8d7ec87247f5360806c18ef880a9ddc)
- adds sizing menu formatting for input and dropdown fixing #173. Improves centering of input in chrome [`e5f63c9`](https://github.com/fomantic/Fomantic-UI/commit/e5f63c9fb3f0d307cbec86f76d4dff1f999261a5)
- add date&email types for inputs [`3df5f04`](https://github.com/fomantic/Fomantic-UI/commit/3df5f046c54d6ca7fb22cac1d338adec9748fb53)
- removes double headers on styleguides [`80817a7`](https://github.com/fomantic/Fomantic-UI/commit/80817a7ffa5437f809bda8953501cf8ed05df6b8)
- Fixes definitions appearing improperly on some pages [`379edde`](https://github.com/fomantic/Fomantic-UI/commit/379edde6223fd3ffd2ddd31aaf6f1e1afcbc2f2d)
- fixes bug in invoke in transition [`fe9ab4b`](https://github.com/fomantic/Fomantic-UI/commit/fe9ab4be3b2a4bee4a8679291d581ade44cb484d)
- Adds more sensible global sizing values that default to exact pixel values in default theme [`1d2b3bf`](https://github.com/fomantic/Fomantic-UI/commit/1d2b3bf5f619fa12faad40544c3cff308bb068f8)
- Cleans up gruntfile a little [`f5ed5c3`](https://github.com/fomantic/Fomantic-UI/commit/f5ed5c3471a3cb3599bfa2663b2aab49684119d7)
- Add transition values for sticky scrolling [`9af15c5`](https://github.com/fomantic/Fomantic-UI/commit/9af15c5bb582addbbf57d24414d7fb91112ea3b9)
- Computer breakpoint is now 992 instead of 998 (match bootstrap) [`20ecf56`](https://github.com/fomantic/Fomantic-UI/commit/20ecf5648e3b8aa085c2a8cdd05d1943215a0683)
- Prevent menu button color inheritance. [`dd45a3c`](https://github.com/fomantic/Fomantic-UI/commit/dd45a3c724485de422fe600155dea7f08be10db9)
- Updates local dev guide [`f0ee48d`](https://github.com/fomantic/Fomantic-UI/commit/f0ee48dc33c21493bc96d6dd795937361866e035)
- Fixes issue #312. Fixes left/right styles possibly applying to child ui elements [`afb0186`](https://github.com/fomantic/Fomantic-UI/commit/afb0186fd7b9444298dcf9676d21924e6e3a2220)
- deployed site now uses minified code [`295570d`](https://github.com/fomantic/Fomantic-UI/commit/295570d1bd100d63824b74f1ec2449ce721decd1)
- Updates gruntfile test runner, adds console clean after tests [`7ecb437`](https://github.com/fomantic/Fomantic-UI/commit/7ecb4372a581e3e53da3471d52e51f489db4c180)
- fixed the ":;" bug, which will cause rails assets pipeline compile error. [`f1acacb`](https://github.com/fomantic/Fomantic-UI/commit/f1acacba4db9817266455ad020437407ea2c6564)
- version tick [`5f9cbf6`](https://github.com/fomantic/Fomantic-UI/commit/5f9cbf6eccf2ef3d1acdc974edd7c22a4e54f47c)
- Adds developer info to readme [`a395e87`](https://github.com/fomantic/Fomantic-UI/commit/a395e87df383f8c4eb21688c668754adc4b444c1)
- menu fixes [`7642de5`](https://github.com/fomantic/Fomantic-UI/commit/7642de5a7276a78ef4aa3ad102802c19e874a5db)
- finally uses legit dropdown for page chooser [`60d7756`](https://github.com/fomantic/Fomantic-UI/commit/60d77564d7929f29025f99549375235f06d25516)
- Fixes clearing example, adds transparent input example [`45116b8`](https://github.com/fomantic/Fomantic-UI/commit/45116b8a399140d41ab733913324f222c72e1ab7)
- Dropdown: Adds enhancement to store dropdown value even in cases without input #404 [`f47e721`](https://github.com/fomantic/Fomantic-UI/commit/f47e721b26eb9cfa71fb314a017844063cc727bb)
- Added a context option to the popup module to make its behavior closer to modal. [`55d7a8e`](https://github.com/fomantic/Fomantic-UI/commit/55d7a8ef552fd63c22568b49d16b5adfd4a7a320)
- Fixes typod values in button [`6250a04`](https://github.com/fomantic/Fomantic-UI/commit/6250a04f86eb77d85fb718942d872b7fa85a9a30)
- Adds coupling with grid/grid column [`64315d4`](https://github.com/fomantic/Fomantic-UI/commit/64315d4d6d2f9fe13b8eb7462007df37b24793d7)
- Updates spacing on list [`7cd8fb8`](https://github.com/fomantic/Fomantic-UI/commit/7cd8fb88b8cb3608c9761eb51700c0ba33abbc64)
- fix link paths [`1c5c14f`](https://github.com/fomantic/Fomantic-UI/commit/1c5c14f732fd3baaf6c853de06e9ffaaad8c927a)
- removes old fonts, moves draft elements to doc files [`19ab61f`](https://github.com/fomantic/Fomantic-UI/commit/19ab61ff9448eccef1a377b7ec7882bb547742df)
- updates home tab [`275a4f8`](https://github.com/fomantic/Fomantic-UI/commit/275a4f8e9da47d055ca57d4aad419ef210c1cb8c)
- fixes input examples in menu [`8ad921d`](https://github.com/fomantic/Fomantic-UI/commit/8ad921da4cd420358a33fd5f90dbc728133d88e4)
- Tighten responsive breakpoints for docs, tighten step padding a lil [`8fd9cab`](https://github.com/fomantic/Fomantic-UI/commit/8fd9cabe85d43eb3f7fb453b12cb3d9a11764406)
- Button now inherits all sizes [`9675f9a`](https://github.com/fomantic/Fomantic-UI/commit/9675f9ab11f784245b73dbcbd1b0dfbffa62a693)
- Adds compatiblity with buttons [`06d63de`](https://github.com/fomantic/Fomantic-UI/commit/06d63de8fd30a208f38815fb8cdab34b5abc8c29)
- Fix preserve html setting [`874ef24`](https://github.com/fomantic/Fomantic-UI/commit/874ef24cf4051195376750275d66848312bdf19b)
- Only require scrollTo(0,0) for iOS fix, fix margin on stackable divider [`e225d36`](https://github.com/fomantic/Fomantic-UI/commit/e225d36aed3cf1afa5cf010980079cf04e8295bb)
- removes center alignment [`e4330c6`](https://github.com/fomantic/Fomantic-UI/commit/e4330c69131f063c6f0c7a23f455d159435886bf)
- Fixes mobile return scroll, adds as default behavior [`0500a24`](https://github.com/fomantic/Fomantic-UI/commit/0500a246f75071173ff006750ad9354124d56a05)
- Fix mobile menu init on not tab pages [`9a92cd6`](https://github.com/fomantic/Fomantic-UI/commit/9a92cd651c614625b4895b1f0dfb2cd705ec2c81)
- Fixes bug where sometimes transitioned hidden elements would stay visible [`ec4e058`](https://github.com/fomantic/Fomantic-UI/commit/ec4e058662b5750632210d82c3977ce59e77a2fe)
- Moves dimmer to use request animation frame instead of debouncing [`577681a`](https://github.com/fomantic/Fomantic-UI/commit/577681a924f9030e2c4d10f4a44f5d2efa8d1024)
- adds docs for #402 [`fc814c0`](https://github.com/fomantic/Fomantic-UI/commit/fc814c0ad7dd466d8b3b1823ab4ac6a7a685b554)
- Fixes date in release notes, updates grunt order on zip compression [`99c99c8`](https://github.com/fomantic/Fomantic-UI/commit/99c99c811446cfaf1f19957b541ece892be45822)
- Fixes incorrect not selector (does not support comma selectors inside not [`953d343`](https://github.com/fomantic/Fomantic-UI/commit/953d3435b0916a888afc8cf0079be935e42f6481)
- Updates responsive styles for mobile modal [`3cc8178`](https://github.com/fomantic/Fomantic-UI/commit/3cc8178d08876ff9f2c64bb6e8fe2ace68a78986)
- Rebuilds package after pull request [`7a9c7b2`](https://github.com/fomantic/Fomantic-UI/commit/7a9c7b24af1ee1376a8f30644b69de68a2575b53)
- added semantic.js to build using concat in grunt [`eac62f5`](https://github.com/fomantic/Fomantic-UI/commit/eac62f52bf06a468bd0ef4b4634ee39f2f15f516)
- build uncompressed v [`88ba204`](https://github.com/fomantic/Fomantic-UI/commit/88ba20429f52cd463d8dda5e6089a32832b9c3db)
- testing new repo [`fab1dc1`](https://github.com/fomantic/Fomantic-UI/commit/fab1dc1369552a4c6699d632bc6b7340abd9b5f3)
- fixes issue with labeled input icon [`6f6bd94`](https://github.com/fomantic/Fomantic-UI/commit/6f6bd941c08d5c3970bacd17479d8c3ec6c22481)
- form changes [`85f3f57`](https://github.com/fomantic/Fomantic-UI/commit/85f3f570dac2b41aaa1cb375a9cad8ae0914170d)
- Update localization bar [`3c4bc0c`](https://github.com/fomantic/Fomantic-UI/commit/3c4bc0c2bf366d6ebcba788b76a331571d9e9ee1)
- Updates formatting on extra content in card view [`7bb1ac4`](https://github.com/fomantic/Fomantic-UI/commit/7bb1ac409c1d2650c5be6509575b96f10cb840ac)
- Fixes heinous typo in horizontal flip out [`e7d14d7`](https://github.com/fomantic/Fomantic-UI/commit/e7d14d79135352ab88fe9089271a55fe24bc7b54)
- Adds reset behavior to transition [`3e750d8`](https://github.com/fomantic/Fomantic-UI/commit/3e750d8b8ed8f9152f596b63e3d5c50efee80670)
- Fixes some typos in docs, popup docs example formatting [`926cc39`](https://github.com/fomantic/Fomantic-UI/commit/926cc390b4766ff75f2fbbf96781899d2dbb81c5)
- Fixes icon button formatting in example [`f06355a`](https://github.com/fomantic/Fomantic-UI/commit/f06355a43298dd0c9219a29689a904cb32c24a86)
- Fixes attached segment not receiving :first/:last child stylings [`7bfa4de`](https://github.com/fomantic/Fomantic-UI/commit/7bfa4de071b3bd961088efcf4274a00c34db7184)
- Fix for dropdown destroy [`37f7dc9`](https://github.com/fomantic/Fomantic-UI/commit/37f7dc9bb9fd1adbdf907a66670a424541730dcd)
- Fix some anchor links not working [`3bc6f3d`](https://github.com/fomantic/Fomantic-UI/commit/3bc6f3d7ecc84cdd8528e78e312e22c1af46caf2)
- Comment out language modal for friday night, too much trouble [`738d105`](https://github.com/fomantic/Fomantic-UI/commit/738d1050af9bb9d5923141ae0db72731d0919251)
- Only call transition reset on modal dimmer hide when module available [`c036282`](https://github.com/fomantic/Fomantic-UI/commit/c036282550e1f3e463caef6126eafa589925f5e1)
- Doc: Icon class typos [`27016f2`](https://github.com/fomantic/Fomantic-UI/commit/27016f2704e43f975d44a3f2d6c5af2af06386c0)
- Dropdown: Fixes issue where last matching item was found, without prioritizing value over text #502 [`cf6f6ab`](https://github.com/fomantic/Fomantic-UI/commit/cf6f6abcef1fbf97094249fe9eb543b9f7111004)
- Updates message docs about dismissable message [`d41ffa4`](https://github.com/fomantic/Fomantic-UI/commit/d41ffa427da70e9eb05ff895f7776f2fbe41e798)
- Keeping Modal in place [`1021857`](https://github.com/fomantic/Fomantic-UI/commit/10218571004ea9c5fdd91b2aec5fa0a7b1de4c2d)
- Adds browser support to readme [`8bd5939`](https://github.com/fomantic/Fomantic-UI/commit/8bd59393661b4619becd9f03862035eb57706fa5)
- Fixes title labels on doc header [`f278c50`](https://github.com/fomantic/Fomantic-UI/commit/f278c509d7d25a540522c104bedd4c9ac72cde80)
- remove some trailing spaces and add coverage badge to README [`d6ebd5b`](https://github.com/fomantic/Fomantic-UI/commit/d6ebd5b60ba89a7a6f97b34c71c122f70b6fc072)
- Reorder webfont urls to help prevent low quality icons in Chome on Windows [`ad46e10`](https://github.com/fomantic/Fomantic-UI/commit/ad46e10fda5035ffdf5b248df851744fb7b95bed)
- replaced "initial" with "text" [`a7a2380`](https://github.com/fomantic/Fomantic-UI/commit/a7a2380084f0612502112599d0236b472b2665ed)
- Darkens placeholder text color [`6806492`](https://github.com/fomantic/Fomantic-UI/commit/6806492c9f38921ee4c10657e0d6d2259f30ca50)
- Reduces the size of labeled icon buttons [`a96fac2`](https://github.com/fomantic/Fomantic-UI/commit/a96fac2e47d861b2b4e009ec4563320f1e2532d8)
- update header.less to use current @green color [`01858d6`](https://github.com/fomantic/Fomantic-UI/commit/01858d688bcc92c66e9c84ab3c3360d8792bf2cd)
- updates icon docs for rotate [`0998c5c`](https://github.com/fomantic/Fomantic-UI/commit/0998c5c02984ffbf20a4c503d995b874e3d716e0)
- rebuilds one last time [`f7c003f`](https://github.com/fomantic/Fomantic-UI/commit/f7c003f15bc5fbc70b5d6ad6491f6fa80f894e2d)
- fixes outdated icon on dropdown example [`e0a640b`](https://github.com/fomantic/Fomantic-UI/commit/e0a640b5d8d9fa520e3d0dcd036b0c5082cf36c2)
- fixes examples using grid to match 16 [`12cd9c7`](https://github.com/fomantic/Fomantic-UI/commit/12cd9c7cd9faaa133751db03fc940780f0634b2d)
- Fixes missing variable in input [`faedd3b`](https://github.com/fomantic/Fomantic-UI/commit/faedd3b9fd5329c1fb1d52f62c703d566fa19879)
- Fix attached/block inheritance. Now works together well [`1013cf5`](https://github.com/fomantic/Fomantic-UI/commit/1013cf512d64aaafa8c27e11e410c4dcbdac54f1)
- Fixes dropdown inside even-item menu [`dbf9d20`](https://github.com/fomantic/Fomantic-UI/commit/dbf9d20f2cc81f51fbcd3761be2c754f513ab379)
- Fixes placeholder on input element [`61dfb62`](https://github.com/fomantic/Fomantic-UI/commit/61dfb620278b6c0220272e11befe2940ac169c50)
- Button: Adds font family setting to buttons [`8abb1d6`](https://github.com/fomantic/Fomantic-UI/commit/8abb1d699eedbc0ad1ffd13da48e5d7b51fe6ef6)
- removes unnecessary example images [`134d1b9`](https://github.com/fomantic/Fomantic-UI/commit/134d1b9b8577e9fbebe1277383614a062f016dc0)
- Fixes dropdown position in sedcondary menus [`2f7f3ae`](https://github.com/fomantic/Fomantic-UI/commit/2f7f3ae857510f2cdd308f3fbf872120eed547b6)
- Fixes horizontal list content float [`7f7ac42`](https://github.com/fomantic/Fomantic-UI/commit/7f7ac4257add84f9e7246cf1bebc6eea004e9e77)
- Adds page grid coupling for segment [`eff7c2e`](https://github.com/fomantic/Fomantic-UI/commit/eff7c2e0899c3de64c179a839c05c8f64e5dd780)
- attempt at simplifying gtravis [`5db4fa4`](https://github.com/fomantic/Fomantic-UI/commit/5db4fa446bba0331bbea4295a6dfe3e0bf20db4a)
- updates formatting slightly in global vars [`cb6753a`](https://github.com/fomantic/Fomantic-UI/commit/cb6753a8e2224c127b56320cc77a62b7b8de9ece)
- Fixes regression with checkbox issue #154 [`3fb5741`](https://github.com/fomantic/Fomantic-UI/commit/3fb57418bcc90f3bd1eee048cd23d975a8a5a523)
- removes loading icon, css spinner is too imprecise [`e6250ef`](https://github.com/fomantic/Fomantic-UI/commit/e6250ef964303586542dd308be6a39eff6868d8e)
- comma instead of "or" [`f085f8c`](https://github.com/fomantic/Fomantic-UI/commit/f085f8c1fc305fcd02dc0717686a4b72594b7edd)
- Add ok/cancel combination to the selectors list [`cc9e0ba`](https://github.com/fomantic/Fomantic-UI/commit/cc9e0ba823fdfaa96bd9a19cf4bc76cf109fb5a0)
- Adds justify aligned to header [`63a53ed`](https://github.com/fomantic/Fomantic-UI/commit/63a53eda3444db4539bdea97eecc841456e15d70)
- Adds online assets to production only (ads/starred count) [`d0e9e9f`](https://github.com/fomantic/Fomantic-UI/commit/d0e9e9f47e444237865698121b13679de9de4cd6)
- Adds online assets to production only (ads/starred count) [`3d7441a`](https://github.com/fomantic/Fomantic-UI/commit/3d7441a38297c6e758486ef26ed200e913e719fc)
- Adds boolean example to dropdown page [`1d38efc`](https://github.com/fomantic/Fomantic-UI/commit/1d38efc6656b63bb2471317827ee9f966a3872e7)
- Fixes segment inside inverted segment having text color swiched #346 [`683d1d6`](https://github.com/fomantic/Fomantic-UI/commit/683d1d63cb8a12d753950c020fbb491e454323a5)
- Fixes :not specificity adding too much weight to button state selector [`6a3cf2c`](https://github.com/fomantic/Fomantic-UI/commit/6a3cf2cafcc7063bb8fd6144ef9e5152a8c58de8)
- Moving grunt tasks to package.json so compatible with npm test [`d3de0a8`](https://github.com/fomantic/Fomantic-UI/commit/d3de0a85deebaf4bae2fddaf55d2f70fae907d74)
- fixes text item example [`4682f6b`](https://github.com/fomantic/Fomantic-UI/commit/4682f6bd5b13281a7a15de70ce53b842f31d2c22)
- fixes popup example [`10f74fd`](https://github.com/fomantic/Fomantic-UI/commit/10f74fd3d39a8c5b1372e96cd0e3fce4b02b27e6)
- fixes regression on some dropdowns with whitespace fix [`627a6a2`](https://github.com/fomantic/Fomantic-UI/commit/627a6a25af290419378baec663bd96fe6e85b116)
- see reddit: turns down the font weight of the damn buttons [`bf85682`](https://github.com/fomantic/Fomantic-UI/commit/bf856822c1968b6666f96174e789469c7cf61e52)
- fixes toggle color [`8a345d1`](https://github.com/fomantic/Fomantic-UI/commit/8a345d190fc6e4a998fc9d742b8c86d13b58f0b3)
- Removes coverage adds translations to readme [`a2129f6`](https://github.com/fomantic/Fomantic-UI/commit/a2129f69a735d47cfde43a967256d5e67b8cb3a1)
- Fix Menu dropdowns not closing in IE11 #409 [`44b16bd`](https://github.com/fomantic/Fomantic-UI/commit/44b16bdb5da56a99629c6da8365d0c65a77d4bb6)
- Fixes issue with dropdown not receiving poiner cursor ala #309#303 [`f19ba45`](https://github.com/fomantic/Fomantic-UI/commit/f19ba4576614738381fdf712d7fdda04467c3b5f)
- twiddling around with transition to fix in/out [`ace5a1f`](https://github.com/fomantic/Fomantic-UI/commit/ace5a1f411d81201ac34aded30e466cd4720e18b)
- packaging -- changed version to semver. removed deps folder. [`eb88b6f`](https://github.com/fomantic/Fomantic-UI/commit/eb88b6f0a383153f78c6f510976b156675573d30)
- Fixes issue with flag icons [`b43dc13`](https://github.com/fomantic/Fomantic-UI/commit/b43dc13198ea33e723c53a5ae126161f064b6648)
- Tweak to circular icons valign 141 [`05e184b`](https://github.com/fomantic/Fomantic-UI/commit/05e184b8afafb42baff98776a737482314a1b5f7)
- Make segment REM for margin/radius [`1deb6eb`](https://github.com/fomantic/Fomantic-UI/commit/1deb6eb70de48c89e243288ba39bbbca437fe77a)
- Updates disabled checkbox colors to be more legible [`6db252b`](https://github.com/fomantic/Fomantic-UI/commit/6db252bca38633be760d00abbb57a4ed355e48e6)
- Fix dupe of module instanciation in checkbox [`cbf8d76`](https://github.com/fomantic/Fomantic-UI/commit/cbf8d76265df5987f60618d9ba0ae24900c7f573)
- Sidebar- default mobile animation is now overlay [`7a4faf7`](https://github.com/fomantic/Fomantic-UI/commit/7a4faf7aae721749c91cd99b99732f7baa148600)
- Sets all debug to false [`b4fcb35`](https://github.com/fomantic/Fomantic-UI/commit/b4fcb35441e5cdcae5e96c1121f61bd40080cb94)
- Fix buttons in cards [`c1ce7f2`](https://github.com/fomantic/Fomantic-UI/commit/c1ce7f2c5ae9c94e4f34590bf8d727e26ffc4393)
- Increase font size of messages slightly [`cba19ca`](https://github.com/fomantic/Fomantic-UI/commit/cba19ca5b55799be3e3e4cb0b234df5e04e28dfe)
- Fixes for divided grid [`974def4`](https://github.com/fomantic/Fomantic-UI/commit/974def4146df3bfef98b51d2284ebc248bf4d8af)
- Fix broken accordion due to ec029e3275d4a0c117b1b157e753e414f237abbf [`ee1df7c`](https://github.com/fomantic/Fomantic-UI/commit/ee1df7c90ea50bf08579f86628e1073c9f87709f)
- Fixes link path in docs [`78837bc`](https://github.com/fomantic/Fomantic-UI/commit/78837bcd5cb92b8aefe72248dfd0e336308b0773)
- Adds more translation details to README [`affea90`](https://github.com/fomantic/Fomantic-UI/commit/affea9028006a0581a2ef3c52e9c086ea02371ae)
- Updates release notes for 0.11.0 [`da1f9be`](https://github.com/fomantic/Fomantic-UI/commit/da1f9be04dd87fb59f6d0b48f2f4ab653ec3cb70)
- Modal: Fixes IE detection, IE11 now reports navigator.appName as Netscape and not Microsoft Internet Explorer LOL [`00a9209`](https://github.com/fomantic/Fomantic-UI/commit/00a92094383dca9ceefd05cd2373c35afd789dae)
- Moves forced repaint event only to dropdown [`06edf0d`](https://github.com/fomantic/Fomantic-UI/commit/06edf0dd82b52f494033a84c7ec5061a3136003e)
- Formatting on popup [`84c902a`](https://github.com/fomantic/Fomantic-UI/commit/84c902ac20ecd8dca65623989b701376bf189aee)
- Fixes bug in detatch where before was being used instead of insertBefore causing issues with siblings [`87f6f23`](https://github.com/fomantic/Fomantic-UI/commit/87f6f23c282c7509cc9fbca5869eefc8ab9b5d22)
- Fixes detatch to only occur on dimmer when element is not inside dimmer [`f5f3759`](https://github.com/fomantic/Fomantic-UI/commit/f5f37597aadd5e255de39fe764e63e0ff4c4b308)
- condition will never evaluate to true [`7e9e190`](https://github.com/fomantic/Fomantic-UI/commit/7e9e1904ff0423be2bef2df632bb56ea00974da8)
- Adds vk button to docs [`a08f001`](https://github.com/fomantic/Fomantic-UI/commit/a08f0011377c1b3c249891f544e5786b7c90113c)
- run grunt-coveralls after travis testing [`32250fb`](https://github.com/fomantic/Fomantic-UI/commit/32250fb4f67c87e40936de2d77776b6dc849f319)
- Fixes missing tags/ double props on homepage [`20135d7`](https://github.com/fomantic/Fomantic-UI/commit/20135d7c13f0ec4e9be5054c2a311b780136b689)
- Forces no negative margins on top level grids to avoid body overflow [`1ad5a0d`](https://github.com/fomantic/Fomantic-UI/commit/1ad5a0d75d8bed8fcb0a3ac073b0427a167495de)
- Fixes broken not selector, selection lists now move on hover [`6522138`](https://github.com/fomantic/Fomantic-UI/commit/65221387b546a2ee68c88f7e15478bc2a95f413a)
- errant console log removal and fixing right margin on labeled icon inputs [`ce9f96b`](https://github.com/fomantic/Fomantic-UI/commit/ce9f96b521b3c937af9075daccc4e6de6ac6581b)
- typo in sortable tables [`e46bde6`](https://github.com/fomantic/Fomantic-UI/commit/e46bde670b1c63af658db45147c18b115ea59aaf)
- Darkens dropdown active color to make it more visible [`d0fc837`](https://github.com/fomantic/Fomantic-UI/commit/d0fc83759ce0dad6eed3144ba72cc9e68ef57d8b)
- Adds cursor formatting for icon input to prevent text selection cursor [`0b0123e`](https://github.com/fomantic/Fomantic-UI/commit/0b0123e063d21a523fa952af95cd1042c651cefb)
- bad typo [`73615d5`](https://github.com/fomantic/Fomantic-UI/commit/73615d59105bc3c461e579b55146eff8d83e29b0)
- Fixes license on composer [`b4ca8bb`](https://github.com/fomantic/Fomantic-UI/commit/b4ca8bbc01cc8673f9a3ca669bb256bb9d43aff7)
- Removes erroneous description from menu docs [`6fbf1ed`](https://github.com/fomantic/Fomantic-UI/commit/6fbf1edef993b88544a0925d0b32ba1b19277285)
- Version uptick [`1474d13`](https://github.com/fomantic/Fomantic-UI/commit/1474d13ed400766976c0268037eef98c2f827473)
- cosmetic error on homepage [`ebdf461`](https://github.com/fomantic/Fomantic-UI/commit/ebdf461a2d024e92a08c798ee607af7389be5ec3)
- removes massive size, too large [`6a26376`](https://github.com/fomantic/Fomantic-UI/commit/6a263763727c9f7f711ba96a97435609c3d63b5b)
- oups, forget to remove the line-height test in basic-icons's file [`912077a`](https://github.com/fomantic/Fomantic-UI/commit/912077a95cbf0a938f7a8e8345068b3e42bccbdd)
- Remove console log from modal [`49add36`](https://github.com/fomantic/Fomantic-UI/commit/49add3642aad631661c91b1ea8ac3e36c66a6440)
- Fix for backface visibility on shapes [`9de8f8f`](https://github.com/fomantic/Fomantic-UI/commit/9de8f8f62bc379cf3a34b3a65366ccf1ce408102)
-#1134 issue with ui input not having valign but using table-cell [`d819d74`](https://github.com/fomantic/Fomantic-UI/commit/d819d74132cefca9aef5cd942c6f877772dd6e2e)
- Remove console logs from dropdown, #1123 [`0219c60`](https://github.com/fomantic/Fomantic-UI/commit/0219c609b62952f4941ddc326a4e63f162c2f887)
- Fix icon alignment in timeline feed view [`9c36f83`](https://github.com/fomantic/Fomantic-UI/commit/9c36f833166dcaa6b7e509395626dd4c97f84938)
- Fixes checkboxes not to submit form on enter [`d95a163`](https://github.com/fomantic/Fomantic-UI/commit/d95a163cc8ff42400b3dc5a5ac9d33bae6705912)
- Preserve new lines from original src [`702052e`](https://github.com/fomantic/Fomantic-UI/commit/702052e254f709b5627bf98ec5fc4e512a542ec1)
- Fixed labeled menu icon button icon positioning. [`8eb03ca`](https://github.com/fomantic/Fomantic-UI/commit/8eb03ca4ab32163b7653f8f8c528d1285b0ae6c9)
- Fixes issue where queued animation sometimes does not occur if same animation caused by lack of repaint [`1319c3f`](https://github.com/fomantic/Fomantic-UI/commit/1319c3f33ee1a7a6252fbe92403922cf56a02128)
- Adds debugging for tab hash [`b3f862e`](https://github.com/fomantic/Fomantic-UI/commit/b3f862e1cd2eb3a8c1be2f48c834abf6968b8b5a)
- Adds inverted border color variables [`08af12f`](https://github.com/fomantic/Fomantic-UI/commit/08af12fdc767613eef44d26e7c498af208672aaa)
- Fixes issue where direct child column could not use pc/tablet/mobile only [`9e4ea6a`](https://github.com/fomantic/Fomantic-UI/commit/9e4ea6a7ab69dda4415d9c888a696c21ccb90ddc)
- Fixes bug in jquery waypoint usage [`870b62a`](https://github.com/fomantic/Fomantic-UI/commit/870b62a377d98dc9aceab3a04127aa85dea668b2)
- update global colors [`c755566`](https://github.com/fomantic/Fomantic-UI/commit/c75556683c34a80df5f342d1fde6314983303ba4)
- adds coupling to dropdown to point arrow right direction automatically in vertical menu dropdowns [`2b45619`](https://github.com/fomantic/Fomantic-UI/commit/2b456192ca2e95e75fbc15b587eea135bc5bcaab)
- fixes affixed menu positioning [`6e17c75`](https://github.com/fomantic/Fomantic-UI/commit/6e17c75062ff3b6e211c88b189f1e67edd5c605e)
- Smaller size for menu fixed button [`5457b18`](https://github.com/fomantic/Fomantic-UI/commit/5457b186e380167cbf733fc0655dad5f6f3e1197)
- Add margins to right/left floated segments [`ff2d1da`](https://github.com/fomantic/Fomantic-UI/commit/ff2d1da1af87cd171845d3a791fccbed37780ea4)
- Add ui flag attribution [`82db2c7`](https://github.com/fomantic/Fomantic-UI/commit/82db2c79698f683e01f6690e0f60fe5e9ff93c3e)
- Swap video module icon [`b747338`](https://github.com/fomantic/Fomantic-UI/commit/b7473385f725aba3cd48ac93a1e55f72e3223fff)
- Experimenting with new header margins [`44e12e1`](https://github.com/fomantic/Fomantic-UI/commit/44e12e1872cdd5ac615c0daa6c7fb3bd57d41d50)
- Fix margin on buttons inside cards [`feb2135`](https://github.com/fomantic/Fomantic-UI/commit/feb2135b6633a967198dd864dc713f2bb5ecbfb1)
- Fixes dropdown offset on menu [`72c41b2`](https://github.com/fomantic/Fomantic-UI/commit/72c41b29548e98e2f24eda61ebb482a30e74856d)
- Adds selected item to callback for dropdown onChange [`1918957`](https://github.com/fomantic/Fomantic-UI/commit/1918957d458e4e61b944a37ef3cdbde029202b1f)
- Fix typo in grid rules [`18b8e2f`](https://github.com/fomantic/Fomantic-UI/commit/18b8e2f7cf7197c051ac3cad6be61c97d9cbbe9b)
- Reduces black to slightly more neutral [`f7f9f76`](https://github.com/fomantic/Fomantic-UI/commit/f7f9f7649bd4b97c1d9e723fcb1215eac306b975)
- Fix issue with animated button [`319a534`](https://github.com/fomantic/Fomantic-UI/commit/319a53492573bb54cc970be2d1e429fdeeeca5c4)
- Fixes repo link [`9561d9a`](https://github.com/fomantic/Fomantic-UI/commit/9561d9a851d965980bbccf0ecea666ee9df9e6c6)
- Fixes checkboxes not triggering native change event for input [`f62d669`](https://github.com/fomantic/Fomantic-UI/commit/f62d669197bc6d88699af13f888c0f4abbe22c4c)
-#630 Fixes issue with right menu border [`dc50bec`](https://github.com/fomantic/Fomantic-UI/commit/dc50becdc9db2bf24186f0cccb283bfbce89ff15)
- Updates some doc issues on input [`77101d0`](https://github.com/fomantic/Fomantic-UI/commit/77101d03cda559f0d29acabd2958f2781eba30ea)
- Forgot to update site ver # [`819b608`](https://github.com/fomantic/Fomantic-UI/commit/819b6084270332a05ff67bc52a065455268b7444)
- Disables transition debug by default, too chatty [`339b236`](https://github.com/fomantic/Fomantic-UI/commit/339b2369e26bb7523597663142e6679aa02e9ec3)
- possible typo [`2b2abeb`](https://github.com/fomantic/Fomantic-UI/commit/2b2abebc5d20c3f7bb70e9fbaa758070821eb0e4)
- removed extra comma [`176185f`](https://github.com/fomantic/Fomantic-UI/commit/176185f88112fcb1340481c5b7c0343f49db872a)
- Fixes secondary menu missing from docs [`d17b2e8`](https://github.com/fomantic/Fomantic-UI/commit/d17b2e849901b21f3a76014f8498e654ce78320f)
- Toying with bower main path to test whether wildcard resolves correctly [`29fdf71`](https://github.com/fomantic/Fomantic-UI/commit/29fdf711995d5513b0cf2d37d0236a9d402d5565)
- Doc: Removed missing icons from existing code [`dffc869`](https://github.com/fomantic/Fomantic-UI/commit/dffc8690bc49968b379fe26bedd64910ce98747f)
- Doc: Removed arrow class from location icon [`d768891`](https://github.com/fomantic/Fomantic-UI/commit/d76889104a9a8c1bab715253a7fd997062c263d2)
- Update description for onApprove callback [`634b87f`](https://github.com/fomantic/Fomantic-UI/commit/634b87f81d610749dea2f4510ffe90ba8ebbbfcb)
- Fixes date in release notes [`658b3ac`](https://github.com/fomantic/Fomantic-UI/commit/658b3ac7e232d4c37c69f18484228f4589a56445)
- Form: Fixes values to be trimmed when validating, #488 [`09b088a`](https://github.com/fomantic/Fomantic-UI/commit/09b088a7c4777e6ea8073170216aa08f77c860fb)
- Fixes specificity of button #483 [`28261ed`](https://github.com/fomantic/Fomantic-UI/commit/28261ed82fca587cc1e8d8cf8a1e2c063eddb7a9)
- Menu: Fixes z-index to be just below modals for fixed menu #505 [`0016012`](https://github.com/fomantic/Fomantic-UI/commit/0016012d30dad10bf76c4d4ce11657bba9ff9961)
- Note that docpad run depends on grunt build [`76854d5`](https://github.com/fomantic/Fomantic-UI/commit/76854d562ab29f2df90eadd2f4803590ac8f2578)
- Fixes clone url in README [`2080098`](https://github.com/fomantic/Fomantic-UI/commit/2080098f77044c2aa44fa98a6a484def5479a3f6)
- Modal: fixes dimmer and modal to use two separate checks for active status [`1ea95cb`](https://github.com/fomantic/Fomantic-UI/commit/1ea95cbab2c336271ff8daa968123c9be5332f46)
- moved save.conditions from module.create to module.show [`5239c8b`](https://github.com/fomantic/Fomantic-UI/commit/5239c8be8a784dee35cbed6ee089d154100a5d05)
- Fix form validation name [`3d6985f`](https://github.com/fomantic/Fomantic-UI/commit/3d6985fedb80f51023705383f9ac5d512f1468dd)
- case insensitive e-mail validation [`fede049`](https://github.com/fomantic/Fomantic-UI/commit/fede04934bfc4b556785d739cb9c5d4d430f799a)
- Fixes version number on homepage [`c748c99`](https://github.com/fomantic/Fomantic-UI/commit/c748c99fdee16e8e5cbae86597522648fe3c4464)
- Still fiddling with list float issues [`75096d1`](https://github.com/fomantic/Fomantic-UI/commit/75096d1ebe9ea065a71622082a5fd1739692c4a9)
- typo in popup docs [`333eb34`](https://github.com/fomantic/Fomantic-UI/commit/333eb34b43bdecad9d8df50d7618c2ec2752e7f6)
- Fixes floating menu dropdown position to not be overwritten [`37f281a`](https://github.com/fomantic/Fomantic-UI/commit/37f281ae60fb8a6f186822d87a16ecc3e0e5c045)
- Fixes labeled icon placement in chrome [`a624771`](https://github.com/fomantic/Fomantic-UI/commit/a624771152385e6e4a98f6d2062d231e1d726072)
- Updates browser support to include safari 6> and opera 12.1> [`d328cc4`](https://github.com/fomantic/Fomantic-UI/commit/d328cc4a2f83753284a2bd65293e210378d3876a)
- Removes vertical align fix causes issues in chrome [`84abf6e`](https://github.com/fomantic/Fomantic-UI/commit/84abf6e264476193fd92b7b07ae85757357f09d3)
- All icons are 1px too tall, uses same technique as bootstrap (offset1px on glyphicons) [`1817d93`](https://github.com/fomantic/Fomantic-UI/commit/1817d936388f0b9d15d2205202be0e61fb8805cd)
- swap conditional on dev packages [`eb60dfb`](https://github.com/fomantic/Fomantic-UI/commit/eb60dfb3a265f1e93efea5ab8ea0b084767c9cc5)
- Fixes issue where input icon might be reversed when font color of parent is reversed [`6114de5`](https://github.com/fomantic/Fomantic-UI/commit/6114de56e11dbe381190f05539894a5eef2ee6b8)
- typo in release notes [`574df0c`](https://github.com/fomantic/Fomantic-UI/commit/574df0cd5f4b2c486b9bae71bbcb60c9172d17d3)
- removing verbose from tests [`63a7afb`](https://github.com/fomantic/Fomantic-UI/commit/63a7afb5fc24a18b3cb7bf80fbfea604f5d9a6d3)
- updates node on travis.yml [`f6d6622`](https://github.com/fomantic/Fomantic-UI/commit/f6d6622107868c4f71725899ed78e6cdcb970d32)
- wording on readme [`c5d67b3`](https://github.com/fomantic/Fomantic-UI/commit/c5d67b3d65e58fc60f291e2a7cd1ad8ec6362928)
- rebuilds zip [`8ac05ba`](https://github.com/fomantic/Fomantic-UI/commit/8ac05ba3cca9867faebf81b211459aa3071f49de)
- tiny checkbox example update [`f60fa4a`](https://github.com/fomantic/Fomantic-UI/commit/f60fa4addc2a2db654c26484a624135be4c79f74)
- Fixes dropdown to now set active item to whatever hidden input field is when using action updateForm [`45d3100`](https://github.com/fomantic/Fomantic-UI/commit/45d31009a803d8cae08d40699e831c5d8148cdc9)
- fixes typo in docs #107 [`0835f87`](https://github.com/fomantic/Fomantic-UI/commit/0835f878c03707a9cae32474b033da370680a7da)
- Added the input element of checkbox to the dom with 0 opacity, so that it ca [`bf36329`](https://github.com/fomantic/Fomantic-UI/commit/bf363293babc5bf063451aa11619d257fcd7e1fa)
- transition requires repaint after animation [`700fda5`](https://github.com/fomantic/Fomantic-UI/commit/700fda509eaaca8c56679917d11611a8c399cd65)
- fixes popup icon in message [`e74e9b1`](https://github.com/fomantic/Fomantic-UI/commit/e74e9b14edfc775b32ed7535c58765cd528e43ed)
- updates download zip [`7af5f3f`](https://github.com/fomantic/Fomantic-UI/commit/7af5f3f6a49b4e464f1b2309288f7a12ae3a0442)
- fixes scroll position on side menu [`04861b8`](https://github.com/fomantic/Fomantic-UI/commit/04861b80be72489681d915f39b30ab953b8eb210)
- updates zip [`908298a`](https://github.com/fomantic/Fomantic-UI/commit/908298a92d7c6456ebbaa3e2f77faebd938a36de)
- temporarily removes reference to roadmap [`5b93e21`](https://github.com/fomantic/Fomantic-UI/commit/5b93e2168dd9066f949ca83e092010d8b2685484)
- missing space in sentence [`e1d2b51`](https://github.com/fomantic/Fomantic-UI/commit/e1d2b517649fd086fe26c8679fcc4dcadf80f621)
- fixes the motherfucking line wrapping height issue on code samples [`2c226fe`](https://github.com/fomantic/Fomantic-UI/commit/2c226feb9bd65eceef694e9da04477c468c4559b)
- fixes item touch event on dropdown [`2824345`](https://github.com/fomantic/Fomantic-UI/commit/28243457ae72afad572b7a398aeb4875d976e716)
- fixing dropdown position [`b9b3b7b`](https://github.com/fomantic/Fomantic-UI/commit/b9b3b7b2e6ff23a686671c74e92b201d2b4857c4)
- lowers size of code icon [`5ae7c31`](https://github.com/fomantic/Fomantic-UI/commit/5ae7c310b36b24d090464ad284edc15cfe7fdef7)
- brightens tag in highlighting [`bb6f7b1`](https://github.com/fomantic/Fomantic-UI/commit/bb6f7b13725fdc76950c54e5201e102bc97f9d17)
-#1549 remove england alias from flag [`0a7e2cb`](https://github.com/fomantic/Fomantic-UI/commit/0a7e2cbbdfae95367ae525d625260f9fb23bdc56)
- Adds default var for #1536 [`0978e84`](https://github.com/fomantic/Fomantic-UI/commit/0978e84c733228dae393186b7c0d70ea0f38c77f)
- Fix secondary bug in #1532, dropdown focus state in form gets input marker [`9c3b5e7`](https://github.com/fomantic/Fomantic-UI/commit/9c3b5e70b6f1a5509c8b3184a8feca85d1795092)
- Fix cause of #1471 [`8e3a750`](https://github.com/fomantic/Fomantic-UI/commit/8e3a7503409226b9f1864db599e5ecb3845392a2)
- Header font missing from h1-h5 without ui header #1314 [`58a7038`](https://github.com/fomantic/Fomantic-UI/commit/58a7038e51e1301014ee5b77ee9af71729fbabe7)
- Remove console log in transition [`e49aa0f`](https://github.com/fomantic/Fomantic-UI/commit/e49aa0f1373fccbf7d3ad287be2c61461e1ab6a3)
- Get rid of unnecessary z index in segment loading [`af5355c`](https://github.com/fomantic/Fomantic-UI/commit/af5355c08747b588d4c8dd823b191b34411470d1)
- Reset on destroy on video component [`e019520`](https://github.com/fomantic/Fomantic-UI/commit/e019520f6f60a6b8d3852eca72728c77505cf833)
- Add max-width to card #1116 [`a898b02`](https://github.com/fomantic/Fomantic-UI/commit/a898b022c87efcb77ea5e4f1664cf3bc9b30c5cc)
- Add back in lato font until @import load order fixed in grunt [`631efd8`](https://github.com/fomantic/Fomantic-UI/commit/631efd86c0b44a29a0c2b800b17ac52b25facf48)
- Search selection dropdown now forces ui dropdown class [`6769eb1`](https://github.com/fomantic/Fomantic-UI/commit/6769eb1220a5beb72e5a9afb415bb5502b04fa2c)
- Progress bar now animates correctly when no width set [`44269aa`](https://github.com/fomantic/Fomantic-UI/commit/44269aae43047b21db97472fc69603d6c773814f)
- Removes dependency that no longer exists [`a584aa7`](https://github.com/fomantic/Fomantic-UI/commit/a584aa7bb11cb403091e446c0cb40e6c34cdab02)
- Remove minwidth from grid [`c5127e5`](https://github.com/fomantic/Fomantic-UI/commit/c5127e5161e6a0174d9836793800abeee5bc4f0c)
- typo in css [`e6401fb`](https://github.com/fomantic/Fomantic-UI/commit/e6401fb252e861aa35b340adf70d550c09923640)
- Fix basic inverted background color in default theme [`535a79f`](https://github.com/fomantic/Fomantic-UI/commit/535a79f58ea153dc697944c526d50415ec1e4170)
- Fixes right padding on list [`a02e872`](https://github.com/fomantic/Fomantic-UI/commit/a02e872953950f50bf461c8a5719102d10709c4e)
- Adds visit component to debug [`53c6f57`](https://github.com/fomantic/Fomantic-UI/commit/53c6f57b7ec3958257df78f551a05eaed2df8cdc)
- Adds mobile icon alias [`c24d1bc`](https://github.com/fomantic/Fomantic-UI/commit/c24d1bc38ad1d080d23552983ba6b6130f4a2ae9)
- Adds semantic config to gitignore [`817f23c`](https://github.com/fomantic/Fomantic-UI/commit/817f23c64eaa02c6234a3b9f5d3370df0f7e5d52)
- Adds forced repaint to dropdown [`00bd3de`](https://github.com/fomantic/Fomantic-UI/commit/00bd3de60aee5a97d4eda2f084a836e7af2bfd4d)
- adds docpad db to gitignore [`b23fd29`](https://github.com/fomantic/Fomantic-UI/commit/b23fd29c965349714113e0e06fa811c5ec870734)
- removes attempt on theme var overrides with lame LESS [`945467f`](https://github.com/fomantic/Fomantic-UI/commit/945467fcf9377a9acd45e11b52cfcb686a20546c)
- Fixes valign of solo icons [`5642207`](https://github.com/fomantic/Fomantic-UI/commit/5642207dad8155abbf1f322f7705af5e1ea77117)
- Adds margin bottom to list headers [`b58cf6f`](https://github.com/fomantic/Fomantic-UI/commit/b58cf6fd44bbc307ce3ba78c32f726b70392b444)
- Tab active now bold [`cb12543`](https://github.com/fomantic/Fomantic-UI/commit/cb1254343d5f771513d4071634aaabcaa09d2504)
- adds in grunt cli install again to travis build [`2880a9b`](https://github.com/fomantic/Fomantic-UI/commit/2880a9b1a045ffadffe0e9c918fed4454c7259ff)
- removes dimmer remove from destroy [`3674e28`](https://github.com/fomantic/Fomantic-UI/commit/3674e2833344b9e1824f8fd0e091f7b48c440380)
- Adds flags to build [`08823d8`](https://github.com/fomantic/Fomantic-UI/commit/08823d8391aa7ecd93a40eda63a1d98e96defc29)
- Adds project logo [`ed90e4a`](https://github.com/fomantic/Fomantic-UI/commit/ed90e4ac1fb89572f4effbcc5e1ae55802951b74)
- travis.yml now requires dot [`c93ab70`](https://github.com/fomantic/Fomantic-UI/commit/c93ab70351f7f74619dbb16eb1341ce27c9db48d)
- Adds favicon to build [`7caa083`](https://github.com/fomantic/Fomantic-UI/commit/7caa083bab2cba7f1db05da3b5c95ab42bb075dd)
- structure -- moved src from node project to main project. [`46a861c`](https://github.com/fomantic/Fomantic-UI/commit/46a861c3a1fe0e78934cb9035a76eb65dc4abc18)