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.83.0
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.84.0
Choose a head ref

Commits on Oct 20, 2018

  1. Copy the full SHA
    3802e11 View commit details

Commits on Oct 23, 2018

  1. fix(Layouts): fix typo in FixedMenuLayout

    fix(Layouts): fix typo in FixedMenuLayout
    xiaohanyu authored and layershifter committed Oct 23, 2018
    Copy the full SHA
    adc3427 View commit details
  2. fix(Layouts): fix typo in StickyLayout (#3235)

    fix(Layouts): fix typo in StickyLayout
    xiaohanyu authored and layershifter committed Oct 23, 2018
    Copy the full SHA
    2388aa8 View commit details
  3. Copy the full SHA
    f140550 View commit details
  4. fix(Accordion): log error if incorrect activeIndex type (#3199)

    fix(Accordion): log error if incorrect activeIndex type
    skindstrom authored and layershifter committed Oct 23, 2018
    Copy the full SHA
    79d5da8 View commit details
  5. feat(Sticky): add styleElement prop (#3202)

    feat(Sticky): add `styleElement` prop
    Wattenberger authored and layershifter committed Oct 23, 2018
    Copy the full SHA
    73f7d05 View commit details

Commits on Oct 24, 2018

  1. BREAKING(package): require React 16.3 (#3032)

    BREAKING(package): require React 16.3
    layershifter authored Oct 24, 2018
    Copy the full SHA
    6e83af2 View commit details

Commits on Oct 29, 2018

  1. docs(Modal|Confirm): sort size prop in sizes order (#3237)

    docs(Modal|Confirm): sort `size` prop in sizes order
    fcwheat authored and layershifter committed Oct 29, 2018
    Copy the full SHA
    236bcf8 View commit details

Commits on Nov 6, 2018

  1. Copy the full SHA
    10219af View commit details

Commits on Nov 7, 2018

  1. fix(Layouts): fix propTypes error in StickyLayout

    fix(Layouts): fix propTypes error in StickyLayout
    kalzoo authored and layershifter committed Nov 7, 2018
    Copy the full SHA
    dfcbdd5 View commit details
  2. fix(Portal): hover behavior fixed in Portal's event handlers (#3257)

    * fix(Portal): Ignore mouseleave on children (#3239).
    
    * fix(Portal): Add test to ignore mouseleave on Portal children (#3239).
    
    * add line
    
    * remove line
    Fabianopb authored and layershifter committed Nov 7, 2018
    Copy the full SHA
    c26ea6d View commit details

Commits on Nov 10, 2018

  1. Copy the full SHA
    7770d60 View commit details
  2. docs(Divider): rework component docs (#3270)

    * docs(Divider): rework component docs
    
    * use Table.Row
    layershifter authored Nov 10, 2018
    Copy the full SHA
    e3d933a View commit details
  3. Copy the full SHA
    47747f1 View commit details

Commits on Nov 19, 2018

  1. Copy the full SHA
    bc6e1f2 View commit details
  2. feat(Ref): add support of createRef API (#3286)

    * feat(Ref): add support of `createRef` API
    
    * fix type
    
    * fix example
    
    * fix tests
    layershifter authored Nov 19, 2018
    Copy the full SHA
    61a9460 View commit details

Commits on Nov 20, 2018

  1. Copy the full SHA
    b2a7a2b View commit details

Commits on Nov 22, 2018

  1. feat(Pagination): add disabled prop (#3295)

    * feat(Pagination): add `disabled` prop
    
    * fix broken test
    layershifter authored Nov 22, 2018
    Copy the full SHA
    1c19023 View commit details
  2. fix(Button): remove redundant role attribute (#3272)

    * fix(Button): fix redundant role attribute (#3262)
    
    * Update Button.js
    
    * Update Button-test.js
    
    * fix lint
    floppyvlaDISK authored and layershifter committed Nov 22, 2018
    Copy the full SHA
    e6584ff View commit details

Commits on Nov 25, 2018

  1. chore(MountNode): use componentDidMount() (#3300)

    * chore(MountNode): use componentDidMount()
    
    * fix broken test
    layershifter authored Nov 25, 2018
    Copy the full SHA
    9acbe90 View commit details
  2. Copy the full SHA
    defd978 View commit details
  3. Copy the full SHA
    fca4035 View commit details
  4. feat(Responsive): re render only on visibility or props change (#3274)

    * feat(Responsive): re render only on visibility or props change
    
    * add getWidth check in componentDidUpdate
    
    * some changes
    danielr18 authored and layershifter committed Nov 25, 2018
    Copy the full SHA
    94711d3 View commit details

Commits on Nov 30, 2018

  1. Copy the full SHA
    520accc View commit details
  2. Copy the full SHA
    d958945 View commit details
  3. Conditionally set Rating and RatingIcon tabIndex when element is disa…

    …bled (#3308)
    
    * fix(Rating): conditionally define rating icon tabIndex (#3252).
    Set tabIndex to -1 (no focus) if Rating element is disabled.
    
    * fix(Rating): Allow focus in the whole group when disabled for accessibility (#3252).
    
    * fix(Rating): Create tests to evaluate tabIndexes (#3252).
    Fabianopb authored and levithomason committed Nov 30, 2018
    Copy the full SHA
    d5767c1 View commit details
  4. Copy the full SHA
    e672e11 View commit details
  5. Copy the full SHA
    784c90b View commit details

Commits on Dec 4, 2018

  1. docs(Layouts): update FixedMenuLayout (#3316)

    * Update FixedMenuLayout.js
    
    Keep maximum compatibility with https://semantic-ui.com/examples/fixed.html
    
    * fix style
    xiaohanyu authored and layershifter committed Dec 4, 2018
    Copy the full SHA
    5e20131 View commit details
  2. docs(Layouts): fix HomepageLayout (#3319)

    * docs(Layouts): fix HomepageLayout.js
    
    * fix remove useless div
    layershifter authored Dec 4, 2018
    Copy the full SHA
    1b513d0 View commit details
  3. fix(Dropdown): clear searchQuery on item selection by mouse click (#3317

    )
    
    * fix(Dropdown): Clear search on mouse click
    
     - Remove check to have consistent behavior with `selectItemOnEnter`
    
    Relates to #3306
    
    * Update Dropdown.js
    
    * Update Dropdown.js
    kohakukun authored and layershifter committed Dec 4, 2018
    Copy the full SHA
    22fe8ed View commit details

Commits on Dec 5, 2018

  1. chore(Dimmer): use createRef() API and componentDidUpdate() (#3320)

    * chore(Dimmer): use createRef() API and componentDidUpdate()
    
    * fix ref check
    
    * restore log in tests
    layershifter authored Dec 5, 2018
    Copy the full SHA
    93c918b View commit details

Commits on Dec 9, 2018

  1. Copy the full SHA
    132e73f View commit details
  2. docs(fix): reorganized usage guide for new users (#3325)

    * docs(fix): reorganized usage guide for new users
    
    * docs: cleanup usage and code snippets
    ebectar authored and levithomason committed Dec 9, 2018
    Copy the full SHA
    dd2e32a View commit details
  3. fix(Checkbox): match DOM checkbox behavior (#2748)

    * fix(Checkbox): match DOM checkbox behavior
    
    * chore(circleci): fix branch ignore config
    
    * fix(Checkbox): add onMouseUp typings
    
    * fix paths
    
    Signed-off-by: Oleksandr Fediashov <ofediashov@exadel.com>
    
    * style(Checkbox): fix typings
    
    Signed-off-by: Oleksandr Fediashov <ofediashov@exadel.com>
    
    * style(Checkbox): clean up example
    
    Signed-off-by: Oleksandr Fediashov <ofediashov@exadel.com>
    
    * docs(Checkbox): add examples with ids
    
    Signed-off-by: Oleksandr Fediashov <ofediashov@exadel.com>
    
    * fix(Checkbox): use onKeyDown
    
    Signed-off-by: Oleksandr Fediashov <ofediashov@exadel.com>
    
    * fix(Checkbox): back to change, add condition
    
    Signed-off-by: Oleksandr Fediashov <ofediashov@exadel.com>
    
    * fix(Checkbox): fix broken tests and add new
    
    Signed-off-by: Oleksandr Fediashov <ofediashov@exadel.com>
    
    * fix failing onClick test
    
    * enable all tests
    
    * fix duplicate onClick call
    levithomason authored Dec 9, 2018
    Copy the full SHA
    d2f74a6 View commit details
  4. Copy the full SHA
    3b098e4 View commit details

Commits on Dec 10, 2018

  1. Copy the full SHA
    8e440fa View commit details
  2. 0.84.0

    levithomason committed Dec 10, 2018
    Copy the full SHA
    95270f2 View commit details
Loading