Releases: strapi/documentation
v4.9.2
✨ New content
This release introduces a shiny new home page! 🏡
Stay tuned for many more improvements to Strapi documentation this year 🚀 👀
- [repo] Add a new Home Page 🏡 (#1617) @udimberto
- [repo] Store home page content in a configuration file for better maintenance (#1647) @udimberto
- [Dev Docs] Add documentation for
strapi report
(#1545) @cpaczek
♻️ Updated content
- [Dev Docs] Provide additional information on database drivers (#1592) @innerdvations
- [Strapi Cloud] Update Cloud project creation screens with new trial duration (#1648) @ygravrand
🧹 Chore, fixes, typos, and other improvements
- [Dev Docs] Fix Heroku deployment guide (#1591 and #1650) @peppix2010 and @Earth-Hominid
- [Dev Docs] Update DigitalOcean App Platform deployment guide (#1651) @stb13579
- [Dev Docs] Clarify use cases for API tokens (#1652) @DespertaWeb
Thanks a lot for your contributions! 🥰🚀
2023-14
♻️ Updated content
- [User Guide] Review Workflows updates (#1618) @meganelacheny
🧹 Chore, fixes, typos, and other improvements
- [Dev Docs] Mention environment variables prefixed by
STRAPI_ADMIN_
are accessible to the front end (#1631) @pwizla - [Dev Docs] Fixing typo on configurations database page (#1633) @newlomar
- [Dev Docs] Pluralize 'runLifecyclesFunction' (#1634) @Dammy-Ola
- [Dev Docs] Link to Upload docs in the media-related callout in REST API relations (#1635) @pwizla
- [Dev Docs] Fix text, screenshots, and GIFs in Quick Start Guide (#1636 and #1642) @pwizla
- [Dev Docs] Fix the params provided to s3.getSignedUrlPromise on providers page (#1640) @alexanderscott
Thanks a lot for your contributions! 🥰🚀
2023-13: v4.9.0
✨ New content
- [Dev Docs] Add transfer "pull" (
from
) to Data Management System documentation (#1604) @pwizla - [Dev Docs] Add documentation on how to create private providers (#1601) @Marc-Roig
- [Strapi Cloud] Add Notifications & Project overview (#1607) @philippkhon
♻️ Updated content
- [Dev Docs] Document
createMany
returning ids (#1609) @alexandrebodin - [Dev Docs] Add error class documentation for
NotImplemented
(#1624) @derrickmehaffy - [Dev Docs] Update the Angular integration guide (#1628) @sengokyu
- [Dev Docs] Add parameters for Audit Logs to admin panel configuration (#1629) @pwizla
🧹 Chore, fixes, typos, and other improvements
- [Dev Docs] Improve example for extending a content type (#1620) @iamandrewluca
- [Dev Docs] Mention API tokens configuration in REST API documentation introduction (#1621) @pwizla
- [Dev Docs] Fix TypeScript casing in TOC (#1623) @pierreburgy
- [Dev Docs] Fix docs for controllers (backend customization) (#1625) @yuyokk
- [Dev Docs] Update populate-select.md (#1626) @yuyokk
- [Dev Docs] Fix wrong label name (#1627) @akasuv
- [User Guide] Mention in user guide that a salt should be defined for data transfer to work (#1619) @pwizla
- [repo] Fix styles for inline code inside links in dark mode (#1630) @udimberto
Thanks a lot for your contributions! 🥰🚀
2023-12: v4.8.2
♻️ Updated content
- [Dev Docs] Add warning when transfering data using nginx (#1616) @christiancp100
- [Strapi Cloud] Change the required version to 4.8.1 (#1602) @philippkhon
🧹 Chore, fixes, typos, and other improvements
- [Dev Docs] Update graphql.md
is not null
(#1597) @laurenskling - [Dev Docs] Remove extra curly brace (#1598) @doritosxxx
- [Dev Docs] Fix configuration code example in admin documentaion (#1605) @barta0
- [Dev Docs] Remove subscriptions options from graphql documentation (#1606) @Bassel17
- [Dev Docs] Update transfer.md - Correct the basic npm command (#1610) @osricf
- [Dev Docs] Add single quotes and missing code example in admin-panel.md (#1611) @mariansimecek
- [Dev Docs] Fix custom-fields.md: value → defaultValue (#1612) @ludovic-gourdon
- [Dev Docs] Fix npm version (#1613) @pwizla
- [repo] Add support to 'New ✨' badge on Sidebar items via customProps.new (#1599) @udimberto
- [repo] Make 3rd level TOC items expanded by default + autocollapse siblings (#1600) @pwizla
Thanks a lot for your contributions! 🥰🚀
2023-11: v4.8.0
♻️ Updated content
- [Dev Docs] merge Add info about env.oneOf (#1560) @iamandrewluca
- [Dev Docs] Update React integration guide (#1561) @jdhines
- [Dev Docs] Fix sanitizeQuery method name (#1595) @innerdvations
- [Dev Docs, User Guide] merge RBAC - Remove mentions of Enterprise & pricing badges (#1572) @meganelacheny
- [repo] Update the contribution guide + add a Docusaurus style guide (#1583) @meganelacheny
- [repo] Update README and CONTRIBUTING guide (#1594) @pwizla
🧹 Chore, fixes, typos, and other improvements
- [Dev Docs] Mention content types are private by default (#1587) @pwizla
- [Dev Docs] Fix sanitize code example in controllers documentation (#1596) @pwizla
- [User Guide] Improve copy in Content-manager > Writing content (#1570) @RanjanWatson
- [repo] Upgrade Docusaurus core to 2.3.1 + fix plugin to zoom images (#1590) @udimberto
- [repo] Fix code blocks background color (#1593) @udimberto
Thanks a lot for your contributions! 🥰🚀
v4.7.1
See milestone for details.
Please note that from now on, the Strapi documentation uses a basic continuous integration/continuous delivery workflow: every PR merged to main
will be pushed to production and live on docs.strapi.io a few minutes later.
We'll keep having weekly "releases" snapshots on Wednesdays. Detailed release notes for these will soon be automated.
We'll also simplify and update the CONTRIBUTING.md
guide very soon with more information about Docusaurus, our new framework, and processes related to pull requests.
Thanks again for all your amazing contributions! 🤗 🚀
v4.7.0
v4.6.2 - New Docusaurus-based documentation
Today is the first release of a new documentation website based on the Docusaurus.io framework.
See the forum announcement for details.
As we switched to another tool, the syntax has changed a bit. We will very soon update the contribution guide and open-source our internal writing guide so you can get up to speed with your contributions.
Thanks a lot to everyone in the community! By constantly updating the content and giving us insightful feedback, you made this a reality. 🤗
v4.6.1
Includes:
- many fixes and improvements (see details in the PR files) — many thanks to all community members that contributed to these! ❤️
v4.6.0
Includes:
- documentation for the new features included in Strapi v4.6:
- Audit Logs
- Relations reordering
- Data Management System (export/import)
- and many fixes and improvements (see details in the PR files) — many thanks to all community members that contributed to these! ❤️
Note: We're working on automating our release notes. Details about merged PRs (a.k.a release logs) for each release will be available soon :)