Skip to content

Commit b0671f9

Browse files
authored
Include removal of scheduler/tracing in changelog (facebook#26063)
1 parent ce09ace commit b0671f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ The existing `renderToString` method keeps working but is discouraged.
102102
* **Layout Effects with Suspense**: When a tree re-suspends and reverts to a fallback, React will now clean up layout effects, and then re-create them when the content inside the boundary is shown again. This fixes an issue which prevented component libraries from correctly measuring layout when used with Suspense.
103103
* **New JS Environment Requirements**: React now depends on modern browsers features including `Promise`, `Symbol`, and `Object.assign`. If you support older browsers and devices such as Internet Explorer which do not provide modern browser features natively or have non-compliant implementations, consider including a global polyfill in your bundled application.
104104

105+
### Scheduler (Experimental)
106+
107+
* Remove unstable `scheduler/tracing` API
108+
105109
## Notable Changes
106110

107111
### React
@@ -193,6 +197,10 @@ The existing `renderToString` method keeps working but is discouraged.
193197
* Fix a mistake in the Node loader. ([#22537](https://github.com/facebook/react/pull/22537) by [@btea](https://github.com/btea))
194198
* Use `globalThis` instead of `window` for edge environments. ([#22777](https://github.com/facebook/react/pull/22777) by [@huozhi](https://github.com/huozhi))
195199

200+
### Scheduler (Experimental)
201+
202+
* Remove unstable `scheduler/tracing` API ([#20037](https://github.com/facebook/react/pull/20037) by [@bvaughn](https://github.com/bvaughn))
203+
196204
## 17.0.2 (March 22, 2021)
197205

198206
### React DOM

0 commit comments

Comments
 (0)