GitHub / itsdouges/react / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 7c560131 | Adding logger pri (#14155) |
Nathan Schloss <n****s@u****m>
Committed by: Andrew Clark <g****t@a****o> |
almost 8 years ago | |
| 3d8bda70 | Refactor ESLint configuration to enable better IDE integration (#13914) |
Minh Nguyen <m****x@g****m>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| 051272f2 | Use Entry in `yarn build ...` Instead of Label (#14148) |
Sebastian Markbåge <s****n@c****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 3ff2c7cc | Invalid actualDuration+treeBaseDuration for hidden+suspended trees (#14065) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 5afa1c4e | Tag MemoComponent with PerformedWork effectTag for DevTools Profiler (#14141) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| be634730 | Release script supports interleaved stable and alpha releases (#14138) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e27720d7 | [Synchronous Suspense] Reuse deletions from primary tree (#14133) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| aa1ffe4e | Show deprecated context object warnings usage in ReactDOM server (#14033) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e3a7b964 | Make react-debug-tools a private package | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| ff29de40 | Updating CHANGELOG.md for 16.6.1 release | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| ba198442 | Update bundle sizes for 16.6.1 release | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| a24d5102 | Update error codes for 16.6.1 release | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| b50e63ef | Updating package versions for release 16.6.1 | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| fd4527db | Updating yarn.lock file for 16.6.1 release | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| bd5a6d39 | Update changelog with unreleased features | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| 8f2c89e9 | Make react-debug-tools a private package | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| 2aecbcd6 | "functional component" -> "function component" (#14123) |
locknono <3****o@u****m>
Committed by: Sophie Alpert <g****t@s****m> |
almost 8 years ago | |
| b4608dd2 | Remove unused simulated flag parameter (#14127) |
Nadav Kaner <n****1@g****m>
Committed by: Sophie Alpert <g****t@s****m> |
almost 8 years ago | |
| 3c69a188 | Recover from errors with a boundary in completion phase (#14104) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| b020fb11 | Check correct commit phase props in fuzz tester (#14129) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| b67c1a2e | Add DEV-only checks for assumption about instance properties (#14128) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| f777d196 | Fix lazy() with defaultProps (#14112) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e4512991 | Fix unhiding in IE11 (#14126) |
Sophie Alpert <g****t@s****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| affb2b50 | Enable hooks in www test renderer, too | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| 0a0f503d | Enable hooks in www build (#14116) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 600651e6 | Restore the Hooks dispatcher after using SSR (#14105) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e9a2ec91 | [suspense] Avoid double commit by re-rendering immediately and reusing primar... |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 9d47143e | Implement {,un}hideInstance on RN renderer (#14115) |
Sophie Alpert <g****t@s****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ebdb47d2 | DCE hooks code when flag is off (#14111) |
Sophie Alpert <g****t@s****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 8b87ebf5 | Rename .internal tests that aren't using internals (#14109) |
Sophie Alpert <g****t@s****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| da04058a | Use Function.prototype.apply in warningWithoutStack (#14107) |
Sophie Alpert <g****t@s****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| fd1256a5 | Add Debug Tools Package for Introspection of Hooks (#14085) |
Sebastian Markbåge <s****n@c****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| b305c4e0 | fix(react-dom): Fix crash during server render (#14103) |
Tiago Nunes <t****s@g****m>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| ce90ffd0 | update the benchmark script (#13994) |
Keyan Zhang <r****t@k****m>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| d34d1c3b | react-reconciler: Update README.md (#13953) |
Marcelo Jorge Vieira <m****l@a****m>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| 6c404d82 | Bugfix: Add back early return in setOffsets which was removed between 16.4.2 ... |
einarq <e****e@g****m>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| 8eca0eff | chore(tests): don't rely on jest fake timers scheduling real timers (#14003) |
Simen Bekkhus <s****1@g****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| 293fed89 | Warn for bad useEffect return value (#14069) |
Sophie Alpert <g****t@s****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ae196e84 | Rename inputsAreEqual to areHookInputsEqual & move it to shared (#14036) |
Mateusz Burzyński <m****i@g****m>
Committed by: Sophie Alpert <g****t@s****m> |
almost 8 years ago | |
| c898020e | Warn for forwardRef(memo(...)) (#14070) |
Sophie Alpert <g****t@s****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| c84b9bf8 | Tweak error message for missing fallback (#14068) |
Sophie Alpert <g****t@s****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 595b4f94 | Remove duplicate import declarations (#14062) |
Chris Bianca <m****e@c****m>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| d5d10d14 | Simplify imports in react reconciler (#13718) |
Maksim Markelov <m****l@m****u>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| cdbfa6b5 | [react-is] add back proper AsyncMode symbol, for back compat (#13959) |
Jordan Harband <l****b@g****m>
Committed by: Dan Abramov <d****v@g****m> |
almost 8 years ago | |
| 1ae3f29c | Fix react-cache UMD build (#14047) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 3db8b80e | Don't lint against Hooks after conditional throw (#14040) |
Sophie Alpert <g****t@s****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 169f935f | Flip expiration times (#13912) |
Sophie Alpert <g****t@s****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| bf9fadfc | [Hooks] Remove dispatch callbacks (#14037) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 8c67bbf1 | [scheduler] Deadline object -> shouldYield (#14025) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e02086bf | Warn about variable number of dependencies | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| b92cdef6 | Rename ReactHooks test suite | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| 6efbbe06 | Prettier | Sophie Alpert <s****s@f****m> | almost 8 years ago | |
| 50457630 | Swap order of function member in hook union types | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| 37c7fe0a | Update createRoot warning message based on `enableStableConcurrentModeAPIs` (... |
Rauno Freiberg <f****g@g****m>
Committed by: Andrew Clark <g****t@a****o> |
almost 8 years ago | |
| ae4f3f07 | Remove extraneous CSS selector (#13996) |
Jeffrey Zhang <j****5@g****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| 95f98a18 | fix typo (#13955) |
Joseph <j****8@g****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| e217f2f1 | Updated comment for getEventModifierState (#13918) |
Patrick <1****s@u****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| 275e76e8 | Enable stable concurrent APIs flag for 16.7 alpha (#13928) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| b5539ad6 | It's Concurrent |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 0cc50b67 | Fix scheduler fixture | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| 8b97a9c3 | Update bundle sizes for 16.6.0 release | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| c8ade996 | Update error codes for 16.6.0 release | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| 6c29eabf | Updating package versions for release 16.6.0 | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| d520b358 | Revert all package versions to 16.5.2 state | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| 8f1ec764 | Bump versions to beta.0 | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| 5055a83f | Revert "Revert "Updating dependencies for react-noop-renderer"" | Dan Abramov <d****v@g****m> | almost 8 years ago | |
| 3e8b4a5b | Revert "Updating dependencies for react-noop-renderer" | Brian Vaughn <b****n@f****m> | almost 8 years ago | |
| ff5efb03 | Prettier | Brian Vaughn <b****n@f****m> | almost 8 years ago | |
| f4488bee | Add skipCI flag to release script (#13933) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| d42ed600 | Fix Suspense fixture (#13932) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| d8e03de4 | [react-cache] Remove `cache` as argument to `read` (#13865) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| fefa1269 | Revert accidentally committed existence check (#13931) |
Andrew Clark <g****t@a****o>
Committed by: Brian Vaughn <b****n@g****m> |
almost 8 years ago | |
| 80a0c05c | Removed react-cache from the bundle list for now (#13930) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 915e4eab | Add "unstable_" prefix to react-cache and jest-react (#13929) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ddbfe2ed | Add ESLint rule for React Hooks |
Caleb Meredith <c****8@g****m>
Committed by: Andrew Clark <g****t@a****o> |
almost 8 years ago | |
| 508b5fba | Fix Markdown |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| c285ea27 | Tweak changelog credits |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| eac092ec | Add 16.6.0 changelog (#13927) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| cbbc2b6c | [Synchronous Suspense] Suspending a class outside concurrent mode (#13926) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| acb48996 | Clear effect tags from a fiber that suspends in non-concurrent mode | Andrew Clark <g****t@a****o> | almost 8 years ago | |
| 4947fcd7 | Fix lint (#13923) |
Sebastian Markbåge <s****n@c****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| d75c69e0 | Remove unstable_ prefix from Suspense (#13922) |
Sebastian Markbåge <s****n@c****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| c8ef2fed | Remove redundant word "the" (#13919) |
John Lin <j****p@g****m>
Committed by: Brandon Dail <a****y@u****m> |
almost 8 years ago | |
| 55444a6f | Try rendering again if a timed out tree receives an update (#13921) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 04c4f2fc | [reconciler] ReactFiberNewContext import maxSigned31BitInt twice (#13857) |
yongningfu <5****3@q****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| 409e472f | Add flow types in ReactControlledComponent (#13669) |
Abdul Rauf <a****d@g****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| 663835a4 | Add flow types in getEventModifierState (#13909) |
Abdul Rauf <a****d@g****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| 82710097 | Add flow types in getNodeForCharacterOffset (#13908) |
Abdul Rauf <a****d@g****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| 7ebd90c2 | [minor bugfix] fix minor bug with handleReset in suspense fixture (#13843) |
shawn wang <s****1@g****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| 420001cb | Fix babel-preset-fbjs configure link in comment (#13666) |
Abdul Rauf <a****d@g****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| b753f76a | Fix failing async tests in Node 10 | Andrew Clark <a****e@f****m> | almost 8 years ago | |
| 933b6471 | Disable hook update callback (2nd arg to setState/dispatch) |
Andrew Clark <a****e@f****m>
Committed by: Andrew Clark <g****t@a****o> |
almost 8 years ago | |
| d37f5955 | Add `use strict` to .prettierrc.js (#13787) |
ZYSzys <z****8@g****m>
Committed by: Nathan Hunzaker <n****r@g****m> |
almost 8 years ago | |
| b5c0852f | Bump version to 16.6.0-beta.0 (#13906) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 769b1f27 | pure -> memo (#13905) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 8ecd4bd4 | Add support for React.pure in ReactDOMServer (#13855) |
Alex Taylor <a****y@g****m>
Committed by: Sebastian Markbåge <s****n@c****u> |
almost 8 years ago | |
| 15b11d23 | Allow arbitrary types to be wrapped in pure (#13903) |
Sebastian Markbåge <s****n@c****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e770af7a | Add back accidentally deleted `break` to prevent fallthrough | Andrew Clark <a****e@f****m> | almost 8 years ago | |
| 95a313ec | Unfork Lazy Component Branches (#13902) |
Sebastian Markbåge <s****n@c****u>
Committed by: Andrew Clark <g****b@a****o> |
almost 8 years ago | |
| e16cdd5b | Always bail out timed out children even if they receive an update (#13901) |
Andrew Clark <g****b@a****o>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago |