Strapi Releases Archive
Explore all 472 releases of Strapi. View release notes, changelogs, and version history. Open-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Tag: v3.0.0-alpha.6.7
Released 8 years ago
Strapi v3.0.0-alpha.6.7 brings significant improvements to the framework with a focus on plugin architecture, component design, and developer experience. This release introduces the ability to inject ...
Highlights:
- New component injection system allowing plugins to inject components into other plugins
- New NotFound component for better error handling across the application
- New plugin list view for easier plugin management
- +5 more...
Tag: v3.0.0-alpha.6.4
Released 8 years ago
Strapi v3.0.0-alpha.6.4 brings important bug fixes for relationship management, lifecycle callbacks, and development environment dependencies. The router has been updated to use koa-router-joi, and do...
Highlights:
- Fixed relationship management between models with correct one-to-many relationship information
- Added new lifecycle callbacks for Mongoose models' findOne() and find() methods
- Updated router implementation to use koa-router-joi instead of koa-joi-router
- +2 more...
Tag: v3.0.0-alpha.6.3
Released 8 years ago
Strapi v3.0.0-alpha.6.3 introduces two major plugins: Content Manager and Content Type Builder, along with significant improvements to the admin interface and plugin architecture. This release focuses...
Highlights:
- Introduction of Content Manager plugin for managing content types and entries
- New Content Type Builder plugin for creating and modifying content structures without coding
- Improved plugin architecture with bootstrap and requirement functions
- +4 more...
Tag: v1.6.4
Released 8 years ago
Strapi v1.6.4 improves accessibility for users in China by changing how the CLI checks for internet connectivity. Instead of pinging Google, it now pings the Strapi Studio URL directly, allowing Chine...
Highlights:
- Changed internet connectivity check from Google to Strapi Studio URL
- Improved accessibility for users in China and regions with restricted internet access
- Removed ROADMAP file and updated CONTRIBUTING documentation
- +1 more...
Tag: v3.0.0-alpha.5.5
Released 8 years ago
Strapi v3.0.0-alpha.5.5 focuses on dependency management improvements and bug fixes. The update removes strapi-mongoose as a core dependency, improves plugin installation, and fixes several critical p...
Highlights:
- Removed strapi-mongoose as a core dependency to make it project-specific
- Fixed plugin installation paths for more reliable setup
- Added automatic installation of latest available plugin versions
- +2 more...
Tag: v3.0.0-alpha.5.3
Released 8 years ago
Strapi v3.0.0-alpha.5.3 introduces a complete rewrite of the core framework, a redesigned admin panel, and the new Settings Manager plugin. This release focuses on performance improvements, better con...
Highlights:
- Complete rewrite of the core framework layer for better performance and contribution
- Brand new admin panel design with Bootstrap v4 alpha.6
- New Settings Manager plugin included in all new projects
- +4 more...
Tag: v3.0.0-alpha.4.8
Released 8 years ago
Strapi v3.0.0-alpha.4.8 focuses on enhancing the release and setup workflow, making it more efficient and user-friendly. This incremental alpha release improves the developer experience by streamlinin...
Highlights:
- Enhanced release workflow for smoother deployments
- Improved setup process for faster configuration
- Better developer experience with streamlined workflows
Tag: v3.0.0-alpha.4
Released 8 years ago
Strapi v3.0.0-alpha.4 introduces a major architectural shift with the first implementation of plugins, a new dashboard layout, and a shared helper package for plugin development. This release adds new...
Highlights:
- First implementation of a plugin system with Content Manager as the initial plugin
- Introduction of strapi-helper-plugin shared package for plugin development consistency
- New CLI commands to create, install, and uninstall plugins
- +4 more...
Tag: v1.6.3
Released 9 years ago
Strapi v1.6.3 is a minor security and bug fix release that addresses an issue with the routes list in the admin panel and enhances the security of the routes list route. This update is important for m...
Highlights:
- Fixed a bug affecting the routes list display in the admin panel
- Enhanced security for the routes list route to prevent potential unauthorized access
Tag: v1.6.2
Released 9 years ago
Strapi v1.6.2 updates Promise handling patterns and removes the --harmony flag. This release focuses on code modernization and compatibility with newer Node.js versions by adopting standard Promise pa...
Highlights:
- Updated Promise implementation pattern from Promise.defer() to new Promise() in strapi-generate-users
- Removed deprecated --harmony flag for better Node.js compatibility
