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

Add onNavigate lifecycle function, to enable view transitions #9605

Merged
merged 27 commits into from
Aug 29, 2023

Commits on Apr 5, 2023

  1. group navigation lifecycle tests

    Rich Harris committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a91064e View commit details
    Browse the repository at this point in the history
  2. group navigation lifecycle test routes

    Rich Harris committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    fb3f63b View commit details
    Browse the repository at this point in the history
  3. add failing onNavigate test

    Rich Harris committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a993dcb View commit details
    Browse the repository at this point in the history
  4. add an onNavigate lifecycle function

    Rich Harris committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    46a24bf View commit details
    Browse the repository at this point in the history
  5. Update packages/kit/test/apps/basics/test/cross-platform/client.test.js

    Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
    Rich-Harris and dummdidumm committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e0b6849 View commit details
    Browse the repository at this point in the history
  6. Update packages/kit/types/index.d.ts

    Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
    Rich-Harris and dummdidumm committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    79ae0c3 View commit details
    Browse the repository at this point in the history
  7. golf

    Rich Harris committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    44bd6f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b52c89 View commit details
    Browse the repository at this point in the history
  9. prettier

    Rich Harris committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    937675e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. WIP add navigation.complete promise

    Rich Harris committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    70b9825 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. merge master

    Rich Harris committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8a1f528 View commit details
    Browse the repository at this point in the history
  2. implement navigation.complete

    Rich Harris committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    54b1e46 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. merge master

    Rich Harris committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6b1b4c8 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Rich Harris committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fa16886 View commit details
    Browse the repository at this point in the history
  3. Update packages/kit/types/ambient.d.ts

    Co-authored-by: Geoff Rich <4992896+geoffrich@users.noreply.github.com>
    Rich-Harris and geoffrich committed May 17, 2023
    Configuration menu
    Copy the full SHA
    02dc70f View commit details
    Browse the repository at this point in the history
  4. a bit more detail in the docs

    Rich Harris committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f417004 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. lint

    Rich Harris committed May 18, 2023
    Configuration menu
    Copy the full SHA
    a6aacc0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. merge master

    Rich Harris committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e96195b View commit details
    Browse the repository at this point in the history
  2. remove unwanted file

    Rich Harris committed May 26, 2023
    Configuration menu
    Copy the full SHA
    eff8b4a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 19, 2023

  1. fix lint

    eltigerchino committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    c68d625 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update packages/kit/src/exports/public.d.ts

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    Rich-Harris and benmccann committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7f868b8 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    Rich-Harris and benmccann committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c7c8aa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. bump dts-buddy

    Rich-Harris committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5ba3015 View commit details
    Browse the repository at this point in the history
  2. merge master

    Rich-Harris committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4ebf02b View commit details
    Browse the repository at this point in the history
  3. fix

    Rich-Harris committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d0e3a74 View commit details
    Browse the repository at this point in the history
  4. check

    Rich-Harris committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fa6bc93 View commit details
    Browse the repository at this point in the history