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

Fire 'turbo:frame-render' event after turbo frame renders the view #327

Merged
merged 7 commits into from
Aug 25, 2021

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    ea1799d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. fixup! Fire 'turbo:after-fetch-render' event after turbo frame render…

    …s the view
    John Kapantzakis committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    fec4368 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    c4e24dc View commit details
    Browse the repository at this point in the history
  2. Change 'turbo:after-fetch-render' event to 'turbo:frame-render'

    John Kapantzakis committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    20ac3e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Implement notifyApplicationAfterFrameRender in order to dispatch the …

    …'turbo:frame-render' event
    John Kapantzakis committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    9592878 View commit details
    Browse the repository at this point in the history
  2. Dispatch turbo:frame-load on turbo-frame

    Closes hotwired#54
    Closes hotwired/turbo-rails#56
    
    Dispatch `turbo:frame-load` lifecycle event when `<turbo-frame>` element
    is navigated and finishes loading. The events bubble up, with the
    `<turbo-frame>` element as the target.
    
    Originally, this pull request involved numerous events, but in the
    spirit of experimentation, we'll start with the one and see if others
    are necessary.
    seanpdoyle authored and John Kapantzakis committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e506c7d View commit details
    Browse the repository at this point in the history
  3. fixup! Dispatch turbo:frame-load on turbo-frame

    John Kapantzakis committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    d5dbafc View commit details
    Browse the repository at this point in the history