You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are dropping official support for React 16 and 17. The new minimal required version is React 18. This is a requirement for the Partial Hydration feature.
144
144
145
+
## Performance improvements
146
+
147
+
- The [GraphQL schema: Changes to sort and aggregation fields](/docs/reference/release-notes/migrating-from-v4-to-v5/#graphql-schema-changes-to-sort-and-aggregation-fields) change enables lower resource usage (significantly reduced memory usage) and faster “Building schema” step.
148
+
149
+
- The [Non-ESM browsers are not polyfilled by default](/docs/reference/release-notes/migrating-from-v4-to-v5/#non-esm-browsers-are-not-polyfilled-by-default) change speeds up the "Building production JavaScript and CSS bundles" step dramatically since webpack doesn't have to polyfill a lot of code anymore.
150
+
145
151
## Highlights from v4
146
152
147
153
While we have your attention we want to showcase all the awesome features we shipped during the Gatsby 4 lifecycle. Give them a try!
@@ -156,22 +162,6 @@ While we have your attention we want to showcase all the awesome features we shi
156
162
157
163
A big **Thank You** to [our community who contributed][full-changelog] to this release 💜
158
164
159
-
-[AndrPetrov](https://github.com/AndrPetrov): fix(gatsby-link): Correct handling of trailingSlash & pathPrefix [PR #36542](https://github.com/gatsbyjs/gatsby/pull/36542)
160
-
-[evanwinter](https://github.com/evanwinter): chore(docs): Update "Layout components" related links [PR #36572](https://github.com/gatsbyjs/gatsby/pull/36572)
161
-
-[Osiris8](https://github.com/Osiris8): chore(docs): Fix `Seo` imports in tutorial [PR #36587](https://github.com/gatsbyjs/gatsby/pull/36587)
162
-
-[alesma](https://github.com/alesma): chore(gatsby-plugin-sitemap): Add info about `page` object to README [PR #36582](https://github.com/gatsbyjs/gatsby/pull/36582)
163
-
-[openscript](https://github.com/openscript): chore(gatsby): Add `loadPageDataSync` property to `onRenderBody` TS type [PR #36492](https://github.com/gatsbyjs/gatsby/pull/36492)
164
-
-[treboryx](https://github.com/treboryx): fix(gatsby): Pass hostname to detect-port [PR #36496](https://github.com/gatsbyjs/gatsby/pull/36496)
165
-
-[karlhorky](https://github.com/karlhorky): feat(gatsby-remark-copy-linked-files): Add `absolutePath` to dir function [PR #36213](https://github.com/gatsbyjs/gatsby/pull/36213)
-[Auspicus](https://github.com/Auspicus): feat(gatsby): Enable source maps when compiling Gatsby files in development [PR #36450](https://github.com/gatsbyjs/gatsby/pull/36450)
173
-
-[kxxt](https://github.com/kxxt): fix(gatsby-core-utils): Use `grep -E` instead of `egrep`[PR #36648](https://github.com/gatsbyjs/gatsby/pull/36648)
174
-
- Chris Skinner: chore(docs): Update storybook main.js docs [PR #36627](https://github.com/gatsbyjs/gatsby/pull/36627)
-[ashhitch](https://github.com/ashhitch): chore(docs): Update storybook main.js examples to be consistant [PR #36702](https://github.com/gatsbyjs/gatsby/pull/36702)
@@ -189,4 +179,4 @@ A big **Thank You** to [our community who contributed][full-changelog] to this r
189
179
-[BreGoNunez](https://github.com/BreGoNunez): chore(docs): Add clarification for Pro Tip on Part 4 of tutorial [PR #36918](https://github.com/gatsbyjs/gatsby/pull/36918)
190
180
-[roryclaasen](https://github.com/roryclaasen): chore(gatsby-link): Correct type export [PR #36968](https://github.com/gatsbyjs/gatsby/pull/36968)
0 commit comments