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(ssr): v-slot stop empty attribute producing syntax error #3326

Closed
wants to merge 39 commits into from

Commits on Sep 27, 2022

  1. Copy the full SHA
    6958ec1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    121eb32 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Copy the full SHA
    0382019 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9698dd3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8963c55 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3cc8e02 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    05c7b0d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cae1aa8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f9d43b9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f402d41 View commit details
    Browse the repository at this point in the history
  9. fix(compat): list cjs dependencies for compat build

    Previously the cjs build implicitly relies on hoisted versions of the
    deps, causing it to resolve to newer versions of estree-walker when
    present.
    
    fix vuejs#6602
    yyx990803 committed Sep 28, 2022
    Copy the full SHA
    96cd924 View commit details
    Browse the repository at this point in the history
  10. release: v3.2.40

    yyx990803 committed Sep 28, 2022
    Copy the full SHA
    551f606 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    24f4c47 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. chore: format

    antfu committed Oct 3, 2022
    Copy the full SHA
    534593c View commit details
    Browse the repository at this point in the history
  2. chore: eslint rules overrides (vuejs#6729)

    Co-authored-by: pengbo43 <pengbo43@jd.com>
    Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
    3 people committed Oct 3, 2022
    Copy the full SHA
    3a13074 View commit details
    Browse the repository at this point in the history
  3. refactor(types): improve of type assertion (vuejs#4177)

    Co-authored-by: webfansplz <>
    webfansplz committed Oct 3, 2022
    Copy the full SHA
    a9e3fa4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8241749 View commit details
    Browse the repository at this point in the history
  5. fix(devtools): use cleanupBuffer instead of modifying _buffer (vuejs#…

    …6812)
    
    Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
    posva and antfu committed Oct 3, 2022
    Copy the full SHA
    35a113e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Copy the full SHA
    45782df View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Copy the full SHA
    c454aa5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    82e3f2d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Copy the full SHA
    35dc2bb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Copy the full SHA
    a71f9ac View commit details
    Browse the repository at this point in the history
  2. 2
    Copy the full SHA
    5ee4053 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    82a73da View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9ae796d View commit details
    Browse the repository at this point in the history
  5. release: v3.2.41

    yyx990803 committed Oct 14, 2022
    Copy the full SHA
    9617dd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Copy the full SHA
    bc167b5 View commit details
    Browse the repository at this point in the history
  2. fix(types): ensure createBlock() helper accepts Teleport and Supsense…

    … types (fix: vuejs#2855) (vuejs#5458)
    
    Co-authored-by: Carlos Rodrigues <carlos@hypermob.co.uk>
    LinusBorg and pikax committed Oct 20, 2022
    Copy the full SHA
    e5fc7dc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. fix(reactivity): enable trigger when use str to set length of arr (vu…

    …ejs#6810)
    
    Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
    bcq028 and antfu committed Oct 21, 2022
    Copy the full SHA
    e6224f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. fix(runtime-core): ensure props definition objects are not mutated du…

    …ring props normalization (close: vuejs#6915) (vuejs#6916)
    LinusBorg committed Oct 22, 2022
    Copy the full SHA
    54b6ba3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b0b74a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Copy the full SHA
    cbc3e67 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8e792d9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d9de6ca View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    de60f54 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b190cbc View commit details
    Browse the repository at this point in the history
  6. bit cleaner

    tjk authored and yyx990803 committed Oct 26, 2022
    Copy the full SHA
    1cf371a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1c2ec9f View commit details
    Browse the repository at this point in the history