From 3341abdaf010a7b9030f99fe7a9e7477f93dcbd6 Mon Sep 17 00:00:00 2001 From: Levi Thomason Date: Sun, 4 Feb 2018 14:34:57 -0800 Subject: [PATCH] docs(changelog): update changelog [ci skip] --- CHANGELOG.md | 134 ++++++++++++++++++++------------------------------- 1 file changed, 53 insertions(+), 81 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16343b772d..0dec9719f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,58 @@ # Change Log +## [v0.78.0](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.78.0) (2018-02-04) +[Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.77.2...v0.78.0) + +**Implemented enhancements:** + +- Accordion.Title index prop type [\#2478](https://github.com/Semantic-Org/Semantic-UI-React/issues/2478) +- Card: add centered prop to Card.Group [\#2453](https://github.com/Semantic-Org/Semantic-UI-React/issues/2453) +- Popup: add verticalOffset [\#2449](https://github.com/Semantic-Org/Semantic-UI-React/issues/2449) +- Docs: Home Page template is not responsive [\#2386](https://github.com/Semantic-Org/Semantic-UI-React/issues/2386) +- feat\(Card\): add centered prop to Card.Group [\#2463](https://github.com/Semantic-Org/Semantic-UI-React/pull/2463) ([sudheerDev](https://github.com/sudheerDev)) + +**Fixed bugs:** + +- Docs: broken rerender on same name props' values [\#2460](https://github.com/Semantic-Org/Semantic-UI-React/issues/2460) + +**Closed issues:** + +- Dropdown: Clicking in and out of it after having selected an item automatically selects other [\#2490](https://github.com/Semantic-Org/Semantic-UI-React/issues/2490) +- Dropdown: Multiple repetitive line entries erroneously added to the dropdown list [\#2489](https://github.com/Semantic-Org/Semantic-UI-React/issues/2489) +- Dropdown: clicking outside the dropdown should not add new item to the list [\#2488](https://github.com/Semantic-Org/Semantic-UI-React/issues/2488) +- Using Custom Component as a Modal Trigger? [\#2487](https://github.com/Semantic-Org/Semantic-UI-React/issues/2487) +- Dropdown: list of items overflows its container when using 'simple' and 'allowAdditions' options [\#2486](https://github.com/Semantic-Org/Semantic-UI-React/issues/2486) +- Closable menu tabular / tab [\#2484](https://github.com/Semantic-Org/Semantic-UI-React/issues/2484) +- Docs: Error Description: Semantic UI React -\> Grid -\> Grid.Column -\> only [\#2479](https://github.com/Semantic-Org/Semantic-UI-React/issues/2479) +- Pagination not exported? [\#2477](https://github.com/Semantic-Org/Semantic-UI-React/issues/2477) +- Step and Step.Group element usage. How do I deactivate a completed step and move on\(activate\) to the next in the Step Group or even in a chain of Steps without a group? [\#2461](https://github.com/Semantic-Org/Semantic-UI-React/issues/2461) +- Dropdown: module scrollbar can not work as normal in firefox browser [\#2459](https://github.com/Semantic-Org/Semantic-UI-React/issues/2459) +- Unable to pass custom props into Tab panes [\#2456](https://github.com/Semantic-Org/Semantic-UI-React/issues/2456) +- Semantic transition issue on multiple divs [\#2448](https://github.com/Semantic-Org/Semantic-UI-React/issues/2448) +- Dropdown menu only closes when it loses focus if the parent dropdown has been clicked [\#2447](https://github.com/Semantic-Org/Semantic-UI-React/issues/2447) +- Most pages are not displaying well on mobile \(Android\) [\#2443](https://github.com/Semantic-Org/Semantic-UI-React/issues/2443) +- Form.Radio onChange inconsistent with Form.Input [\#2442](https://github.com/Semantic-Org/Semantic-UI-React/issues/2442) +- How to expand the horizontal width size of Input ? [\#2435](https://github.com/Semantic-Org/Semantic-UI-React/issues/2435) +- Example code in demo on documentation are all hidden. [\#2434](https://github.com/Semantic-Org/Semantic-UI-React/issues/2434) +- \ Element Stuck in Very Fast Endless Open / Close Animation Loop [\#2427](https://github.com/Semantic-Org/Semantic-UI-React/issues/2427) +- RFC: set selectOnNavigation to false by default in Dropdown [\#2369](https://github.com/Semantic-Org/Semantic-UI-React/issues/2369) + +**Merged pull requests:** + +- feat\(ComponentDoc\): add virtual whitespace for sidebar [\#2492](https://github.com/Semantic-Org/Semantic-UI-React/pull/2492) ([levithomason](https://github.com/levithomason)) +- chore\(.github\): add probot configurations [\#2491](https://github.com/Semantic-Org/Semantic-UI-React/pull/2491) ([levithomason](https://github.com/levithomason)) +- fix\(AccordionTitle\): allow strings in index PropType [\#2483](https://github.com/Semantic-Org/Semantic-UI-React/pull/2483) ([bharatzvm](https://github.com/bharatzvm)) +- docs\(ComponentPropEnum\): update for value changes [\#2482](https://github.com/Semantic-Org/Semantic-UI-React/pull/2482) ([levithomason](https://github.com/levithomason)) +- docs\(Grid\): fix column/row typo [\#2480](https://github.com/Semantic-Org/Semantic-UI-React/pull/2480) ([levithomason](https://github.com/levithomason)) +- fix\(Sticky\): scrollContext changes cause memory leak and incorrect scroll events [\#2464](https://github.com/Semantic-Org/Semantic-UI-React/pull/2464) ([fracmak](https://github.com/fracmak)) +- fix\(Visibility\): context changes cause memory leak and incorrect scroll events [\#2458](https://github.com/Semantic-Org/Semantic-UI-React/pull/2458) ([fracmak](https://github.com/fracmak)) +- Fix\(Portal\) check for rootNode rendering to prevent race condition [\#2457](https://github.com/Semantic-Org/Semantic-UI-React/pull/2457) ([Brantron](https://github.com/Brantron)) +- breaking\(popup\): verticalOffset [\#2450](https://github.com/Semantic-Org/Semantic-UI-React/pull/2450) ([adam-26](https://github.com/adam-26)) +- docs\(README\): Add Hürriyet Oto to built with list [\#2445](https://github.com/Semantic-Org/Semantic-UI-React/pull/2445) ([eabay](https://github.com/eabay)) +- Fix\(typo\): Rectifiying spelling in the examples [\#2426](https://github.com/Semantic-Org/Semantic-UI-React/pull/2426) ([ahmedu007](https://github.com/ahmedu007)) +- fix\(Responsive\): use setState\(\) safely [\#2421](https://github.com/Semantic-Org/Semantic-UI-React/pull/2421) ([layershifter](https://github.com/layershifter)) +- docs\(layouts\): make HomepageLayout responsive [\#2396](https://github.com/Semantic-Org/Semantic-UI-React/pull/2396) ([layershifter](https://github.com/layershifter)) + ## [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) @@ -291,7 +344,6 @@ - feat\(eventStack\): support for different targets [\#2094](https://github.com/Semantic-Org/Semantic-UI-React/pull/2094) ([layershifter](https://github.com/layershifter)) - feat\(Sticky|Visibility\): listen for `resize` events [\#2091](https://github.com/Semantic-Org/Semantic-UI-React/pull/2091) ([layershifter](https://github.com/layershifter)) - feat\(Visibility\): add `direction` for calculations [\#2090](https://github.com/Semantic-Org/Semantic-UI-React/pull/2090) ([layershifter](https://github.com/layershifter)) -- breaking\(Accordion\): Refactor component [\#1375](https://github.com/Semantic-Org/Semantic-UI-React/pull/1375) ([layershifter](https://github.com/layershifter)) **Fixed bugs:** @@ -632,8 +684,6 @@ - Popup: button class applied to Popup [\#1703](https://github.com/Semantic-Org/Semantic-UI-React/issues/1703) - Failed to build webpack2 example [\#1701](https://github.com/Semantic-Org/Semantic-UI-React/issues/1701) -- TextArea incorrect height with autoHeight prop when element is not visible [\#1405](https://github.com/Semantic-Org/Semantic-UI-React/issues/1405) -- Field.Input, Field.Select Get Rendered w/ Different Heights [\#1382](https://github.com/Semantic-Org/Semantic-UI-React/issues/1382) **Closed issues:** @@ -860,7 +910,6 @@ **Implemented enhancements:** - Support autocorrect on input [\#1572](https://github.com/Semantic-Org/Semantic-UI-React/issues/1572) -- index.d.ts file with semanticUIReact [\#1392](https://github.com/Semantic-Org/Semantic-UI-React/issues/1392) - feat\(Input\): add autoCorrect to Input props [\#1573](https://github.com/Semantic-Org/Semantic-UI-React/pull/1573) ([layershifter](https://github.com/layershifter)) - feat\(factories\): add overrideProps [\#1428](https://github.com/Semantic-Org/Semantic-UI-React/pull/1428) ([layershifter](https://github.com/layershifter)) @@ -868,7 +917,6 @@ - Dropdown renderLabel expects a ReactElement\ to be returned [\#1568](https://github.com/Semantic-Org/Semantic-UI-React/issues/1568) - Can't get ref on \ if it's a child of \ [\#1536](https://github.com/Semantic-Org/Semantic-UI-React/issues/1536) -- Issue with props merging on Menu [\#1424](https://github.com/Semantic-Org/Semantic-UI-React/issues/1424) **Closed issues:** @@ -903,7 +951,6 @@ - docs\(Form\): add required and width examples [\#1515](https://github.com/Semantic-Org/Semantic-UI-React/pull/1515) ([layershifter](https://github.com/layershifter)) - babel-standalone@6.24.0 untested ⚠️ [\#1512](https://github.com/Semantic-Org/Semantic-UI-React/pull/1512) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - chore\(package\): update to webpack 2 [\#1502](https://github.com/Semantic-Org/Semantic-UI-React/pull/1502) ([layershifter](https://github.com/layershifter)) -- Update all dependencies 🌴 [\#1418](https://github.com/Semantic-Org/Semantic-UI-React/pull/1418) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) ## [v0.67.2](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.67.2) (2017-03-25) [Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.67.1...v0.67.2) @@ -913,8 +960,6 @@ - Add focus method to Input component [\#1475](https://github.com/Semantic-Org/Semantic-UI-React/issues/1475) - Suggestion : change Button.Or text for i18n [\#1461](https://github.com/Semantic-Org/Semantic-UI-React/issues/1461) - Cannot pass `name` props to Search component [\#1437](https://github.com/Semantic-Org/Semantic-UI-React/issues/1437) -- Add `textAlign` and `verticalAlign` to Table component [\#1389](https://github.com/Semantic-Org/Semantic-UI-React/issues/1389) -- Active Dropdown item should be scrolled into view on open [\#1388](https://github.com/Semantic-Org/Semantic-UI-React/issues/1388) - fix\(Portal\): make compatible with React Fiber [\#1470](https://github.com/Semantic-Org/Semantic-UI-React/pull/1470) ([cpunion](https://github.com/cpunion)) - feat\(Button\): add text prop to ButtonOr [\#1466](https://github.com/Semantic-Org/Semantic-UI-React/pull/1466) ([layershifter](https://github.com/layershifter)) - feat\(Search\): add handling of html input props [\#1442](https://github.com/Semantic-Org/Semantic-UI-React/pull/1442) ([layershifter](https://github.com/layershifter)) @@ -924,12 +969,10 @@ - Button: floated doesn't work for Labeled Button [\#1488](https://github.com/Semantic-Org/Semantic-UI-React/issues/1488) - TypeScript definition errors in v0.67.1 [\#1456](https://github.com/Semantic-Org/Semantic-UI-React/issues/1456) - Dropdown: Clicking on "No results found." leads to hard to remove text from input [\#1451](https://github.com/Semantic-Org/Semantic-UI-React/issues/1451) -- Form.Field required label [\#1387](https://github.com/Semantic-Org/Semantic-UI-React/issues/1387) **Closed issues:** - Modal\(Portal\) not compatible with React Fiber \(react@16\) [\#1458](https://github.com/Semantic-Org/Semantic-UI-React/issues/1458) -- New Basic Usage Example: `semantic-ui-react-todos` [\#1426](https://github.com/Semantic-Org/Semantic-UI-React/issues/1426) **Merged pull requests:** @@ -950,33 +993,14 @@ - style\(typings\): fix import errors, remove dependency [\#1460](https://github.com/Semantic-Org/Semantic-UI-React/pull/1460) ([layershifter](https://github.com/layershifter)) - debug@2.6.3 untested ⚠️ [\#1455](https://github.com/Semantic-Org/Semantic-UI-React/pull/1455) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - docs\(bundlers\): add webpack 1 example [\#1452](https://github.com/Semantic-Org/Semantic-UI-React/pull/1452) ([layershifter](https://github.com/layershifter)) -- fix\(Checkbox\): onFocus and onBlur events [\#1361](https://github.com/Semantic-Org/Semantic-UI-React/pull/1361) ([tarang9211](https://github.com/tarang9211)) ## [v0.67.1](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.67.1) (2017-03-13) [Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.67.0...v0.67.1) -**Implemented enhancements:** - -- feat\(Table\) add missing Table alignment props [\#1411](https://github.com/Semantic-Org/Semantic-UI-React/pull/1411) ([ctlusto](https://github.com/ctlusto)) -- style\(typings\): Update structure [\#1395](https://github.com/Semantic-Org/Semantic-UI-React/pull/1395) ([layershifter](https://github.com/layershifter)) - -**Fixed bugs:** - -- Cannot specify File Input multiple attribute [\#1386](https://github.com/Semantic-Org/Semantic-UI-React/issues/1386) - **Closed issues:** - Examples with images in React Docs are broken due to protocol change [\#1441](https://github.com/Semantic-Org/Semantic-UI-React/issues/1441) - The http://react.semantic-ui.com website is down [\#1429](https://github.com/Semantic-Org/Semantic-UI-React/issues/1429) -- Search mouse clicks does not work on setting the state of open to true [\#1417](https://github.com/Semantic-Org/Semantic-UI-React/issues/1417) -- Composition with react-redux-form components causing Element type undefined error [\#1416](https://github.com/Semantic-Org/Semantic-UI-React/issues/1416) -- Missing responsive navbar? [\#1415](https://github.com/Semantic-Org/Semantic-UI-React/issues/1415) -- Cannot load the react semantic-ui.com site: http://react.semantic-ui.com/ [\#1412](https://github.com/Semantic-Org/Semantic-UI-React/issues/1412) -- "Your docs are so great that I want a build of them w/ my theme" tips [\#1410](https://github.com/Semantic-Org/Semantic-UI-React/issues/1410) -- Input with side label will not color label red, if input is given error prop [\#1409](https://github.com/Semantic-Org/Semantic-UI-React/issues/1409) -- Question: Custom result list rendering [\#1406](https://github.com/Semantic-Org/Semantic-UI-React/issues/1406) -- Doc site is down, react.semantic-ui.com does not load [\#1404](https://github.com/Semantic-Org/Semantic-UI-React/issues/1404) -- position='right center' is not working? [\#1403](https://github.com/Semantic-Org/Semantic-UI-React/issues/1403) **Merged pull requests:** @@ -989,65 +1013,13 @@ - Update css-loader to version 0.27.1 🚀 [\#1434](https://github.com/Semantic-Org/Semantic-UI-React/pull/1434) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - style\(Form\): convert component to stateless [\#1433](https://github.com/Semantic-Org/Semantic-UI-React/pull/1433) ([layershifter](https://github.com/layershifter)) - Update yargs to version 7.0.2 🚀 [\#1431](https://github.com/Semantic-Org/Semantic-UI-React/pull/1431) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) -- style\(Confirm\): update typings [\#1425](https://github.com/Semantic-Org/Semantic-UI-React/pull/1425) ([layershifter](https://github.com/layershifter)) -- fix\(Input\): add multiple to propNames [\#1422](https://github.com/Semantic-Org/Semantic-UI-React/pull/1422) ([layershifter](https://github.com/layershifter)) -- docs\(readme\): add Advertisement component to list [\#1421](https://github.com/Semantic-Org/Semantic-UI-React/pull/1421) ([layershifter](https://github.com/layershifter)) -- chore\(package\): update babel-plugin-transform-react-handled-props [\#1419](https://github.com/Semantic-Org/Semantic-UI-React/pull/1419) ([layershifter](https://github.com/layershifter)) -- Thanks a lot for this awesome package ! [\#1414](https://github.com/Semantic-Org/Semantic-UI-React/pull/1414) ([GautierT](https://github.com/GautierT)) -- fix\(typings\): Change some props of Search to optional [\#1407](https://github.com/Semantic-Org/Semantic-UI-React/pull/1407) ([koenvg](https://github.com/koenvg)) -- docs\(Progress\): fix label/progress prop docs [\#1402](https://github.com/Semantic-Org/Semantic-UI-React/pull/1402) ([levithomason](https://github.com/levithomason)) ## [v0.67.0](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.67.0) (2017-03-01) [Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.66.0...v0.67.0) -**Closed issues:** - -- Modal, how to get access to onBlur method? [\#1400](https://github.com/Semantic-Org/Semantic-UI-React/issues/1400) -- Modal missing property declaration \(TypeScript\) for closeOnDimmerClick, closeOnDocumentClick [\#1398](https://github.com/Semantic-Org/Semantic-UI-React/issues/1398) -- Dispatch 2 time when click submit form [\#1396](https://github.com/Semantic-Org/Semantic-UI-React/issues/1396) -- fix github topic [\#1394](https://github.com/Semantic-Org/Semantic-UI-React/issues/1394) -- Loader isn't run in Modal [\#1393](https://github.com/Semantic-Org/Semantic-UI-React/issues/1393) -- Modal with passed trigger element, buttons can't close modal- usage question/feature request [\#1390](https://github.com/Semantic-Org/Semantic-UI-React/issues/1390) -- fix\(Segment\): using loading and clearing together makes clearing lose its effect [\#1385](https://github.com/Semantic-Org/Semantic-UI-React/issues/1385) -- fix\(Segment\): loading with clearing does not show the icon [\#1384](https://github.com/Semantic-Org/Semantic-UI-React/issues/1384) -- Docs site is down [\#1383](https://github.com/Semantic-Org/Semantic-UI-React/issues/1383) -- No clear way to make the "Search" component fill the width of its container [\#1381](https://github.com/Semantic-Org/Semantic-UI-React/issues/1381) -- Dropdown gets ugly when "selection" attribute is missing. [\#1379](https://github.com/Semantic-Org/Semantic-UI-React/issues/1379) -- Dropdown search doesn't work if Dropdown items are defined using JSX [\#1378](https://github.com/Semantic-Org/Semantic-UI-React/issues/1378) -- Unable to get react.semantic-ui.com to load [\#1373](https://github.com/Semantic-Org/Semantic-UI-React/issues/1373) -- Icon component PropType update to FontAwesome 4.7.0 [\#1371](https://github.com/Semantic-Org/Semantic-UI-React/issues/1371) -- Modal & redux-form doesn't work : focus lose. [\#1370](https://github.com/Semantic-Org/Semantic-UI-React/issues/1370) - -**Merged pull requests:** - -- fix\(Dropdown|Select|Form\): fixes in typings [\#1401](https://github.com/Semantic-Org/Semantic-UI-React/pull/1401) ([layershifter](https://github.com/layershifter)) -- We Love you guys! [\#1397](https://github.com/Semantic-Org/Semantic-UI-React/pull/1397) ([UnbrandedTech](https://github.com/UnbrandedTech)) -- docs\(README\): add built with list [\#1391](https://github.com/Semantic-Org/Semantic-UI-React/pull/1391) ([levithomason](https://github.com/levithomason)) -- docs\(Dropdown\): fix examples and update messages [\#1380](https://github.com/Semantic-Org/Semantic-UI-React/pull/1380) ([levithomason](https://github.com/levithomason)) -- docs\(Feed\): add missing docs [\#1374](https://github.com/Semantic-Org/Semantic-UI-React/pull/1374) ([kamdz](https://github.com/kamdz)) -- fix\(Icon\): Icon component PropType update to FontAwesome 4.7.0 [\#1372](https://github.com/Semantic-Org/Semantic-UI-React/pull/1372) ([kamdz](https://github.com/kamdz)) -- fix\(Card\): add link prop to typings [\#1369](https://github.com/Semantic-Org/Semantic-UI-React/pull/1369) ([layershifter](https://github.com/layershifter)) -- fix\(Dropdown|Modal|TextArea\): update refs handlers [\#1360](https://github.com/Semantic-Org/Semantic-UI-React/pull/1360) ([layershifter](https://github.com/layershifter)) - ## [v0.66.0](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.66.0) (2017-02-22) [Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.65.0...v0.66.0) -**Implemented enhancements:** - -- feat\(Menu\): Add missing MenuItem `disabled` prop [\#1363](https://github.com/Semantic-Org/Semantic-UI-React/issues/1363) -- fix\(Form\): Remove Form `onSubmit` prop and serializer [\#1362](https://github.com/Semantic-Org/Semantic-UI-React/issues/1362) - -**Closed issues:** - -- Dropdown suggestion: allow "value" to be an object [\#1368](https://github.com/Semantic-Org/Semantic-UI-React/issues/1368) -- bug\(Input\): cannot backspace / delete if Input has predefined `value` prop [\#1358](https://github.com/Semantic-Org/Semantic-UI-React/issues/1358) - -**Merged pull requests:** - -- breaking\(Form\): remove onSubmit serializer [\#1367](https://github.com/Semantic-Org/Semantic-UI-React/pull/1367) ([levithomason](https://github.com/levithomason)) -- feat\(MenuItem\): Add missing MenuItem `disabled` prop [\#1366](https://github.com/Semantic-Org/Semantic-UI-React/pull/1366) ([kamdz](https://github.com/kamdz)) -- feat\(Card\): add link prop [\#1359](https://github.com/Semantic-Org/Semantic-UI-React/pull/1359) ([BrainMaestro](https://github.com/BrainMaestro)) - ## [v0.65.0](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.65.0) (2017-02-17) [Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.64.8...v0.65.0)