DEV Community

Strapi
Strapi

Posted on • Originally published at strapi.io

Strapi April Product Updates

Strapi is evolving fast, and we're happy to share this month's updates with you! Previously, we have released Data pull and private S3 buckets (v4.9) and moved custom roles and permissions feature to the free Community Edition (v4.8). Read on to learn what's new in Strapi v4.10!

Custom fields size customization

Guess what? Custom fields become even more customizable! In v4.10, we’ve added a possibility to adjust the size of input components in the Content Manager, providing greater flexibility and control over the UI design of custom fields.

Before, it was not possible to change the size of a certain component, as it was determined by the default settings.In Strapi v4.10, we removed these restrictions so that you can customize custom fields size as you see fit.

Developers now have more flexibility when creating custom fields, and content managers can enjoy smooth UI whenever a custom field is installed.

Documentation plugin override

Strapi Documentation plugin allows users to document the available endpoints once you create your  content  API. If installed, the Documentation plugin will inspect content types and routes found on all APIs in a project and any plugin specified in the configuration. The plugin will then programmatically generate documentation to match the OpenAPI specification.

In short - this plugin helps developers to create clear and comprehensive documentation for their API users.

After receiving many requests from the users and community members, we've restored the option to override the generated documentation. From now on, users can modify and adapt the generated documentation to their needs.

With the new version of this plugin, users can save a lot of time by having auto-generated API documentation yet keep things flexible by manually editing it when needed. Efficient and customizable - Strapi as we love it!

To learn more about the override system, please look at this documentation.

Review workflows MVP (Enterprise Edition)

Strapi content management and collaboration experience is improving at a fast pace with new features and plugins being released every month. Today, we’re making one more step towards collaborative content management by introducing an MVP of the Review Workflows feature, which will be available in self-hosted Enterprise plan and Strapi Cloud Team plan.

reviewworkflows2 (1).png

Large content management teams or teams working with sensitive information often have rigorous content publishing processes. It requires them to use a mix of collaborative tools to get content reviewed before it gets added to their CMS for publication and only after that added it to Strapi and published it.

The new Review Workflows feature is about to make that process a lot smoother, allowing content teams to create, review, validate, and publish content directly in Strapi. Review workflows reduce the number of tools used for content creation, streamline the review process through effective collaboration, and allow bigger teams to save time and effort when publishing content.

review workflows1 (1).png

Users can configure a custom workflow and define the review stages corresponding to their internal processes. The workflows may involve different people and staging depending on the needs. For instance, users can set up legal reviews, proofreading workflows, translation checks, branding check workflow, etc.

We’re currently sharing our work in progress by releasing an MVP with limited features (only one workflow). We’re doing that to take into account your feedback early on and ensure that the final feature will meet customers’ expectations.

If you’re a Strapi Enterprise Edition user, you can try the Review Workflows feature by running the command:

npx create-strapi-app@latest my-project --quickstart
Enter fullscreen mode Exit fullscreen mode

Please follow the documentation to use the Review workflows feature. We would appreciate it if you could share the feedback about the feature by contacting your CSM.

Through the next few months, we plan to introduce several improvements to this MVP of review workflows (stages colors and reordering, assignees, multiple workflows, content API support & more).

April Community Call

Wondering what's coming next? Watch the replay of our Monthly Community Call in which we demoed the DEITS (Data Export Import Transfer) feature, and shared some insights about the future product updates.

Other updates:

New plugins on Strapi Market

The Strapi marketplace now lists more than 100 plugins, providers and custom fields. We thank all community members for contributing their work, allowing other Strapi users to easily extend their app.
Here are the new plugins, available on the Strapi Market: 

Get your plugin or provider listed on the Strapi Market and showcase your work to more than 20,000 monthly visitors. Here are all the resources you need to create and promote a plugin or provider and the submission form for listing it on the marketplace.

Try Strapi v4.10 out now

To create a new Strapi v4.10 project, simply run the following command:

npx create-strapi-app my-project --quickstart
Enter fullscreen mode Exit fullscreen mode

Follow the Quick Start Guide for detailed step-by-step instructions or have a look at a video instruction.

We would love to hear what you think about the new features! Let us know in this forum thread.

Building Strapi together

Strapi is an open-source product that grows thanks to community support and contributions.

Here's how you can help us improve the product:

We appreciate each contribution and piece of feedback that you share. Stay tuned for more updates!

Top comments (0)