Home / Companies / Strapi / Blog / April 2020

April 2020 Summaries

8 posts from Strapi

Filter
Month: Year:
Post Summaries Back to Blog
Strapi, an open-source headless CMS, is undergoing significant updates, including the introduction of a new Media Library and a revamped design spearheaded by the new lead designer, Kevin. The team is prioritizing creating a stable version by addressing backend issues, with a targeted release in May, while also planning a major version update to improve data management, including pagination and metadata support through the API. The upcoming Role-Based Access Control (RBAC) system will allow developers to implement custom policies, although some features will be limited to the Enterprise Edition, which remains open-source except for licensing details. Strapi is committed to balancing sustainability with open-source accessibility, encouraging community feedback to guide development decisions.
Apr 28, 2020 630 words in the original blog post.
Jim’s Recipes series offers practical video guides for using Strapi, focusing on addressing community inquiries and enhancing user experience with the platform. Recent additions to the series include implementing reCAPTCHA to secure registration processes against bots, establishing a draft system for content publication, and customizing data populations in requests. These guides, presented in a video format, aim to make complex processes more accessible and understandable by allowing users to follow along in real time. By providing insights into these topics, Jim's Recipes series helps users become more adept at utilizing Strapi for their specific project needs, with ongoing updates shared on YouTube and the blog.
Apr 24, 2020 566 words in the original blog post.
Strapi beta.20 introduces new features such as a Media Library and offers guidance on deploying to Google App Engine, highlighting contributions from developers Yassir Barchi and Vasyl Rashko. Barchi, while working on an internal tool, implemented a RegExp text type attribute for validation to address issues with URL fields, a contribution driven by his need for robust validation layers and a desire to contribute to the community. Similarly, Rashko, encountering a validation bug in a professional project, contributed a fix for default values in entity creation, collaborating with the Strapi team to ensure a broad application without causing other issues. Both developers' efforts underscore the community-driven nature of Strapi's development and the importance of individual contributions to its evolution, as captured in the Personal Pull Request Logs.
Apr 22, 2020 947 words in the original blog post.
Strapi has introduced a new Media Library feature in its latest beta release, allowing content editors to manage and organize various media assets such as images, videos, audio files, PDFs, and GIFs with ease. This highly requested feature replaces the previous Files Upload system and offers functionalities like uploading, editing, deleting, and inserting media directly into content types. Users can sort and filter assets by date, type, or size, and utilize an embedded video player for seamless video integration. The Media Library also supports on-the-fly editing, including file renaming, alternative text addition, and cropping options, while ensuring size optimization and responsive formats without quality loss. Strapi continues to evolve with community contributions, and the team has organized an Online Meetup to discuss new features, best practices, and future developments.
Apr 21, 2020 739 words in the original blog post.
Victor Kane, a member of the Strapi community, offers a detailed tutorial on using Docker Compose to streamline the setup of a Strapi and MongoDB project. He emphasizes the flexibility and complexity brought by modern content publishing methods and introduces Docker Compose as a solution to manage multi-container applications efficiently. By using a YAML file, users can configure and start services with a single command, simplifying the process of integrating Strapi with MongoDB without manual installation and configuration. The tutorial guides through creating and running a Strapi project, configuring environment files, and managing Docker containers, demonstrating how to maintain flexibility while reducing complexity in development workflows. Additionally, Victor shares insights into monitoring and interacting with the setup, ensuring that even after a reboot, the content remains intact. His contribution is part of the Write for the community program, aimed at sharing knowledge and experiences within the Strapi and open-source ecosystems.
Apr 14, 2020 2,743 words in the original blog post.
Jim, the CTO and community advocate at Strapi, has launched a new video series called "Jim's Recipes" aimed at providing easy-to-digest, snack-sized tutorials for common coding questions related to Strapi, a headless CMS. These videos are designed to be practical, offering step-by-step guidance on specific features, making complex coding problems more approachable. Jim's initiative stems from his experience in addressing frequent community queries, and he aims to enhance the Strapi documentation by adding a personal touch through this format. The series not only helps demystify technical content but also fosters a sense of community, ensuring that Strapi knowledge is accessible and engaging for developers at all levels.
Apr 09, 2020 728 words in the original blog post.
Strapi has introduced a new "Write for the Community" program, allowing users to contribute to Strapi-related tutorials and articles through a GitHub repository named strapi/community-content. This initiative also includes a "showcase" section, which aims to build a Strapi portfolio page on the official website, featuring projects created using the platform. The showcase serves as a testament to the technology's reliability, enabling potential users to see similar successful projects, thus reinforcing Strapi as a viable Headless CMS option. Additionally, the Strapi team is compiling a library of case studies for their website, inviting contributions from successful projects that have utilized Strapi to overcome challenges. Maxime, a member of Strapi's Growth team since 2015, is actively involved in creating valuable content for the Strapi community.
Apr 08, 2020 289 words in the original blog post.
The text highlights the recent release of Strapi beta.19.4, which brings new features, bug fixes, and improved compatibility with AWS API Gateway, emphasizing the community's role in enhancing the platform. It introduces a new blog series focusing on individual contributions, spotlighting developers Roel Beerens and Ralph Maroun. Roel contributed by adding password-related GraphQL endpoints, sharing his implementation to benefit others after noticing a gap in the default schema. Ralph, on the other hand, improved Strapi's Open API Specification compatibility with AWS API Gateway by making documentation generation optional, addressing integration issues he encountered. Both developers express a commitment to making Strapi more accessible and functional, reflecting on their positive experiences and the balance between broad usability and specific client needs. The narrative underscores the collaborative effort behind Strapi's development and invites readers to explore the detailed changelog on GitHub.
Apr 02, 2020 1,055 words in the original blog post.