-
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.83.0
head repository: Semantic-Org/Semantic-UI-React
compare: v0.84.0
Commits on Oct 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3802e11 - Browse repository at this point
Copy the full SHA 3802e11View commit details
Commits on Oct 23, 2018
-
fix(Layouts): fix typo in FixedMenuLayout
fix(Layouts): fix typo in FixedMenuLayout
Configuration menu - View commit details
-
Copy full SHA for adc3427 - Browse repository at this point
Copy the full SHA adc3427View commit details -
fix(Layouts): fix typo in StickyLayout (#3235)
fix(Layouts): fix typo in StickyLayout
Configuration menu - View commit details
-
Copy full SHA for 2388aa8 - Browse repository at this point
Copy the full SHA 2388aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f140550 - Browse repository at this point
Copy the full SHA f140550View commit details -
fix(Accordion): log error if incorrect activeIndex type (#3199)
fix(Accordion): log error if incorrect activeIndex type
Configuration menu - View commit details
-
Copy full SHA for 79d5da8 - Browse repository at this point
Copy the full SHA 79d5da8View commit details -
feat(Sticky): add
styleElement
prop (#3202)feat(Sticky): add `styleElement` prop
Configuration menu - View commit details
-
Copy full SHA for 73f7d05 - Browse repository at this point
Copy the full SHA 73f7d05View commit details
Commits on Oct 24, 2018
-
BREAKING(package): require React 16.3 (#3032)
BREAKING(package): require React 16.3
Configuration menu - View commit details
-
Copy full SHA for 6e83af2 - Browse repository at this point
Copy the full SHA 6e83af2View commit details
Commits on Oct 29, 2018
-
docs(Modal|Confirm): sort
size
prop in sizes order (#3237)docs(Modal|Confirm): sort `size` prop in sizes order
Configuration menu - View commit details
-
Copy full SHA for 236bcf8 - Browse repository at this point
Copy the full SHA 236bcf8View commit details
Commits on Nov 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 10219af - Browse repository at this point
Copy the full SHA 10219afView commit details
Commits on Nov 7, 2018
-
fix(Layouts): fix propTypes error in StickyLayout
fix(Layouts): fix propTypes error in StickyLayout
Configuration menu - View commit details
-
Copy full SHA for dfcbdd5 - Browse repository at this point
Copy the full SHA dfcbdd5View commit details -
fix(Portal): hover behavior fixed in Portal's event handlers (#3257)
Configuration menu - View commit details
-
Copy full SHA for c26ea6d - Browse repository at this point
Copy the full SHA c26ea6dView commit details
Commits on Nov 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7770d60 - Browse repository at this point
Copy the full SHA 7770d60View commit details -
docs(Divider): rework component docs (#3270)
* docs(Divider): rework component docs * use Table.Row
Configuration menu - View commit details
-
Copy full SHA for e3d933a - Browse repository at this point
Copy the full SHA e3d933aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47747f1 - Browse repository at this point
Copy the full SHA 47747f1View commit details
Commits on Nov 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bc6e1f2 - Browse repository at this point
Copy the full SHA bc6e1f2View commit details -
feat(Ref): add support of
createRef
API (#3286)* feat(Ref): add support of `createRef` API * fix type * fix example * fix tests
Configuration menu - View commit details
-
Copy full SHA for 61a9460 - Browse repository at this point
Copy the full SHA 61a9460View commit details
Commits on Nov 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b2a7a2b - Browse repository at this point
Copy the full SHA b2a7a2bView commit details
Commits on Nov 22, 2018
-
feat(Pagination): add
disabled
prop (#3295)* feat(Pagination): add `disabled` prop * fix broken test
Configuration menu - View commit details
-
Copy full SHA for 1c19023 - Browse repository at this point
Copy the full SHA 1c19023View commit details -
fix(Button): remove redundant role attribute (#3272)
* fix(Button): fix redundant role attribute (#3262) * Update Button.js * Update Button-test.js * fix lint
Configuration menu - View commit details
-
Copy full SHA for e6584ff - Browse repository at this point
Copy the full SHA e6584ffView commit details
Commits on Nov 25, 2018
-
chore(MountNode): use componentDidMount() (#3300)
* chore(MountNode): use componentDidMount() * fix broken test
Configuration menu - View commit details
-
Copy full SHA for 9acbe90 - Browse repository at this point
Copy the full SHA 9acbe90View commit details -
Configuration menu - View commit details
-
Copy full SHA for defd978 - Browse repository at this point
Copy the full SHA defd978View commit details -
Configuration menu - View commit details
-
Copy full SHA for fca4035 - Browse repository at this point
Copy the full SHA fca4035View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 94711d3 - Browse repository at this point
Copy the full SHA 94711d3View commit details
Commits on Nov 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 520accc - Browse repository at this point
Copy the full SHA 520acccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d958945 - Browse repository at this point
Copy the full SHA d958945View commit details -
Conditionally set Rating and RatingIcon tabIndex when element is disa…
Configuration menu - View commit details
-
Copy full SHA for d5767c1 - Browse repository at this point
Copy the full SHA d5767c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e672e11 - Browse repository at this point
Copy the full SHA e672e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 784c90b - Browse repository at this point
Copy the full SHA 784c90bView commit details
Commits on Dec 4, 2018
-
docs(Layouts): update FixedMenuLayout (#3316)
* Update FixedMenuLayout.js Keep maximum compatibility with https://semantic-ui.com/examples/fixed.html * fix style
Configuration menu - View commit details
-
Copy full SHA for 5e20131 - Browse repository at this point
Copy the full SHA 5e20131View commit details -
docs(Layouts): fix HomepageLayout (#3319)
* docs(Layouts): fix HomepageLayout.js * fix remove useless div
Configuration menu - View commit details
-
Copy full SHA for 1b513d0 - Browse repository at this point
Copy the full SHA 1b513d0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 22fe8ed - Browse repository at this point
Copy the full SHA 22fe8edView commit details
Commits on Dec 5, 2018
-
chore(Dimmer): use createRef() API and componentDidUpdate() (#3320)
* chore(Dimmer): use createRef() API and componentDidUpdate() * fix ref check * restore log in tests
Configuration menu - View commit details
-
Copy full SHA for 93c918b - Browse repository at this point
Copy the full SHA 93c918bView commit details
Commits on Dec 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 132e73f - Browse repository at this point
Copy the full SHA 132e73fView commit details -
docs(fix): reorganized usage guide for new users (#3325)
* docs(fix): reorganized usage guide for new users * docs: cleanup usage and code snippets
Configuration menu - View commit details
-
Copy full SHA for dd2e32a - Browse repository at this point
Copy the full SHA dd2e32aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d2f74a6 - Browse repository at this point
Copy the full SHA d2f74a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b098e4 - Browse repository at this point
Copy the full SHA 3b098e4View commit details
Commits on Dec 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8e440fa - Browse repository at this point
Copy the full SHA 8e440faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95270f2 - Browse repository at this point
Copy the full SHA 95270f2View 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.83.0...v0.84.0