Skip to content

Commit a3ca0c6

Browse files
committed
Add release notes for 5.8.0
1 parent ecc0af1 commit a3ca0c6

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

docusaurus/docs/release-notes.md

+47
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,53 @@ New versions (minor or patch) are generally released weekly, on Wednesdays.
2626

2727
</details>
2828

29+
## 5.8.0
30+
31+
### <Icon name='sparkle' /> New content
32+
33+
#### Dev Docs
34+
- [Add a guide on how to create components for plugins](https://github.com/strapi/documentation/pull/2433)
35+
36+
### <Icon name='pen-nib' /> Updated content
37+
38+
#### Cloud
39+
- [Project settings: Variables page revamp (pt. 2)](https://github.com/strapi/documentation/pull/2425)
40+
41+
#### Dev Docs
42+
- [Add use case for handling database migrations with TypeScript](https://github.com/strapi/documentation/pull/2432)
43+
- [Add Email plugin ratelimiting configuration options](https://github.com/strapi/documentation/pull/2377)
44+
45+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
46+
47+
#### Cloud
48+
- [Add callout for downgrade/upgrade Cloud plans](https://github.com/strapi/documentation/pull/2428)
49+
50+
#### Dev Docs
51+
- [Fix broken link to Strapi client README](https://github.com/strapi/documentation/pull/2436)
52+
- [Fix missing location for content-type generation command in Store and Access Data (plugins dev) guide](https://github.com/strapi/documentation/pull/2434)
53+
- [Fix Node versions in installation snippet](https://github.com/strapi/documentation/pull/2431)
54+
- [Convert example in Store and Access Data guide from ES to DS](https://github.com/strapi/documentation/pull/2430)
55+
56+
***
57+
This release was made possible thanks to the following contributors. Thank you! 🫶
58+
<div>
59+
<a href="https://github.com/derrickmehaffy" target="_blank">
60+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/8593673?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="derrickmehaffy"/>
61+
</a>
62+
<a href="https://github.com/meganelacheny" target="_blank">
63+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/19183360?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="meganelacheny"/>
64+
</a>
65+
<a href="https://github.com/pastelmind" target="_blank">
66+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/29533079?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pastelmind"/>
67+
</a>
68+
<a href="https://github.com/pwizla" target="_blank">
69+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
70+
</a>
71+
</div>
72+
<br/>
73+
<br/>
74+
75+
2976
## 5.7.0
3077
### <Icon name="pen-nib" /> Updated content
3178

0 commit comments

Comments
 (0)