-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Comparing changes
Open a pull request
base repository: Semantic-Org/Semantic-UI-React
base: v0.80.2
head repository: Semantic-Org/Semantic-UI-React
compare: v0.81.0
- 17 commits
- 2,005 files changed
- 5 contributors
Commits on May 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7b5b17d - Browse repository at this point
Copy the full SHA 7b5b17dView commit details
Commits on May 26, 2018
-
chore(package): update enzyme, puppeteer, sinon (#2794)
* chore(package): update puppeteer * chore(package): upgrade testing deps
Configuration menu - View commit details
-
Copy full SHA for 43f518a - Browse repository at this point
Copy the full SHA 43f518aView commit details
Commits on May 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7e79cd3 - Browse repository at this point
Copy the full SHA 7e79cd3View commit details
Commits on May 31, 2018
-
fix(Sticky): prevent npe error after unmount of component (#2854)
* fix(Sticky): prevent npe error after unmount of component * style(Sticky): rename requestId to frameId * style(Sticky): style changes in tests * fix(Sticky): fix varname
1Configuration menu - View commit details
-
Copy full SHA for 0ec84c9 - Browse repository at this point
Copy the full SHA 0ec84c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d2d509 - Browse repository at this point
Copy the full SHA 2d2d509View commit details -
refactor(_meta): replace with build time JSON (#2840)
* feat(docs): generate individual *.docs.json files * chore(src): remove static _meta * docs(CONTRIBUTING.md): remove _meta instructions * typo(docs): fix docblock casing * refactor(componentInfo): from _meta to docs.json * refactor(subComponent): casing to subcomponent * refactor(commonTests): work with *.info.json * fix(implementsShorthandProp): remove _meta * refactor(withDocInfo): to use *.info.json files * wip DocsRoot dynamic require * refactor(ComponentDoc): use *.info.json files * refactor(Sidebar): use *.info.json files * fix(DocsRoot): handle info.description * feat(ComponentProps): closed by default * fix(ComponentDoc): use *.info.json and simplify * fix(ComponentDocLinks): add suiName * fix(ComponentSidebarSection): update menu json * component menu and example menu json, fix maximize * feat(DocsRoot): async load component info * wip props and bugs * remove cruft, cleanup * fix dockblock typo, docblock * fix(ComponentTable): use props.name for key * fix(ComponentProp): displayName to name * fix(ComponentProps): clear active state on change * fix clicking subcomponent props * fix(ExternalExampleLayout): use example path name * fix tests * rebuild json files on change, rework build tasks * fix tsd:test script * fix(ComponentDoc): missing descriptions * wip split example menu json * prettier ignore generated json * normalize imports * chore(package): add yarn ci command * chore(package): add babel plugin dynamic import
Configuration menu - View commit details
-
Copy full SHA for b298d59 - Browse repository at this point
Copy the full SHA b298d59View commit details -
BREAKING(package): update SUI to 2.3 (#2657)
* chore(package): update SUI to 2.3 * feat(Dimmer): update SUI to 2.3, add verticalAlign (#2656) * feat(Transition): update SUI to 2.3, add `zoom` and `glow` (#2658) * feat(Icon): update SUI to 2.3 (#2665) * breaking(Modal): Fix vertical position with SUI 2.3 (#2690) * Update SUI css to 2.3.1 * Disable negative top margin calc * Add the ability to apply inline styles to Portal * Top Aligned modal example * Make sure we are not overriding the top margin inline * type defs updated for Portal * Type update for Modal * Refactor to use setProperty instead of string for important * Remove inline-style lib to handle string differently * chore(gulp): remove task with icons * feat(Icon): regenerate icons * docs(Usage): add warning about SUIR versions * docs(README): remove note * fix lint error * fix(iconSearch): dedupe merged name sets
Configuration menu - View commit details
-
Copy full SHA for 500df9a - Browse repository at this point
Copy the full SHA 500df9aView commit details
Commits on Jun 1, 2018
-
chore(tests): fail on console activity (#1542)
* chore(karma): serve assets, show logs, improve output * chore(tests): fail on all console activity * test(Popup): fix hover test * test(implementsClassNameProps): fix console activity * test(implementsCreateMethod): fix console activity * fix(mixed): fix lint issues, restore es-shim * fix(GridRow): fix value in test * fix(Header): fix value in test * fix(package): add react-test-renderer * test(TableRow-test): fix console messages * test(Modal): fix console errors * chore(karma): filter node_modules from stack * fix(package): manually merge chromium changes * test(Dropdown|Search): make getOptions always unique * test(Select): fix isConformant options, now fails * test(hasValidTypings): update test descriptions * test(Breadcrumb): add missing section keys * test(Dropdown): fix prop warnings * test(factories): silence prop.key access warning * fix(Select): fix options propTypes and typings * chore(karma): do not print coverage summary * test(FormSelect): define requireProps * test(Advertisement): fix missing requiredProps * test(Embed): fix default icon children conflict * test(Search): prevent duplicate opts in getOptions * chore(yarn): update yarn.lock * fix(Dimmer|Form|Progress): fixes in tests * test(Table): fix broken test * test(Dropdown): fix broken test * test(Search): fix broken tests * fix(Form): fix typings in FormSelect * style(Table): fix lint issue * test(docs): restore unmount * test(mixed): fix wrong image urls * fix(Visibility|Sticky): do not run updates on unmounted components * fix(Popup): do not run setState() when component is unmounted * style(Breadcrumb|Form): restore style changes * style(mixed): restore style changes * fix(Dimmer): update DimmerInner test * style(mixed): restore style-only changes
Configuration menu - View commit details
-
Copy full SHA for 3a30105 - Browse repository at this point
Copy the full SHA 3a30105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5889d - Browse repository at this point
Copy the full SHA 9d5889dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecd238e - Browse repository at this point
Copy the full SHA ecd238eView commit details -
feat(Dropdown): open to side with most space left #720 (#2817)
* Feature implementation. * Docs fix. * PropTypes update. * Basic tests. * Code review fixes. * Optimize state update. * Add upward tests.
Configuration menu - View commit details
-
Copy full SHA for 5ebeedf - Browse repository at this point
Copy the full SHA 5ebeedfView commit details -
refactor(eventStack): make eventStack immutable (#2837)
* refactor(eventStack): make eventStack immutable * docs(EventStack): add README Signed-off-by: Oleksandr Fediashov <ofediashov@exadel.com> * docs(EventStack): update readme
Configuration menu - View commit details
-
Copy full SHA for fd269d6 - Browse repository at this point
Copy the full SHA fd269d6View commit details -
refactor(docs): normalize dir naming and casing (#2863)
* refactor(docs): app -> src * refactor(docs): build -> dist * refactor(docs): src/Components -> src/components * refactor(docs): src/Examples -> src/examples * refactor(docs): src/HOC -> src/hoc * refactor(docs): src/Layouts -> src/layouts * refactor(docs): src/Views -> src/views * refactor(docs): rename directories in git
Configuration menu - View commit details
-
Copy full SHA for 576dacb - Browse repository at this point
Copy the full SHA 576dacbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 011c495 - Browse repository at this point
Copy the full SHA 011c495View commit details
Commits on Jun 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7470144 - Browse repository at this point
Copy the full SHA 7470144View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2361f7 - Browse repository at this point
Copy the full SHA b2361f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 290fa40 - Browse repository at this point
Copy the full SHA 290fa40View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.80.2...v0.81.0