Releases: gatsbyjs/gatsby
v3.4 (April 2021 #2)
Welcome to gatsby@3.4.0
release (April 2021 #2)
Key highlights of this release:
- Experimental: Enable webpack persistent caching for production builds - significantly speed up webpack compilation on subsequent builds
- Experimental: Gatsby Functions - serverless functions in Gatsby & Gatsby Cloud
- New Aggregation Resolvers - adds
min()
,max()
, andsum()
resolvers toallX
queries - Better Fast Refresh handling for styling libraries - Theme UI and Chakra UI now work correctly with Fast Refresh
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.
v3.3 (April 2021 #1)
Welcome to gatsby@3.3.0
release (April 2021 #1)
Key highlights of this release:
- Performance optimizations - faster JS bundling, lower peak memory usage
- Upgrade to the latest
sharp
- built-in image optimizations; and now works on M1 Macs - Upgrade to the latest
remark
- more consistency in Markdown rendering - Bugfixes in
gatsby-plugin-image
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.
v3.2 (March 2021 #3)
Welcome to gatsby@3.2.0
release (March 2021 #3)
Key highlights of this release:
- Better
StaticImage
errors - Adjustable ES Modules option for CSS Modules
gatsby-source-contentful
- improved performance and other changes
Also check out notable bugfixes.
Sneak peek to next releases:
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.
v3.1 (March 2021 #2)
Welcome to gatsby@3.1.0
release (March 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.
v3.0 (March 2021 #1)
Welcome to gatsby@3.0.0
release (March 2021 #1).
This is the first major bump of Gatsby since September 2018!
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:
- Incremental Builds in OSS - regenerate HTML only when necessary, leading to faster builds
- Fast Refresh - new hot-reloading engine, error recovery, better DX
- gatsby-plugin-image@1.0.0
- gatsby-source-wordpress@5.0.0 - brand-new, significantly improved integration with WordPress
- gatsby-source-contentful@5.0.0
- Miscellaneous changes in plugins
Major dependency updates:
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.
v2.32 (February 2021 #1)
Welcome to gatsby@2.32.0
release (February 2021. 1)
Key highlights of this release:
- Stable API in beta image plugin
- Support for beta image plugin in Contentful
- Default sharp settings in beta image plugin
- Support for art direction in beta image plugin
- Performance improvements for larger sites (10000+ pages)
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.
v2.31 (January 2021 #2)
Welcome to gatsby@2.31.0
release (January 2021 #2)
Key highlights of this release:
- Performance improvements
- Support for Gatsby's fragments in GraphiQL
- Use Fast Refresh by default for React 17
- Important gatsby-plugin-image updates
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.
v2.30 (January 2021 #1)
Welcome to gatsby@2.30.0
release (January 2021 #1)
Key highlights of this release:
- Query on Demand and Lazy Images: Generally available - improves
gatsby develop
bootup time - Server Side Rendering (SSR) in development — helps you find and fix many build errors in development. We're starting a partial release of this feature to 5% of users.
- gatsby-plugin-sass v3 - use the latest
sass-loader
andDart Sass
by default - Image transformations up to 30% faster
And several impactful updates in the new gatsby-plugin-image
(beta):
- AVIF support - enjoy next-gen image format
- Support remote static images - download, transform and optimize remote images with a single line
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.
v2.29 (December 2020 #2)
Welcome to gatsby@2.29.0
release (December 2020 #2)
Key highlights of this release:
- Query on Demand - improves
gatsby develop
bootup time - Lazy Images - do not wait for all images to be processed to start the development
- Improvements to our CLI - improved
create-gatsby
& newplugin
command - Experimental: Parallel data sourcing - run source plugins in parallel to speedup sourcing on sites with multiple source plugins
Other notable changes:
- Performance improvements
- Slugify option for File System Route API
- gatsby-image codemod
- 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.
v2.28 (December 2020 #1)
Welcome to gatsby@2.28.0
release (December 2020 #1).
Key highlights of this release:
- New
gatsby new
- new, interactive way to create a Gatsby site - Feature flags in gatsby-config - set your feature toggles without environment variables
- Improved Fast Refresh integration - better hot reloading
- Experimental: Lazy images in develop - run image transformations only when they are needed by browser
Other notable changes:
- Image plugin helpers - make it easier for plugin authors to support the new gatsby image plugin
- Experimental: New cache clearing behaviors - we're experimenting with ways to be smarter about clearing caches
- gatsby-plugin-emotion v5.0 - now uses emotion v11
- Removed experimental lazy page bundling
- Notable bugfixes
Sneak peek to next releases:
- Experimental: Parallel data sourcing - run source plugins in parallel to speedup sourcing on sites with multiple source plugins
Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next
and let us know
if you have any issues.