v3.14.0
-
Defer to built-in caching for language environment setup, rather than manually using
actions/cachein CI.Simon Fish
-
Add test coverage for use of
turbo_streamhelpers in components whencapture_compatibility_patch_enabledistrue.Simon Fish
-
Add experimental
SlotableDefaultmodule, allowing components to define adefault_SLOTNAMEmethod 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.rbrather than_preview.rbto allow previews to exist in sidecar directory with test files.Seth Herr
-
Add
assert_component_renderedtest helper.Reegan Viljoen
-
Add
prefix:option touse_helpers.Reegan Viljoen
-
Add support for Rails 7.2.
Reegan Viljoen