Releases: gatsbyjs/gatsby
v4.9
Welcome to [email protected]
release (March 2022 #1)
Key highlights of this release:
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know if you have any issues.
v4.8
Welcome to [email protected]
release (February 2022 #2)
Key highlights of this release:
- Support for TypeScript in
gatsby-browser
andgatsby-ssr
- New TypeScript option when creating Gatsby projects from the CLI
- Significant memory usage reduction when filtering and sorting nodes
- New APIs in
gatsby-core-utils
andgatsby-plugin-utils
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.
v4.7
Welcome to [email protected]
release (February 2022 #1)
Key highlights of this release:
trailingSlash
Option - Now built into the Framework itself- Faster Schema Creation &
createPages
- Speed improvements of at least 30%
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.
v4.6
Welcome to [email protected]
release (January 2022 #2)
Key highlights of this release:
- Speeding Up Subsequent Queries
- Tracking Image Changes in Markdown Files
- New Major Version for
gatsby-plugin-utils
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.
v4.5
Welcome to [email protected]
release (January 2022 #1)
Key highlights of this release:
- Gracefully Handling Browser Cache Issues
- TypeScript Types for
getServerData
- Deprecation of
gatsby-recipes
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.
v4.4
Welcome to [email protected]
release (December 2021 #1)
Key highlights of this release:
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.
v4.3
Welcome to [email protected]
release (November 2021 #3)
Key highlights of this release:
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.
v4.2
Welcome to [email protected]
release (November 2021 #2).
Key highlights of this release:
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.
v4.1
Welcome to [email protected]
release (November 2021 #1).
Key highlights of this release:
- Support for Deferred Static Generation in File System Route API
- JSX Runtime Options in
gatsby-config.js
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.
v4.0.0
Welcome to [email protected]
release (October 2021 #1).
We've released Gatsby 3 in March 2021 and now have a lot of exciting new features for Gatsby 4!
We’ve tried to make migration smooth. Please refer to the migration guide
and let us know if you encounter any issues when migrating.
Key highlights of this release:
- Parallel Query Running - up to 40% reduction in build times
- Deferred Static Generation (DSG) - defer page generation to user request, speeding up build times
- Server-Side Rendering (SSR) - pre-render a page with data that is fetched when a user visits the page
Also check out notable bugfixes and improvements.
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.