Release v0.3.39
Release 0.3.39: Symfony UX 3 constraints, TwigPathsPass REQ-TWIG-001, CI docs
Changelog
Added
- CI: workflow to validate semantic PR titles (
pr-lint.yml); scheduled stale issues/PRs (stale.yml). - Dependabot: grouped version updates for
symfony/*andphpstan/*. - GitHub Copilot: repository instructions in
.github/copilot-instructions.md.
Changed
- Composer: allow Symfony UX 3.x alongside 2.x for
symfony/ux-autocomplete(^2.33 || ^3.0) andsymfony/ux-live-component(^2.32 || ^3.0).
Fixed
- Twig (REQ-TWIG-001):
TwigPathsPassnowprependPath()the app directorytemplates/bundles/NowoDashboardMenuBundle/when it exists, thenaddPath()the bundle views, and resolvestwig.loader.nativethrough chained aliases so method calls always target the real filesystem loader definition.
Documentation
- USAGE: clarify override registration (
prependPath/addPath) and REQ-TWIG-001 alignment.
Full Changelog: v0.3.38...v0.3.39