Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose morphing functions for consumer use #1319

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 24, 2024

  1. Expose morphing functions for consumer use

    Document and export the range of morphing available to Turbo's
    internals. The continuum spans from morphing elements, to morphing their
    children, to morphing turbo-frame elements, to morphing body elements.
    
    Instead of exporting Idiomorph directly, this commit exports a mix of
    the utility functions and the Morphing-prefixed `.renderElement` class
    functions. This way, the range of `turbo:`-prefixed are dispatched
    regardless of whether the call originated Turbo-side or
    application-side.
    seanpdoyle committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4e78842 View commit details
    Browse the repository at this point in the history