Skip to content

Commit 768ceae

Browse files
committed
Add CHANGELOG entry
1 parent 3afdbef commit 768ceae

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
@@ -18,6 +18,10 @@ nav_order: 6
1818

1919
*Joel Hawksley*
2020

21+
* Fix load order issues for 3rd-party template handlers.
22+
23+
*Cameron Dutro*
24+
2125
## 4.2.0
2226

2327
* 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.

0 commit comments

Comments
 (0)