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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,30 @@ nav_order: 6
10
10
11
11
## main
12
12
13
-
* Allow render_inline with Nokogiri::HTML5 to parse more arbitrary content including bare table content otherwise illegal fragments like <td>)
13
+
* Allow `render_inline` with Nokogiri::HTML5 to parse more arbitrary content including bare table content otherwise illegal fragments like `<td>`.
14
14
15
15
*Jonathan Rochkind*
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
+
33
+
* Add `after_compile` class method hook to enable extensions to run logic after component compilation.
34
+
35
+
*Jose Solás*
36
+
17
37
* Fix outdated reference to preview layout configuration in docs.
0 commit comments