Skip to content

Commit

Permalink
chore(docs): Release Notes for 5.14 (#39154)
Browse files Browse the repository at this point in the history
* 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
serhalp authored Nov 7, 2024
1 parent 2b9f0b4 commit e2b1864
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions docs/docs/reference/release-notes/v5.14/index.md
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)

0 comments on commit e2b1864

Please sign in to comment.