Releases: strapi/documentation
Releases · strapi/documentation
v4.10.6
♻️ Updated content
- [Dev Docs] Update Docker deployment guide to align with the Dockerize Tool v1.14.0 release (#1718) @Eventyret
🧹 Chore, fixes, typos, and other improvements
- [Dev Docs] Fix initial configuration for Documentation plugin (#1681) @Boegie19
- [Dev Docs] Fix table rendering for responsive images in Upload plugin docs (#1705) @prokopsimek
- [Dev Docs] Fix typo in market assets CSP docs (#1711) @derrickmehaffy
- [Dev Docs] Change webhook execution command to node (#1713) @isoaxe
- [repo] Update styles for Table of Content items (#1687) @udimberto
- [repo] Update inline code style to better highlight when it's clickable (#1710) @udimberto
Thanks a lot for your contributions! 🥰🚀
v4.10.4
Note: We're jumping directly from 4.10.2 to 4.10.4 as there was no v4.10.3 released on strapi/strapi.
🧹 Chore, fixes, typos, and other improvements
- [Dev Docs] Fix typo for dynamic zones in Backend customization > Models (#1676) @jackdewan
- [Dev Docs] Fix Markdown rendering in Heroku docs (#1677) @giedomak
- [Dev Docs] Add warning for unknown tables getting deleted (#1682) @Boegie19
- [Dev Docs] Remove GraphQL introspection references (#1683) @Boegie19
- [Dev Docs] Clarify package.json flag for disabling telemetry (#1689) @rolodato
- [Dev Docs] Fix usage in services (#1695) @pwizla, from an original contribution by @Boegie19
- [User Guide] Update Review Workflows screenshots (#1693) @meganelacheny
Thanks a lot for your contributions! 🥰🚀
v4.10.2
✨ New content
♻️ Updated content
🧹 Chore, fixes, typos, and other improvements
- [Dev Docs] Clarify how to access the Documentation plugin UI (#1664) @pwizla
- [Dev Docs] Fix note about default directives in
middlewares::security
for in-app marketplace (#1663) @yarikwest - [Dev Docs] Update warning content and location for plugins extension (#1665) @Boegie19
- [Dev Docs] Add callouts to favor EntityService over QueryEngine methods (#1670) @Boegie19
- [Dev Docs] Fix tab title in Heroku deployment guide (#1674) @AnselmoPfeifer
Thanks a lot for your contributions! 🥰🚀
v4.10.0
✨ New content
- [User Guide] Review Workflows (#1660) @meganelacheny
♻️ Updated content
- [Dev Docs] Documentation plugin updates (#1622) @markkaylor
- [Dev Docs] SSO domain configuration (#1657) @derrickmehaffy
- [Dev Docs] Add
globalProxy
option to server configuration (#1659) @nathan-pichon - [Dev Docs] Custom Fields width (
inputSize
) (#1662) @pwizla
🧹 Chore, fixes, typos, and other improvements
- [Dev Docs] Mention query and route parameters in the Requests/Responses documentation (#1654) @ArthurPedroti
- [Dev Docs] Fix Next.js integration guide (#1658) @kou234gh
- [Dev Docs] Add a callout to gather feedback for all backend customization pages (#1661) @pwizla
🔥 Bug fix
- [Dev Docs] Ignore polymorphic relations in 4.5.1 migration (#1656) @Marc-Roig
Thanks a lot for your contributions! 🥰🚀
v4.9.1
♻️ Updated content
- [Dev Docs] Add documentation for GraphQL security and GraphQL armor (#1615) @QuentinN42
- [Strapi Cloud] Updated Cloud project creation screens and text to include plan selection (#1637) @ygravrand
🧹 Chore, fixes, typos, and other improvements
- [Dev Docs] Update URL for creating admin user (#1639) @antsanchez
- [Dev Docs] Module Error (#1643) @Louai99k
- [Dev Docs] Fix markdown typo in Command Line Interface. (#1644) @pcdotfan
- [Dev Docs] Fix typo in 4.5.1 to 4.6.1 migration guide (#1646) @csharpee
Thanks a lot for your contributions! 🥰🚀
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! 🥰🚀