Changes
- Factories Core Content API.
- UpdatedBy update on publish / unpublish
- Fix timestamps field
- Files watched updates & watch mode fix
- Typography updates and fixes
- Graphql fixes on writables attributes
Breaking Changes (from previous betas)
This beta introduces the new factories for core CRUD features.
You will need to update:
-
Routes
-
Controllers
- File must exist now
src/api/apiName/controllers/content-type-name.js
- https://documentation-git-dev-v4-controllers-updates-strapijs.vercel.app/developer-docs/latest/development/backend-customization/controllers.html#adding-a-new-controller
- File must exist now
-
Services
- File must exist now
src/api/apiName/controllers/content-type-name.js
- https://documentation-git-dev-v4-controllers-updates-strapijs.vercel.app/developer-docs/latest/development/backend-customization/services.html#adding-a-new-service
- File must exist now