Skip to content

Release v0.3.39

Choose a tag to compare

@github-actions github-actions released this 13 Apr 20:30

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/* and phpstan/*.
  • 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) and symfony/ux-live-component (^2.32 || ^3.0).

Fixed

  • Twig (REQ-TWIG-001): TwigPathsPass now prependPath() the app directory templates/bundles/NowoDashboardMenuBundle/ when it exists, then addPath() the bundle views, and resolves twig.loader.native through 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