Skip to content

4.0.0.alpha6

Pre-release
Pre-release

Choose a tag to compare

@joelhawksley joelhawksley released this 03 Jun 21:16
· 505 commits to main since this release
  • BREAKING: Remove config.test_controller in favor of vc_test_controller_class test helper method.

    Joel Hawksley

  • BREAKING: config.component_parent_class is now config.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 under previews 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