Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Semantic-Org/Semantic-UI-React
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.80.2
Choose a base ref
...
head repository: Semantic-Org/Semantic-UI-React
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.81.0
Choose a head ref
  • 17 commits
  • 2,005 files changed
  • 5 contributors

Commits on May 25, 2018

  1. Copy the full SHA
    7b5b17d View commit details

Commits on May 26, 2018

  1. chore(package): update enzyme, puppeteer, sinon (#2794)

    * chore(package): update puppeteer
    
    * chore(package): upgrade testing deps
    layershifter authored May 26, 2018
    Copy the full SHA
    43f518a View commit details

Commits on May 28, 2018

  1. Copy the full SHA
    7e79cd3 View commit details

Commits on May 31, 2018

  1. 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
    fracmak authored and layershifter committed May 31, 2018
    1
    Copy the full SHA
    0ec84c9 View commit details
  2. Copy the full SHA
    2d2d509 View commit details
  3. 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
    levithomason authored May 31, 2018
    Copy the full SHA
    b298d59 View commit details
  4. 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
    layershifter authored and levithomason committed May 31, 2018
    Copy the full SHA
    500df9a View commit details

Commits on Jun 1, 2018

  1. 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
    levithomason authored and layershifter committed Jun 1, 2018
    Copy the full SHA
    3a30105 View commit details
  2. Copy the full SHA
    9d5889d View commit details
  3. Copy the full SHA
    ecd238e View commit details
  4. 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.
    mihai-dinculescu authored and levithomason committed Jun 1, 2018
    Copy the full SHA
    5ebeedf View commit details
  5. 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
    layershifter authored and levithomason committed Jun 1, 2018
    Copy the full SHA
    fd269d6 View commit details
  6. 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
    levithomason authored Jun 1, 2018
    Copy the full SHA
    576dacb View commit details
  7. Copy the full SHA
    011c495 View commit details

Commits on Jun 3, 2018

  1. Copy the full SHA
    7470144 View commit details
  2. Copy the full SHA
    b2361f7 View commit details
  3. 0.81.0

    levithomason committed Jun 3, 2018
    Copy the full SHA
    290fa40 View commit details
Loading