Skip to content

Commit 7d06949

Browse files
gatsbybotpieh
andauthored
chore(docs): Release Notes for 5.10 (#38093)
* chore(docs): Release Notes for 5.10 * first pass * add thank you contributors --------- Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 99664bc commit 7d06949

File tree

1 file changed

+50
-0
lines changed
  • docs/docs/reference/release-notes/v5.10

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
date: "2023-05-16"
3+
version: "5.10.0"
4+
title: "v5.10 Release Notes"
5+
---
6+
7+
Welcome to `[email protected]` release (May 2023 #1)
8+
9+
Check out [notable bugfixes](#notable-bugfixes--improvements).
10+
11+
**Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://github.com/gatsbyjs/gatsby/issues).
12+
13+
[Previous release notes](/docs/reference/release-notes/v5.9)
14+
15+
[Full changelog][full-changelog]
16+
17+
---
18+
19+
## Notable bugfixes & improvements
20+
21+
- We merged over 40 [renovate](https://www.mend.io/free-developer-tools/renovate/) PRs to update dependencies across various packages. If you're curious about the changes, you can use [this GitHub search](https://github.com/gatsbyjs/gatsby/pulls?q=is%3Apr+sort%3Aupdated-desc+author%3Aapp%2Frenovate+merged%3A2023-04-18..2023-05-16).
22+
- `gatsby`:
23+
- Decrease size of produced SSR/DSG engine by deduplicating shared modules, via [PR #37961](https://github.com/gatsbyjs/gatsby/pull/37961)
24+
- Prevent infinite recursion when webpack chunk is parent of itself, via [PR #38052](https://github.com/gatsbyjs/gatsby/pull/38052)
25+
- Don't serve error overlay codeframes for files outside of compilation, via [PR #38059](https://github.com/gatsbyjs/gatsby/pull/38059)
26+
- `gatsby-source-drupal`
27+
- Add support for setting type prefix, via [PR #37967](https://github.com/gatsbyjs/gatsby/pull/37967)
28+
- Find mimetype field, via [PR #38056](https://github.com/gatsbyjs/gatsby/pull/38056)
29+
- Add image cdn support for files type and typePrefix, via [PR #38057](https://github.com/gatsbyjs/gatsby/pull/38057)
30+
- `gatsby-source-contentful`: Add support for setting type prefix, via [PR #37981](https://github.com/gatsbyjs/gatsby/pull/37981)
31+
32+
## Contributors
33+
34+
A big **Thank You** to [our community who contributed][full-changelog] to this release 💜
35+
36+
- [JosueDLA](https://github.com/JosueDLA): chore(docs): Typo in v4 to v5 migration guide [PR #38081](https://github.com/gatsbyjs/gatsby/pull/38081)
37+
- [Leksat](https://github.com/Leksat)
38+
- fix(gatsby): avoid plus2space conversion using json encoded options [PR #37980](https://github.com/gatsbyjs/gatsby/pull/37980)
39+
- fix(gatsby): encode window.pagePath to get valid JS code [PR #36349](https://github.com/gatsbyjs/gatsby/pull/36349)
40+
- [ascorbic](https://github.com/ascorbic)
41+
- feat(gatsby-source-drupal): add `typePrefix` option [PR #37967](https://github.com/gatsbyjs/gatsby/pull/37967)
42+
- feat(gatsby-source-contentful): add support for setting type prefix [PR #37981](https://github.com/gatsbyjs/gatsby/pull/37981)
43+
- fix(gatsby-source-drupal): find mimetype field [PR #38056](https://github.com/gatsbyjs/gatsby/pull/38056)
44+
- fix(gatsby-source-drupal): add image cdn support for `files` type and `typePrefix` [PR #38057](https://github.com/gatsbyjs/gatsby/pull/38057)
45+
- [dhayab](https://github.com/dhayab): chore(docs): update algolia guide [PR #38085](https://github.com/gatsbyjs/gatsby/pull/38085)
46+
- [jeremyoftheberemies](https://github.com/jeremyoftheberemies): chore(docs): Improve wording in main tutorial part 6 [PR #38054](https://github.com/gatsbyjs/gatsby/pull/38054)
47+
- [kspeyanski](https://github.com/kspeyanski): fix(gatsby-plugin-netlify-cms): ignore PartialHydrationPlugin [PR #37962](https://github.com/gatsbyjs/gatsby/pull/37962)
48+
- [steventhanna](https://github.com/steventhanna): fix(gatsby): Correct `stitching slices` build activity name [PR #37975](https://github.com/gatsbyjs/gatsby/pull/37975)
49+
50+
[full-changelog]: https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.10.0

0 commit comments

Comments
 (0)