-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): Release Notes for 5.14 (#39154)
* chore(docs): Release Notes for 5.14 * docs: fill out 5.14 release notes * docs: add contributors to 5.14 release notes
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
date: "2024-11-06" | ||
version: "5.14.0" | ||
title: "v5.14 Release Notes" | ||
--- | ||
|
||
Welcome to `[email protected]` release (November 2024 #1) | ||
|
||
Check out [notable bugfixes and improvements](#notable-bugfixes--improvements). | ||
|
||
[Previous release notes](/docs/reference/release-notes/v5.13) | ||
|
||
--- | ||
|
||
## Notable bugfixes & improvements | ||
|
||
- minor docs improvements: https://github.com/gatsbyjs/gatsby/pull/38816, https://github.com/gatsbyjs/gatsby/pull/39052, https://github.com/gatsbyjs/gatsby/pull/39133, https://github.com/gatsbyjs/gatsby/pull/39060 | ||
- security fixes: | ||
- bump gh-pages: https://github.com/gatsbyjs/gatsby/pull/39089 | ||
- bump underscore: https://github.com/gatsbyjs/gatsby/pull/39092 | ||
- bump thenify: https://github.com/gatsbyjs/gatsby/pull/39095 | ||
- bump axios: https://github.com/gatsbyjs/gatsby/pull/39101 https://github.com/gatsbyjs/gatsby/pull/39118 | ||
- bump ejs: https://github.com/gatsbyjs/gatsby/pull/39093 | ||
- bump set-getter: https://github.com/gatsbyjs/gatsby/pull/39091 | ||
- bump express: https://github.com/gatsbyjs/gatsby/pull/39099 | ||
- bump express: https://github.com/gatsbyjs/gatsby/pull/39098 | ||
- bump css-what: https://github.com/gatsbyjs/gatsby/pull/39107 | ||
- bump rollup: https://github.com/gatsbyjs/gatsby/pull/39112 https://github.com/gatsbyjs/gatsby/pull/39115 | ||
- bump body-parser: https://github.com/gatsbyjs/gatsby/pull/39097 https://github.com/gatsbyjs/gatsby/pull/39132 | ||
- bump webpack-dev-middleware: https://github.com/gatsbyjs/gatsby/pull/39106 | ||
- bump path-to-regexp: https://github.com/gatsbyjs/gatsby/pull/39096 | ||
- [`gatsby`, `create-gatsby`, `gatsby-cli`, `gatsby-dev-cli`, `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-page-creator`] perf: disable telemetry reporting https://github.com/gatsbyjs/gatsby/pull/39137 | ||
|
||
## Contributors | ||
|
||
A big **Thank You** to our community who contributed to this release 💜 | ||
|
||
- [JohanForngren](https://github.com/JohanForngren): Fixing missing .default #38606 [PR #38816](https://github.com/gatsbyjs/gatsby/pull/38816) | ||
- [MetzinAround](https://github.com/MetzinAround): updating a readme dead link [PR #39133](https://github.com/gatsbyjs/gatsby/pull/39133) | ||
- [RJWadley](https://github.com/RJWadley): fix(types): navigate doesn't return anything [PR #38590](https://github.com/gatsbyjs/gatsby/pull/38590) | ||
- [Tuscan-blue](https://github.com/Tuscan-blue): Docs update. [PR #38915](https://github.com/gatsbyjs/gatsby/pull/38915) | ||
- [bartveneman](https://github.com/bartveneman): fix(gatsby-source-contentful): remove outdated `forceFullSync` option from readme [PR #38787](https://github.com/gatsbyjs/gatsby/pull/38787) | ||
- [chitoku-k](https://github.com/chitoku-k): fix(gatsby): support builtin modules prefixed with `node:` on `build-html` [PR #38516](https://github.com/gatsbyjs/gatsby/pull/38516) | ||
- [dianacheung](https://github.com/dianacheung): Update how-gatsby-works-with-github-pages.md [PR #38909](https://github.com/gatsbyjs/gatsby/pull/38909) | ||
- [fdmarcin](https://github.com/fdmarcin): fix(docs): Update GitLab Pages docs link [PR #39060](https://github.com/gatsbyjs/gatsby/pull/39060) | ||
- [izzythecubemaster](https://github.com/izzythecubemaster): chore(gatsby-cli,gatsby-source-wordpress): bump clipboardy [PR #38775](https://github.com/gatsbyjs/gatsby/pull/38775) | ||
- [larowlan](https://github.com/larowlan): chore: upgrade axios [PR #38698](https://github.com/gatsbyjs/gatsby/pull/38698) | ||
- [laurenskling](https://github.com/laurenskling): Fix getNodesByIds typo [PR #39012](https://github.com/gatsbyjs/gatsby/pull/39012) | ||
- [mavaddat](https://github.com/mavaddat): fix(gatsby-codemods): call jscodeshift natively [PR #38635](https://github.com/gatsbyjs/gatsby/pull/38635) | ||
- [pindjur](https://github.com/pindjur): fix(gatsby): fix broken DevOverlay when there is no stack trace. [PR #38535](https://github.com/gatsbyjs/gatsby/pull/38535) | ||
- [skyf0l](https://github.com/skyf0l): chore: add missing angle bracket [PR #38956](https://github.com/gatsbyjs/gatsby/pull/38956) | ||
- [timodwhit](https://github.com/timodwhit): Remove link to self [PR #39052](https://github.com/gatsbyjs/gatsby/pull/39052) |