# Change Log ## [v0.77.2](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.77.2) (2018-01-10) [Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.77.1...v0.77.2) **Implemented enhancements:** - Responsive: console warning generated when rendered as={React.Fragment} [\#2414](https://github.com/Semantic-Org/Semantic-UI-React/issues/2414) - Confirm: allow custom sizes [\#2405](https://github.com/Semantic-Org/Semantic-UI-React/issues/2405) - feat\(Confirm\): allow custom sizes [\#2409](https://github.com/Semantic-Org/Semantic-UI-React/pull/2409) ([ashurbeyli](https://github.com/ashurbeyli)) - feat\(Progress\): Add value option, to just show the value in the bar [\#2383](https://github.com/Semantic-Org/Semantic-UI-React/pull/2383) ([UnbrandedTech](https://github.com/UnbrandedTech)) - feat\(Pagination\): add new component [\#2352](https://github.com/Semantic-Org/Semantic-UI-React/pull/2352) ([layershifter](https://github.com/layershifter)) **Fixed bugs:** - Dropdown: incorrect selection when dynamically changing options [\#2410](https://github.com/Semantic-Org/Semantic-UI-React/issues/2410) - TransitionablePortal: doesn't close on closeOnDocumentClick [\#2382](https://github.com/Semantic-Org/Semantic-UI-React/issues/2382) - Checkbox: onChange called multiple times in a row [\#2370](https://github.com/Semantic-Org/Semantic-UI-React/issues/2370) - Popup: Popup in a Popup closes when you interact with the inner Popup [\#1831](https://github.com/Semantic-Org/Semantic-UI-React/issues/1831) **Closed issues:** - Item: chance of auto-generated key collision when using shorthand props [\#2418](https://github.com/Semantic-Org/Semantic-UI-React/issues/2418) - Are dropdowns with checkboxes possible? [\#2417](https://github.com/Semantic-Org/Semantic-UI-React/issues/2417) - fix\(Header\): your description [\#2406](https://github.com/Semantic-Org/Semantic-UI-React/issues/2406) - Form.Select runs outside of Field [\#2391](https://github.com/Semantic-Org/Semantic-UI-React/issues/2391) - fix\(TransitionablePortal\): your description [\#2374](https://github.com/Semantic-Org/Semantic-UI-React/issues/2374) - Search component is missing prop =\> "iconPosition" [\#2373](https://github.com/Semantic-Org/Semantic-UI-React/issues/2373) **Merged pull requests:** - feat\(customPropTypes\): allow to pass Symbol to `as` [\#2416](https://github.com/Semantic-Org/Semantic-UI-React/pull/2416) ([layershifter](https://github.com/layershifter)) - docs\(README\): add Cryptact to the built with list [\#2413](https://github.com/Semantic-Org/Semantic-UI-React/pull/2413) ([kuy](https://github.com/kuy)) - docs\(Form\): update docs to show Form.Group with widths='equal' to have certain children have the required fluid prop [\#2395](https://github.com/Semantic-Org/Semantic-UI-React/pull/2395) ([brianespinosa](https://github.com/brianespinosa)) - fix\(Checkbox\): fix event handling with `id` prop [\#2392](https://github.com/Semantic-Org/Semantic-UI-React/pull/2392) ([Attrash-Islam](https://github.com/Attrash-Islam)) - fix\(TransionablePortal\): fix state handling [\#2390](https://github.com/Semantic-Org/Semantic-UI-React/pull/2390) ([layershifter](https://github.com/layershifter)) - docs\(README\): Add moneytracker.cc to built with list [\#2385](https://github.com/Semantic-Org/Semantic-UI-React/pull/2385) ([ayastreb](https://github.com/ayastreb)) - fix\(Portal\): click inside detection [\#2384](https://github.com/Semantic-Org/Semantic-UI-React/pull/2384) ([levithomason](https://github.com/levithomason)) ## [v0.77.1](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.77.1) (2017-12-10) [Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.77.0...v0.77.1) **Implemented enhancements:** - RFC: Button.Group shorthand to render an array of buttons with a 'buttons' prop [\#2310](https://github.com/Semantic-Org/Semantic-UI-React/issues/2310) - feat\(Button\): add `buttons` shorthand to ButtonGroup [\#2361](https://github.com/Semantic-Org/Semantic-UI-React/pull/2361) ([layershifter](https://github.com/layershifter)) - feat\(Image\): improve handling of HTML props [\#2316](https://github.com/Semantic-Org/Semantic-UI-React/pull/2316) ([layershifter](https://github.com/layershifter)) **Fixed bugs:** - Transition: Not working properly when 'show' duration is less than 'hide' [\#2347](https://github.com/Semantic-Org/Semantic-UI-React/issues/2347) **Closed issues:** - RFC: Be able to define fallback order for Popup position [\#2359](https://github.com/Semantic-Org/Semantic-UI-React/issues/2359) - Two Sidebars [\#2354](https://github.com/Semantic-Org/Semantic-UI-React/issues/2354) - fix\(Dropdown\): Dropdown with an Input \(text\) Item closed when clicked [\#2353](https://github.com/Semantic-Org/Semantic-UI-React/issues/2353) - Controlled Popup doesn't handle hideOnScroll [\#2346](https://github.com/Semantic-Org/Semantic-UI-React/issues/2346) - fix\(TransitionablePortal\): your description [\#2342](https://github.com/Semantic-Org/Semantic-UI-React/issues/2342) **Merged pull requests:** - docs\(Step\): fix display of an icon in StepExampleEvenlyDivided [\#2365](https://github.com/Semantic-Org/Semantic-UI-React/pull/2365) ([jeroenvervaeke](https://github.com/jeroenvervaeke)) - docs\(README.md\): add bailfacile.fr to list of websites using Semantic UI React [\#2357](https://github.com/Semantic-Org/Semantic-UI-React/pull/2357) ([potioventures](https://github.com/potioventures)) - docs\(README.md\): add re.yomeshgupta.com to the build with list [\#2351](https://github.com/Semantic-Org/Semantic-UI-React/pull/2351) ([yomeshgupta](https://github.com/yomeshgupta)) - fix\(Transition\): fix of the choice of duration [\#2350](https://github.com/Semantic-Org/Semantic-UI-React/pull/2350) ([layershifter](https://github.com/layershifter)) - chore\(docgen|menugen\): fix problems with paths on Windows [\#2349](https://github.com/Semantic-Org/Semantic-UI-React/pull/2349) ([layershifter](https://github.com/layershifter)) - chore\(docgen\): add a friendly exception [\#2348](https://github.com/Semantic-Org/Semantic-UI-React/pull/2348) ([layershifter](https://github.com/layershifter)) ## [v0.77.0](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.77.0) (2017-11-25) [Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.76.0...v0.77.0) **Implemented enhancements:** - Embed: brandedUI setting seems backwards, and doesn't affect related videos [\#2313](https://github.com/Semantic-Org/Semantic-UI-React/issues/2313) - Dropdown: add forceSelection prop [\#2299](https://github.com/Semantic-Org/Semantic-UI-React/issues/2299) - Tab menu option tabular is being overused for both style and position. [\#2264](https://github.com/Semantic-Org/Semantic-UI-React/issues/2264) - feat\(Embed\): disable "related videos" when `brandedUI` is set to `true` [\#2320](https://github.com/Semantic-Org/Semantic-UI-React/pull/2320) ([bennettrogers](https://github.com/bennettrogers)) - feat\(Checkbox\): add support of htmlFor [\#2293](https://github.com/Semantic-Org/Semantic-UI-React/pull/2293) ([layershifter](https://github.com/layershifter)) **Fixed bugs:** - Dropdown: Clicking outside the component does not close it when defaultOpen is true [\#2332](https://github.com/Semantic-Org/Semantic-UI-React/issues/2332) - Input: animation on focus doesn't work now [\#2298](https://github.com/Semantic-Org/Semantic-UI-React/issues/2298) - Checkbox: Labels don't have htmlFor [\#2274](https://github.com/Semantic-Org/Semantic-UI-React/issues/2274) **Closed issues:** - fix\(Divider\): your description [\#2335](https://github.com/Semantic-Org/Semantic-UI-React/issues/2335) - Menu Item rendering as \ and not \ resulting in no animations. [\#2323](https://github.com/Semantic-Org/Semantic-UI-React/issues/2323) - Icon render slow depending on the word order in name property [\#2301](https://github.com/Semantic-Org/Semantic-UI-React/issues/2301) - Docs down? [\#2289](https://github.com/Semantic-Org/Semantic-UI-React/issues/2289) - Package: module not found fbjs/lib/shallowEqual [\#2285](https://github.com/Semantic-Org/Semantic-UI-React/issues/2285) **Merged pull requests:** - docs\(Header\): fix typo in component example description [\#2340](https://github.com/Semantic-Org/Semantic-UI-React/pull/2340) ([gitname](https://github.com/gitname)) - fix\(Dropdown\): add event handlers when opened via defaultOpen [\#2334](https://github.com/Semantic-Org/Semantic-UI-React/pull/2334) ([seanMcKennaPuppet](https://github.com/seanMcKennaPuppet)) - fix\(Image\): correct the type of the width prop [\#2333](https://github.com/Semantic-Org/Semantic-UI-React/pull/2333) ([lafritay](https://github.com/lafritay)) - fix\(Portal\): fix usage of eventPool [\#2329](https://github.com/Semantic-Org/Semantic-UI-React/pull/2329) ([layershifter](https://github.com/layershifter)) - fix\(customPropTypes\): improve perf of `suggest` [\#2314](https://github.com/Semantic-Org/Semantic-UI-React/pull/2314) ([davezuko](https://github.com/davezuko)) - fix\(Input\): icon should be always after \ [\#2302](https://github.com/Semantic-Org/Semantic-UI-React/pull/2302) ([layershifter](https://github.com/layershifter)) - test\(Card\): remove cruft tests [\#2294](https://github.com/Semantic-Org/Semantic-UI-React/pull/2294) ([layershifter](https://github.com/layershifter)) - chore\(package\): add fbjs to dependencies [\#2292](https://github.com/Semantic-Org/Semantic-UI-React/pull/2292) ([layershifter](https://github.com/layershifter)) - fix\(docs\): add missing period to script URL [\#2290](https://github.com/Semantic-Org/Semantic-UI-React/pull/2290) ([gitname](https://github.com/gitname)) - BREAKING\(Tab\): allow right/left without `tabular` [\#2265](https://github.com/Semantic-Org/Semantic-UI-React/pull/2265) ([ryanmcgarvey](https://github.com/ryanmcgarvey)) - docs\(ComponentSidebar\): add sidebar navigation [\#2070](https://github.com/Semantic-Org/Semantic-UI-React/pull/2070) ([layershifter](https://github.com/layershifter)) - docs\(DropdownExamplePointing\): Fix nested Dropdown [\#1644](https://github.com/Semantic-Org/Semantic-UI-React/pull/1644) ([Jimeno0](https://github.com/Jimeno0)) ## [v0.76.0](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.76.0) (2017-11-04) [Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.75.1...v0.76.0) **Implemented enhancements:** - RFC: \