Skip to content

Commit 3fafea4

Browse files
authored
Merge pull request #302 from shopware/changelog-update-v0.1.0
Changelog update - `v0.1.0`
2 parents 2a42a29 + 180a0a7 commit 3fafea4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
## Unreleased
66

7+
## 0.1.0 - 2026-07-30
8+
79
- Replaced the Symfony plugin integration for `sw_extends` / `sw_include` with own navigation and autocompletion: navigating a template reference now offers all templates of that view path (the referenced bundle first, then all plugin overrides), and completion suggests templates of every bundle including plugins in `custom/plugins`
810
- Added navigation from a Twig block name to the upstream block it overrides (nearest parent first, following the `sw_extends` chain)
911
- Templates are indexed by their view path and `sw_extends` target, so template resolution, chain walking and completion no longer scan files
10-
1112
- Twig block versioning comments now also work for templates of third-party extensions, both installed via Composer and in `custom/plugins` (block changed / removed / comment missing inspections). The versioning comment records the version of the extension the block belongs to (from the Composer package or the extension's composer.json). Showing a diff of the upstream changes is only supported for Shopware core templates.
1213
- The "versioning comment missing" inspection only reports files that extend another template via `sw_extends`
1314
- The upstream of a block is now resolved through the `sw_extends` chain of the template, so versioning also works when extending a template at a different relative path and sibling overrides of other plugins cannot be mistaken for the upstream
1415
- When the chain cannot be resolved, blocks carrying a versioning comment are treated as overrides and no longer count as upstream, so they cannot mask upstream changes or removals
15-
1616
- Added new inspection that warns when a Twig block with a versioning comment has been removed from the upstream Shopware template
1717
- Fixed "block does not have a versioning comment" inspection being reported on the Shopware core templates themselves
1818

0 commit comments

Comments
 (0)