You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,22 @@ nav_order: 6
14
14
15
15
*David Löwenfels*
16
16
17
+
* Add test to document the current behavior for resolving relative translation keys within partial blocks. When rendering a partial, relative translation keys are resolved relative to the partial's own path rather than the caller’s path. This test ensures that this behavior remains consistent.
18
+
19
+
*Oussama Hilal*
20
+
21
+
* Allow I18n calls in `render?`.
22
+
23
+
*23tux*
24
+
25
+
* ViewComponent now works without `rails` and `railties` gems loaded, enabling compatibility with Bridgetown 2.0.
26
+
27
+
*Tom Lord*
28
+
29
+
* Capture partial block in the component's context, allowing access to the component instance inside the block.
30
+
31
+
*23tux*
32
+
17
33
* Add `after_compile` class method hook to enable extensions to run logic after component compilation.
0 commit comments