-
Allow Slot lambdas to share data from the parent component and allow chaining on the returned component.
Sjors Baltus, Blake Williams
-
Experimental: Add
ViewComponent::Translatable
t
andtranslate
now will look first into the sidecar YAML translations file.helpers.t
andI18n.t
still reference the global Rails translation files.l
andlocalize
will still reference the global Rails translation files.
Elia Schito
-
Fix rendering output of pass through slots when using HAML.
Alex Robbin, Blake Williams
-
Experimental: call
._sidecar_files
to fetch the sidecar files for a given list of extensions, e.g. passing["yml", "yaml"]
.Elia Schito
-
Fix bug where a single
jbuilder
template matched multiple template handlers.Niels Slot