react/packages/shared
Brian Vaughn 2bf4805e4b
Update entry point exports (#21488)
The following APIs have been added to the `react` stable entry point:
* `SuspenseList`
* `startTransition`
* `unstable_createMutableSource`
* `unstable_useMutableSource`
* `useDeferredValue`
* `useTransition`

The following APIs have been added or removed from the `react-dom` stable entry point:
* `createRoot`
* `unstable_createPortal` (removed)

The following APIs have been added to the `react-is` stable entry point:
* `SuspenseList`
* `isSuspenseList`

The following feature flags have been changed from experimental to true:
* `enableLazyElements`
* `enableSelectiveHydration`
* `enableSuspenseServerRenderer`
2021-05-12 11:28:14 -04:00
..
__tests__ Refactor SchedulerHostConfigs (#20025) 2020-11-02 12:46:58 -05:00
forks Update entry point exports (#21488) 2021-05-12 11:28:14 -04:00
ConsolePatchingDev.js Add console group methods to dev disabled groups (#19069) 2020-07-08 17:28:49 +01:00
ExecutionEnvironment.js give `canUseDOM` with a possibility to be a constant (#14194) 2019-04-25 11:28:53 +01:00
ReactComponentStackFrame.js Add disableNativeComponentFrames flag (#20364) 2020-12-02 16:25:55 +01:00
ReactElementType.js Update Flow to 0.84 (#17805) 2020-01-09 14:50:44 +00:00
ReactErrorUtils.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
ReactFeatureFlags.js Update entry point exports (#21488) 2021-05-12 11:28:14 -04:00
ReactInstanceMap.js Rename internal fields (#18377) 2020-03-24 18:19:20 +00:00
ReactSharedInternals.js Don't support older isomorphic React with newer renderers (#18329) 2020-03-17 19:30:10 +00:00
ReactSymbols.js Remove the Fundamental internals (#20745) 2021-02-05 20:36:55 +00:00
ReactTypes.js Remove unstable scheduler/tracing API (#20037) 2021-04-26 19:16:18 -04:00
ReactVersion.js Remove Scheduler indirection (#21107) 2021-03-28 14:13:38 -07:00
checkPropTypes.js Remove redundant initial of hasOwnProperty (#21134) 2021-04-01 09:05:10 -07:00
consoleWithStackDev.js Remove unnecessary throw catch (#19044) 2020-05-29 11:25:48 -07:00
enqueueTask.js Fix requiring timers module with non standard require (#18632) 2020-04-16 12:36:09 +01:00
formatProdErrorMessage.js Pass prod error messages directly to constructor (#17063) 2019-10-11 09:10:40 -07:00
getComponentNameFromType.js Renamed function in error log issue #21446 (#21449) 2021-05-06 21:03:21 -04:00
hasOwnProperty.js Remove redundant initial of hasOwnProperty (#21134) 2021-04-01 09:05:10 -07:00
invariant.js Compile invariant directly to throw expressions (#15071) 2019-03-18 13:58:03 -07:00
invokeGuardedCallbackImpl.js Update outdated links and fix two broken links (#19985) 2020-10-09 02:56:30 +01:00
isArray.js Reland Remove redundant initial of isArray (#21188) 2021-04-07 07:57:43 -07:00
isValidElementType.js Remove the Fundamental internals (#20745) 2021-02-05 20:36:55 +00:00
objectIs.js Update to flow 0.97 (#17892) 2020-01-24 10:52:38 -08:00
package.json Drop Haste (#11303) 2017-10-25 02:55:00 +03:00
shallowEqual.js Remove redundant initial of hasOwnProperty (#21134) 2021-04-01 09:05:10 -07:00