🐛 Bug fix
- [Framework] Add patterns to ignore in the file watcher (#2980) @alexandrebodin
- [Plugin] Hot fix primary key detection mutation/query GraphQL (#2983) @lauriejim
Tag Name: v3.0.0-alpha.25.1
Release Date: 3/15/2019
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Strapi v3.0.0-alpha.25.1 addresses critical bugs in the file watcher system and GraphQL plugin. This patch release fixes issues with file watching for missing sub-folders and improves primary key detection in GraphQL mutations and queries, enhancing stability for developers working with the alpha version.
No migration steps are required for this patch release. Simply update your Strapi version to v3.0.0-alpha.25.1 to benefit from the bug fixes.
npm install [email protected]
# or
yarn add [email protected]
This patch release is highly recommended for all users of Strapi v3.0.0-alpha.25 as it fixes critical issues with:
The upgrade process is straightforward with no breaking changes introduced. Users should update as soon as possible to ensure stable development experience.
No new features were introduced in this patch release. This is a bug fix release focused on addressing critical issues in the file watcher system and GraphQL plugin.
No security fixes were included in this release. This patch focuses on bug fixes related to the file watcher system and GraphQL plugin functionality.
The file watcher system has been optimized by adding proper ignore patterns for missing sub-folders and new files in those folders. This reduces unnecessary file system operations and improves the overall development experience by:
This patch release addresses two critical bugs that were affecting development workflow and GraphQL functionality in Strapi v3.0.0-alpha.25.
The file watcher improvements ensure that developers experience fewer errors and better performance during development by properly ignoring certain file patterns, particularly for missing sub-folders and new files in those folders.
The GraphQL plugin fix resolves a significant issue with primary key detection in mutations and queries, ensuring that data operations through the GraphQL API work correctly. This is particularly important for applications that rely heavily on GraphQL for data access.
While this is a minor patch release (from alpha.25 to alpha.25.1), the fixes it contains are important for maintaining a stable development experience with Strapi during the alpha phase.