This release extracts demo code into a dedicated module, splits linting into a standalone CI job, restructures CircleCI config for maintainability, and includes multiple CI/CD fixes for Docker permissions, coverage reporting, and branch filtering.
Highlights
- Standalone Lint CI Job
All linting tools extracted into a dedicated CI job that runs in parallel with the build, providing faster code style feedback. - Demo Module Extraction
Demo code (counter block, deploy hooks, CSS/JS, tests) moved from ys_base into a new ys_demo module, making it easy to remove demo content from production projects. - CircleCI Config Split
CircleCI configuration split into multiple files for better maintainability and separation of concerns. - CI/CD Hardening
Fixed Docker permission warnings in GHA, improved coverage comment handling, and corrected branch filtering for feature/bugfix branches.
Full Changelog
https://github.com/drevops/vortex/releases/tag/1.37.0(Opens in a new tab/window)