-
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.84.0
head repository: Semantic-Org/Semantic-UI-React
compare: v0.85.0
Commits on Dec 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a8348b6 - Browse repository at this point
Copy the full SHA a8348b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b99500c - Browse repository at this point
Copy the full SHA b99500cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c660e - Browse repository at this point
Copy the full SHA 26c660eView commit details
Commits on Dec 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6d7feef - Browse repository at this point
Copy the full SHA 6d7feefView commit details
Commits on Dec 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c93ad88 - Browse repository at this point
Copy the full SHA c93ad88View commit details
Commits on Dec 24, 2018
-
fix(Textarea): fix broken ctrl-z on firefox (#3343)
* Fix broken ctrl-z in on firefox In TextArea ctrl-z is currently broken on firefox if autoHeight is enabled. I feel like it might be a firefox bug but this workaround will make it work. * Update TextArea.js
Configuration menu - View commit details
-
Copy full SHA for 23ff649 - Browse repository at this point
Copy the full SHA 23ff649View commit details
Commits on Jan 2, 2019
-
docs(Responsive): update ResponsiveExampleMaxWidth.js (added two word…
…s to clarify) (#3354) Added "and lower" to the 2569px width example, because that's what it does and the wording was confusing on first sight.
Configuration menu - View commit details
-
Copy full SHA for 4c383d8 - Browse repository at this point
Copy the full SHA 4c383d8View commit details -
feat(Icon):
disabled
prop disablesonClick
(#3358)feat(Icon): `disabled` prop disables `onClick`
Configuration menu - View commit details
-
Copy full SHA for 2598403 - Browse repository at this point
Copy the full SHA 2598403View commit details
Commits on Jan 9, 2019
-
chore(build): drop DLL stage (#3324)
* chore(build): drop DLL stage * final cleanup
Configuration menu - View commit details
-
Copy full SHA for a5a1e6e - Browse repository at this point
Copy the full SHA a5a1e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5b62e - Browse repository at this point
Copy the full SHA ff5b62eView commit details
Commits on Jan 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bbb3cb2 - Browse repository at this point
Copy the full SHA bbb3cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e2395 - Browse repository at this point
Copy the full SHA 01e2395View commit details -
Configuration menu - View commit details
-
Copy full SHA for d53b354 - Browse repository at this point
Copy the full SHA d53b354View commit details
Commits on Jan 15, 2019
-
fix(Input): add
select
to type definitions (#3380)fix(Input): add `select` to type definitions
Configuration menu - View commit details
-
Copy full SHA for cda2a2f - Browse repository at this point
Copy the full SHA cda2a2fView commit details
Commits on Jan 16, 2019
-
fix(Checkbox): prevent
onClick
from being called twice (#3351)* fix(Checkbox): Let click handler call onClick to avoid duplicate calls (#3348) * fix(Checkbox): Fix test to call onClick from a click event (#3348) * fix(Checkbox): Move onClick call completely to handleChange (#3348). * fix(Checkbox): Create tests for DOM Comparisons (#3348). * revert change * Update Checkbox-test.js * Update Checkbox-test.js * Update isConformant.js * fix(Checkbox): Fix typo in handleClick comment (#3348). * fix(Checkbox): Add tests for controlled component with setState as function (#3348). * fix(Checkbox): ensure onClick is called * fix(Checkbox): Fire DOM event on controlled component tests to emulate the real behavior (#3348). * fix(Checkbox): Completely remove click handler (#3348). * small cleanup
Configuration menu - View commit details
-
Copy full SHA for 9ca7bc3 - Browse repository at this point
Copy the full SHA 9ca7bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03d7dc - Browse repository at this point
Copy the full SHA a03d7dcView commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 28f81b2 - Browse repository at this point
Copy the full SHA 28f81b2View commit details -
chore(package): update karma and webpack (#3383)
* chore(package): update karma and webpack * cleanup config more * cleanup config more
Configuration menu - View commit details
-
Copy full SHA for d363d34 - Browse repository at this point
Copy the full SHA d363d34View commit details
Commits on Jan 22, 2019
-
fix(Icon): update typings for
corner
prop (#3393)* Corner prop can be a string, not just boolean See docs: https://react.semantic-ui.com/elements/icon/ * Update Icon.d.ts
Configuration menu - View commit details
-
Copy full SHA for f2c39cb - Browse repository at this point
Copy the full SHA f2c39cbView commit details
Commits on Jan 23, 2019
-
feat(Popup): add
disabled
prop (#3377)* feat(Popup): `disabled` prop disables Popup * Rename Popup `disabled` prop * Add Popup `disabled` prop example * sort props * Update Popup.d.ts * Update Popup.js
Configuration menu - View commit details
-
Copy full SHA for 211c3d6 - Browse repository at this point
Copy the full SHA 211c3d6View commit details -
fix(docs): fix a polyfill loading for IE11 (#3395)
* docs: fix a polyfill loading * Update Document.js * make local docs working in IE11 * Update static.webpack.js * Update static.webpack.js
Configuration menu - View commit details
-
Copy full SHA for 088586f - Browse repository at this point
Copy the full SHA 088586fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1be2d4 - Browse repository at this point
Copy the full SHA c1be2d4View commit details
Commits on Jan 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4f8b001 - Browse repository at this point
Copy the full SHA 4f8b001View commit details -
fix(Popup): default open position (#3029)
* fix(popup): Fixed popup open prop issue #2991 * Fix(popup): Fixed popup test cases failure issue * feat(PortalInner): add debug statements * fix(Portal): debug correct method names * docs(Popup): add default open example * refactor(Popup): bind methods, cleanup debug and logic * test(Popup): cleanup position tests * chore(package): update deps * docs(ComponentExample): allow to disable HTML preview * docs(Popup): reenable default open * regenerate lockfile * remove useless Switch * update yarn.lock * revert only
Configuration menu - View commit details
-
Copy full SHA for a263d64 - Browse repository at this point
Copy the full SHA a263d64View commit details
Commits on Jan 29, 2019
-
feat(Ref): add support for forwardRef API (#3405)
* feat(Ref): add support for forwardRef API * uncomment test * fix broken test * fix export
Configuration menu - View commit details
-
Copy full SHA for 7949159 - Browse repository at this point
Copy the full SHA 7949159View commit details
Commits on Jan 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d56ce71 - Browse repository at this point
Copy the full SHA d56ce71View commit details
Commits on Feb 4, 2019
-
fix(Dropdown): prevent calling onChange unless value changed (#3391)
For the Dropdown component, ensures that onChange is called only if the user selectes a value that is different from the current value of the Dropdown. This is so we can have parity with the regular HTML select.
Configuration menu - View commit details
-
Copy full SHA for f735a58 - Browse repository at this point
Copy the full SHA f735a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e07f3b - Browse repository at this point
Copy the full SHA 2e07f3bView commit details
There are no files selected for viewing