Skip to content

Commit 0a603fc

Browse files
committed
add changelog
1 parent d0ecc9c commit 0a603fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ nav_order: 6
1010

1111
## main
1212

13+
* Automatically merge dependabot PRs.
14+
15+
*Joel Hawksley*
16+
1317
* Fix translation scope resolution in deeply nested component blocks (3+ levels). Translations called inside deeply nested slot blocks using `renders_many`/`renders_one` were incorrectly resolving to an intermediate component's scope instead of the partial's scope where the block was defined. The fix captures the virtual path at block definition time and restores it during block execution, ensuring translations always resolve relative to where the block was created regardless of nesting depth.
1418

1519
*Nathaniel Watts*

0 commit comments

Comments
 (0)