Commit Graph

  • 4821d609e9 fix(eslint-plugin-react-hooks): Added matching for nullish coalescing and optional chaining of dependencies, relates to #18985 (#19008) Yann アウネ Eves 2020-05-27 01:07:10 +01:00
  • a012858ba9 Move isCustomComponent() function call outside of loop (#19007) Brian Vaughn 2020-05-26 13:41:27 -07:00
  • 67e130fc68 eslint-plugin-react-hooks@4.0.3 Dan Abramov 2020-05-26 16:11:08 +01:00
  • bb2239dc90 Revert "Feature: Add support to exhaustive-deps rule for any hook ending with Effect (#18580)" (#19004) Dan Abramov 2020-05-26 16:08:50 +01:00
  • 03e6b8ba2f Make LegacyHidden match semantics of old fork (#18998) Andrew Clark 2020-05-25 18:16:53 -07:00
  • 3ca1904b37 react-refresh@0.8.3 Dan Abramov 2020-05-23 14:26:26 +01:00
  • 0aa4cc544c Resolve an edge case where ref.node can be falsy (#18984) yjimk 2020-05-23 23:25:24 +10:00
  • 8f4dc3e5d0 Warn if MutableSource snapshot is a function (#18933) Brian Vaughn 2020-05-21 16:14:29 -07:00
  • 142d4f1c00 useMutableSource hydration support (#18771) Brian Vaughn 2020-05-21 16:00:46 -07:00
  • aefb97e6bb DevTools: Add root and renderer version to inspected props panel (#18963) Brian Vaughn 2020-05-21 14:40:49 -07:00
  • 74394aa8cb Add unstable_isNewReconciler to dispatcher (#18975) Andrew Clark 2020-05-21 11:56:00 -07:00
  • 099f73710e DevTools: Improve error boundary (#18956) Brian Vaughn 2020-05-21 11:21:22 -07:00
  • 730ae7afa2 Clear fiber.sibling field when clearing nextEffect (#18970) Dominic Gannaway 2020-05-21 18:53:56 +01:00
  • c93a6cb4d5 DevTools: Fix highlight updates Canvas side problem (#18973) Brian Vaughn 2020-05-21 10:04:37 -07:00
  • f9bf828701 Add `unstable_isNewReconciler export to FB builds (#18974) Andrew Clark 2020-05-21 10:03:59 -07:00
  • 4a3f779d67 Remove event pooling in the modern system (#18969) Dominic Gannaway 2020-05-21 13:54:05 +01:00
  • 22f7663f14 Profiler: Don't count timed out (hidden) subtrees in base duration (#18966) Brian Vaughn 2020-05-20 18:36:57 -07:00
  • 64f50c667a Remove disableHiddenPropDeprioritization flag (#18964) Andrew Clark 2020-05-20 15:29:34 -07:00
  • a30a1c6ef3 Transfer actualDuration only once for SuspenseList (#18959) Sebastian Markbåge 2020-05-20 15:12:38 -07:00
  • 8b3b5c3524 Bugfix: Missing mode check in resetChildLanes (#18961) Andrew Clark 2020-05-19 23:10:49 -07:00
  • 95ea8ed47c LegacyHidden: mode that defers without hiding (#18958) Andrew Clark 2020-05-19 15:58:02 -07:00
  • 5aa967b69b DevTools editable props tweaks (#18954) Brian Vaughn 2020-05-19 09:42:00 -07:00
  • dbf2bba632 remove an unused ISSUE_TEMPLATE.md (#18953) Toru Kobayashi 2020-05-20 00:44:01 +09:00
  • 23309eb386 DevTools 4.6.0 -> 4.7.0 Brian Vaughn 2020-05-18 14:16:04 -07:00
  • d897c35ecf [DevTools] Add Component Highlighting to Profiler (#18745) Nick Reiley 2020-05-18 23:13:16 +05:00
  • 081b565cd7 [DevTools] enable Electron interactions on Linux & auto copy script tags (#18772) Nick Reiley 2020-05-18 22:27:40 +05:00
  • c390ab3643 Add test for displayName on React.memo components (#18925) Sebastian Silbermann 2020-05-16 00:56:50 +02:00
  • 6ed5c2243f Add MIT license to use-subscription package (#18927) Gabriele Prestifilippo 2020-05-16 00:36:48 +02:00
  • 8dba6691d0 Updated DevTools CHANGELOG for upcoming changes Brian Vaughn 2020-05-15 10:50:39 -07:00
  • dd2e36df33 Profiler: Skip reading element for imported data (#18913) Nick Reiley 2020-05-15 22:38:01 +05:00
  • 7c080902ef [DevTools] Improve HOC search UX (#18802) Nick Reiley 2020-05-15 22:37:34 +05:00
  • 121af3143c Update inaccurate mapChildren comment (#18931) Ricky Vetter 2020-05-15 13:05:08 -04:00
  • 21dc41c320 Simplify logic for mutable workInProgressSources (#18920) Sophie Alpert 2020-05-14 14:30:44 -07:00
  • 0fb747f368 Add LegacyHidden to server renderer (#18919) Andrew Clark 2020-05-14 11:28:11 -07:00
  • b4a1a4980c Disable <div hidden /> API in old fork, too (#18917) Andrew Clark 2020-05-13 20:01:10 -07:00
  • 9e5b2c94e6 Add expando prop to disabledLog function (#18914) Brian Vaughn 2020-05-13 17:03:50 -07:00
  • fdb641629e Fix useMutableSource tearing bug (#18912) Andrew Clark 2020-05-13 14:28:17 -07:00
  • 33589f7423 useMutableSource: "Entangle" instead of expiring (#18889) Andrew Clark 2020-05-13 11:33:32 -07:00
  • 43063fd844 eslint-plugin-react-hooks@4.0.2 Dan Abramov 2020-05-13 16:46:15 +01:00
  • f6ff4c43dd Update changelog Dan Abramov 2020-05-13 16:45:50 +01:00
  • 487c693846 [eslint-plugin-react-hooks] useWithoutEffectSuffix fix (#18902) (#18907) Boris Sergeev 2020-05-13 17:44:05 +02:00
  • 6514e4a179 React Flare: fix PressLegacy preventDefault issue (#18904) Dominic Gannaway 2020-05-13 13:59:32 +01:00
  • a3fccd2567 Fix Profiler root change error (#18880) Nick Reiley 2020-05-13 03:47:23 +05:00
  • 61f2a560e0 Add experimental ReactDOM.createEventHandle (#18756) Dominic Gannaway 2020-05-12 20:24:25 +01:00
  • 84fd4b853f Revert "deps: update ESLint version to v7 (#18897)" (#18899) Dan Abramov 2020-05-12 20:06:14 +01:00
  • 14e554b310 Add missing changelog item Dan Abramov 2020-05-12 19:18:26 +01:00
  • 80c4dea0d1 Modern Event System: Add scaffolding for createEventHandle (#18898) Dominic Gannaway 2020-05-12 19:01:12 +01:00
  • 039ad34a05 deps: update ESLint version to v7 (#18897) Toru Kobayashi 2020-05-13 02:41:37 +09:00
  • 9f396bdd5d eslint-plugin-react-hooks@4.0.1 Dan Abramov 2020-05-12 17:21:53 +01:00
  • c512aa0081 [Blocks] Scaffolding react-fetch + first pass at node implementation (#18863) Richard Maisano 2020-05-12 12:21:45 -04:00
  • e936034eec Add item to ESLint Hooks plugin changelog Dan Abramov 2020-05-12 17:02:37 +01:00
  • c3ff21e01b feat(eslint-plugin-react-hooks): Support ESLint 7.x (#18878) Michaël De Boey 2020-05-12 18:01:28 +02:00
  • 8b9c4d1688 Expose LegacyHidden type and disable <div hidden /> API in new fork (#18891) Andrew Clark 2020-05-11 20:02:08 -07:00
  • ef0bf8e31c Revert "Hard code enableComponentStacks in www (#18869)" (#18890) Dominic Gannaway 2020-05-11 23:29:24 +01:00
  • e16703e6c7 Modern Event System: revise ancestor logic (#18886) Dominic Gannaway 2020-05-11 22:09:52 +01:00
  • 2b9d7cf65f Devtools: Show inspectedElement key in right pane (#18737) Karl Horky 2020-05-11 22:17:13 +02:00
  • ddcc69c83b Added clear message for functional component starting with lowercase (#18881) Rohith Srivathsav 2020-05-10 06:22:11 +05:30
  • 539527b642 Don't cut off effects at end of list if hydrating (#18872) Sebastian Markbåge 2020-05-08 21:26:51 -07:00
  • fd696df472 Hard code enableComponentStacks in www (#18869) Sebastian Markbåge 2020-05-08 18:14:54 -07:00
  • 6edaf6f764 Detect and prevent render starvation, per lane (#18864) Andrew Clark 2020-05-08 12:47:51 -07:00
  • 6207743168 [DevTools] Allow to continue dragging when leaving profiler picker (#18852) Nick Reiley 2020-05-08 23:19:57 +05:00
  • df14b5bcc1 add new IDs for each each server renderer instance and prefixes to distinguish between each server render (#18576) Luna Ruan 2020-05-07 20:46:27 -07:00
  • 69e732ac9d Disable Profiler commit filtering (#18862) Brian Vaughn 2020-05-07 17:07:20 -07:00
  • fb3f0acad9 Disable Webpack setImmediate polyfill for DevTools (#18860) Brian Vaughn 2020-05-07 13:13:47 -07:00
  • edf6eac8a1 Don't cut off the tail of a SuspenseList if hydrating (#18854) Sebastian Markbåge 2020-05-06 23:51:46 -07:00
  • 55f5cdee01 Disable setState before mount in legacy mode (#18851) Sebastian Markbåge 2020-05-06 20:30:59 -07:00
  • 47ebc90b08 Put render phase update change behind a flag (#18850) Andrew Clark 2020-05-06 19:19:14 -07:00
  • 6778c53c16 Modern Event System: fix bug in EnterLeave (#18849) Dominic Gannaway 2020-05-07 00:13:13 +01:00
  • 7eaa1d7e33 Updated DevTools unstable_ API references (#18847) Brian Vaughn 2020-05-06 11:14:30 -07:00
  • a71aa803a1 [Release] Follow redirect when downloading tarball (#18845) Andrew Clark 2020-05-06 10:28:49 -07:00
  • 96f3b7d1c3 Warn if calling setState outside of render but before commit (#18838) Sebastian Markbåge 2020-05-06 09:45:35 -07:00
  • 33c3af284c [Blocks Fixture] Remove remaining Blocks (#18840) Dan Abramov 2020-05-06 15:53:51 +01:00
  • 595d27bd73 [Blocks Fixture] Drop the Blocks (#18837) Dan Abramov 2020-05-06 05:17:44 +01:00
  • 823dc581fe Modern Event System: fix EnterLeave plugin logic (#18830) Dominic Gannaway 2020-05-05 22:10:07 +01:00
  • 40e6029462 wrap SuspenseInstanceRetry callback so scheduler waits for it (#18805) Fernando Lores 2020-05-05 12:47:49 -07:00
  • 3cde22a84e Experimental test selector API (#18607) Brian Vaughn 2020-05-05 10:37:46 -07:00
  • c13a59c7d6 Fix Blocks fixture Dan Abramov 2020-05-05 18:14:06 +01:00
  • 7992ca10df eslint-plugin-react-hooks: allow OptionalMemberExpression in deps (#18819) (#18820) Kevin Lewis 2020-05-05 05:53:42 -07:00
  • e028ce2ab7 Modern Event System: ensure target ancestors are only host nodes (#18827) Dominic Gannaway 2020-05-05 13:10:05 +01:00
  • 4d124a4f67 [Blocks Fixture] Misc updates (#18811) Dan Abramov 2020-05-05 11:53:02 +01:00
  • fe7163e73d Add unstable prefix to experimental APIs (#18825) Andrew Clark 2020-05-04 22:25:41 -07:00
  • cd4a96035f Remove old CM exports (#18710) Sebastian Markbåge 2020-05-04 21:39:57 -07:00
  • 9751935abf Modern Event System: improve dispatching queue (#18799) Dominic Gannaway 2020-05-04 16:55:45 +01:00
  • 3e13d70984 [RN] Remove debugging invariant (#18813) Dan Abramov 2020-05-04 15:48:35 +01:00
  • f6fcae58e9 [Blocks] Add Shell to Fixture (#18803) Dan Abramov 2020-05-04 01:59:55 +01:00
  • d830cd9984 [Blocks] Fix stale data on updates (#18810) Dan Abramov 2020-05-04 01:43:51 +01:00
  • 64d4b84204 Rename Flight to Transport (#18808) Sebastian Markbåge 2020-05-03 11:33:48 -07:00
  • 93e078ddf2 Initial Lanes implementation (#18796) Andrew Clark 2020-05-02 17:09:31 -07:00
  • 3c7d52c3d6 Give unresolved lazy() a name in component stack (#16104) Moti Zilberman 2020-05-02 00:41:39 +01:00
  • 333deb707d Remove hint to post feedback about exhaustive-deps rule (#18712) Benedikt Franke 2020-05-01 20:13:59 +02:00
  • aa88589d0b Refine experimental Scopes API (#18778) Dominic Gannaway 2020-05-01 19:01:43 +01:00
  • d804f99b9e eslint-plugin-react-hooks@4.0.0 Dan Abramov 2020-05-01 17:13:56 +01:00
  • 4e93b9364c Add changelog for eslint-plugin-react-hooks (#18801) Dan Abramov 2020-05-01 17:12:32 +01:00
  • 5ac9ca72df Feature: Add support to exhaustive-deps rule for any hook ending with Effect (#18580) Aaron Pettengill 2020-05-01 11:57:25 -04:00
  • eab94403d7 Build Flight runtime for WWW (revert part of earlier change) Dan Abramov 2020-05-01 16:44:25 +01:00
  • 17dcc29cd1 Don't "schedule" discrete work if we're scheduling sync work (#18797) Sebastian Markbåge 2020-05-01 08:43:15 -07:00
  • 9491f39472 react-refresh@0.8.2 Dan Abramov 2020-05-01 16:18:13 +01:00
  • 43a1c72751 Don't build react-data for WWW Dan Abramov 2020-05-01 16:11:40 +01:00
  • 01914a7673 Update bundle configs to not build some packages (#18800) Dan Abramov 2020-05-01 16:07:36 +01:00
  • 21670cf4be [react-refresh/babel] Always insert registrations after var (#18794) Sophie Alpert 2020-05-01 08:01:11 -07:00