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

update #145

Merged
merged 34 commits into from
Apr 17, 2024
Merged

update #145

merged 34 commits into from
Apr 17, 2024

Commits on Apr 9, 2024

  1. fix(compiler-sfc): also search for .tsx when type import's extensio…

    …n is omitted (#10637)
    
    Co-authored-by: liuxiaofei <liuxfb@digiwin.com>
    
    Closes #10635
    shaw996 authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    34106bc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. perf(ssr): avoid calling markRaw on component instance proxy

    The previous behavior invokes the definePropery proxy trap on the
    instance proxy and has massive overhead. This change improves Vue
    ops/sec by 40% in https://github.com/eknkc/ssr-benchmark
    yyx990803 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4bc9f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6af733d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca84316 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    c3c5dc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4684d3 View commit details
    Browse the repository at this point in the history
  3. fix(TransitionGroup): avoid set transition hooks for comment nodes an…

    …d text nodes (#9421)
    
    close #4621
    close #4622
    close #5153
    close #5168
    close #7898
    close #9067
    edison1105 authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    140a768 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    f709238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16174da View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump TS to 5.4

    yyx990803 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7ae9dbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ae908d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b11dab9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b4b8ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5919d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    969c5fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04af950 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d58d133 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54a6afa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67722ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0cef65c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2ec06fd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5a96267 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    15ffe8f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7ccd453 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    53d15d3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fc99e4d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    37ba93c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9da34d7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f26d566 View commit details
    Browse the repository at this point in the history
  23. release: v3.4.22

    yyx990803 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b4b856b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    97716ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6930e60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6df53d8 View commit details
    Browse the repository at this point in the history
  4. release: v3.4.23

    yyx990803 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    46c2b63 View commit details
    Browse the repository at this point in the history