-
BREAKING: Remove
config.test_controller
in favor ofvc_test_controller_class
test helper method.Joel Hawksley
-
BREAKING:
config.component_parent_class
is nowconfig.generate.component_parent_class
, moving the generator-specific option to the generator configuration namespace.Joel Hawksley
-
BREAKING: Move previews-related configuration (
enabled
,route
,paths
,default_layout
,controller
) to underpreviews
namespace.Joel Hawksley
-
Add template annotations for components with
def call
.Joel Hawksley
-
Add support for including Turbo::StreamsHelper.
Stephen Nelson
-
Update documentation on performance to reflect more representative benchmark showing 2-3x speed increase over partials.
Joel Hawksley
-
Add documentation note about instrumentation negatively affecting performance.
Joel Hawksley
-
Revert object shapes optimization due to lack of evidence of improvement.
Joel Hawksley