Potential breaking changes
- The release increments the stable major version.
16.14.0 → 17.0.0
Additional changes to review1 matched termMatched wording:no longerThese matches may be harmless in context. Expand to see the excerpts.
- The changelog contains the phrase “no longer”; its impact needs context.
Today, we are releasing React 17!
Learn more about React 17 and how to update to it on the official React blog.
React
- Add
react/jsx-runtimeandreact/jsx-dev-runtimefor the new JSX transform. (@lunaruan in #18299) - Build component stacks from native error frames. (@sebmarkbage in #18561)
- Allow to specify
displayNameon context for improved stacks. (@eps1lon in #18224) - Prevent
'use strict'from leaking in the UMD bundles. (@koba04 in #19614) - Stop using
fb.mefor redirects. ( in )