-
Defer to built-in caching for language environment setup, rather than manually using
actions/cache
in CI.Simon Fish
-
Add test coverage for use of
turbo_stream
helpers in components whencapture_compatibility_patch_enabled
istrue
.Simon Fish
-
Add experimental
SlotableDefault
module, allowing components to define adefault_SLOTNAME
method to provide a default value for slots.Joel Hawksley
-
Add documentation on rendering ViewComponents outside of the view context.
Joel Hawksley
-
Look for preview files that end in
preview.rb
rather than_preview.rb
to allow previews to exist in sidecar directory with test files.Seth Herr
-
Add
assert_component_rendered
test helper.Reegan Viljoen
-
Add
prefix:
option touse_helpers
.Reegan Viljoen
-
Add support for Rails 7.2.
Reegan Viljoen