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

refactor: refactoring to Function Component #514

Merged
merged 64 commits into from
Nov 28, 2023

Commits on Nov 4, 2023

  1. test: add example test

    Wxh16144 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    caabba6 View commit details
    Browse the repository at this point in the history
  2. chore: refactor type

    Wxh16144 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3e6a388 View commit details
    Browse the repository at this point in the history
  3. chore: bump deps

    Wxh16144 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f49d4ba View commit details
    Browse the repository at this point in the history
  4. chore: replace keycode

    Wxh16144 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    0834880 View commit details
    Browse the repository at this point in the history
  5. chore: rename

    Wxh16144 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    4cf101a View commit details
    Browse the repository at this point in the history
  6. chore: update

    Wxh16144 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    23d3c42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f23c25 View commit details
    Browse the repository at this point in the history
  8. chore: update local typo

    Wxh16144 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    840d03c View commit details
    Browse the repository at this point in the history
  9. chore: mark depredcated

    Wxh16144 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3b141b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. test: add debug demo

    Wxh16144 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    aa9ef54 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. chore: 001

    Wxh16144 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    748101d View commit details
    Browse the repository at this point in the history
  2. chore: update

    Wxh16144 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    429c1e6 View commit details
    Browse the repository at this point in the history
  3. Revert "chore: update"

    This reverts commit 429c1e6.
    Wxh16144 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cea540b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. chore: useless

    Wxh16144 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a33c1b8 View commit details
    Browse the repository at this point in the history
  2. Revert "chore: useless"

    This reverts commit a33c1b8.
    Wxh16144 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8f2e6a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. test: debug

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    e4624df View commit details
    Browse the repository at this point in the history
  2. feat: update pager

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    ff75159 View commit details
    Browse the repository at this point in the history
  3. chore: update

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b03fd1a View commit details
    Browse the repository at this point in the history
  4. chore: update

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    467b886 View commit details
    Browse the repository at this point in the history
  5. test: update demo

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    2754b44 View commit details
    Browse the repository at this point in the history
  6. chore: fix bug

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    c97235d View commit details
    Browse the repository at this point in the history
  7. chore: fix

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    e105db1 View commit details
    Browse the repository at this point in the history
  8. fix: warper

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    0d7714a View commit details
    Browse the repository at this point in the history
  9. fix: next

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    cc2a61e View commit details
    Browse the repository at this point in the history
  10. fix: simple disable next

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    4c6f12b View commit details
    Browse the repository at this point in the history
  11. test: update test case

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    18c90d7 View commit details
    Browse the repository at this point in the history
  12. fix: fix simple bug

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    d80309c View commit details
    Browse the repository at this point in the history
  13. test: update test case

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    87a20d4 View commit details
    Browse the repository at this point in the history
  14. test: update test

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    a9e0061 View commit details
    Browse the repository at this point in the history
  15. test: update

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    80f4fb1 View commit details
    Browse the repository at this point in the history
  16. chore: add debug

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    29520b7 View commit details
    Browse the repository at this point in the history
  17. chore: remove debug console

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    78f2a40 View commit details
    Browse the repository at this point in the history
  18. chore: mark deprecated

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    af70335 View commit details
    Browse the repository at this point in the history
  19. chore: rename

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    3cfe938 View commit details
    Browse the repository at this point in the history
  20. chore: remove simple

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    47d058a View commit details
    Browse the repository at this point in the history
  21. chore: update default export

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    8fcc396 View commit details
    Browse the repository at this point in the history
  22. chore: remove hooks

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    f673fad View commit details
    Browse the repository at this point in the history
  23. chore: fix compile error

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    db552d0 View commit details
    Browse the repository at this point in the history
  24. fix: readonly warn

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    25a67aa View commit details
    Browse the repository at this point in the history
  25. test: add case

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    cf14695 View commit details
    Browse the repository at this point in the history
  26. chore: update debug demo

    Wxh16144 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    8be7072 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. fix: onsizeChange

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3e970f9 View commit details
    Browse the repository at this point in the history
  2. chore: update

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1bf070a View commit details
    Browse the repository at this point in the history
  3. chore: fix TS type

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    bc382ec View commit details
    Browse the repository at this point in the history
  4. chore: update snap

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    cb88add View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5df8335 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f72ed9 View commit details
    Browse the repository at this point in the history
  7. test: add case

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    88f8ad9 View commit details
    Browse the repository at this point in the history
  8. test: add case

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    80655eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f68d858 View commit details
    Browse the repository at this point in the history
  10. chore: update note

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b47880a View commit details
    Browse the repository at this point in the history
  11. test: add case

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d606729 View commit details
    Browse the repository at this point in the history
  12. test: add case

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0f3ed84 View commit details
    Browse the repository at this point in the history
  13. test: add case

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c4b45f1 View commit details
    Browse the repository at this point in the history
  14. fix: type

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6ed81de View commit details
    Browse the repository at this point in the history
  15. chore: update demo

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6d6c486 View commit details
    Browse the repository at this point in the history
  16. chore: update coverageFrom

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    85874a0 View commit details
    Browse the repository at this point in the history
  17. test: fix bad case

    Wxh16144 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    115b28e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. test: add case

    Wxh16144 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    01777a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ff9db View commit details
    Browse the repository at this point in the history
  3. test: add case

    Wxh16144 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ed9dac8 View commit details
    Browse the repository at this point in the history
  4. chore: remove debug

    Wxh16144 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f0edee4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. test: add case

    Wxh16144 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8e7e387 View commit details
    Browse the repository at this point in the history
  2. Update jest.config.js

    Co-authored-by: MadCcc <[email protected]>
    Wxh16144 and MadCcc authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e711387 View commit details
    Browse the repository at this point in the history