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

fix: improve feat/transitions type #410

Merged
merged 23 commits into from
Nov 23, 2023

Commits on Nov 17, 2023

  1. feat: Add support for transitions

    This lets non-shallow updates be notified of server rendering
    loading status, using an external `React.useTransition` hook.
    franky47 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6441a09 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. fix: improve typing

    Talent30 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c0477aa View commit details
    Browse the repository at this point in the history
  2. fix: better typing

    Talent30 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cb3a8bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d94f9fd View commit details
    Browse the repository at this point in the history
  4. fix: remove unnecessary code

    Talent30 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2fc399b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bf6332 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0bb603 View commit details
    Browse the repository at this point in the history
  7. fix: remove as any

    Talent30 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ff6db7c View commit details
    Browse the repository at this point in the history
  8. fix: e2e build

    Talent30 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    12a6cda View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc989ec View commit details
    Browse the repository at this point in the history
  10. fix: parser type

    Talent30 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    80af540 View commit details
    Browse the repository at this point in the history
  11. fix: better naming

    Talent30 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ce61c9b View commit details
    Browse the repository at this point in the history
  12. fix: better naming

    Talent30 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    68d07c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. chore: better naming

    Talent30 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e9398f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4edda1b View commit details
    Browse the repository at this point in the history
  3. fix: simplify type

    Talent30 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    23b88bb View commit details
    Browse the repository at this point in the history
  4. test: add a extra test case

    Talent30 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    1990b7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e2355b View commit details
    Browse the repository at this point in the history
  6. chore: simplify types

    Talent30 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c233c0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4d5660 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6779827 View commit details
    Browse the repository at this point in the history
  9. test: Add type tests

    franky47 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    66af453 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f999b1b View commit details
    Browse the repository at this point in the history