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

feat(runtime-core): app.onUnmount() for registering cleanup functions (close: #4516) #4619

Merged
merged 8 commits into from
Apr 29, 2024

Commits on Sep 17, 2021

  1. feat(runtime-core): Plugins can return cleanup function

    which is ran at unmount
    LinusBorg committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    55c3c8d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. refactor: use new app.onUnmount) hook

    instead of return value, which was too brittle
    LinusBorg committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    016202b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    1304612 View commit details
    Browse the repository at this point in the history
  2. Update packages/runtime-core/src/apiCreateApp.ts

    Co-authored-by: Evan You <[email protected]>
    LinusBorg and yyx990803 authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    082c840 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    f162884 View commit details
    Browse the repository at this point in the history
  2. Update apiCreateApp.spec.ts

    replace jest with vi
    LinusBorg authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    dac0f5a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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