The Wayback Machine - https://web.archive.org/web/20221218040440/https://github.com/vuejs/core/commits/main
Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Nov 25, 2022

  1. fix(runtime-core): ensure prop type validation warning shows custom c…

    …lass names (#7198)
    
    * fix(runtime-core): 
    
    * fix(runtime-core): update
    
    * fix(runtime-core): update reg
    
    * test(runtime-core): add test case for warnings about prop type mismatches
    
    Co-authored-by: Thorsten Luenborg <[email protected]>
    baiwusanyu-c and LinusBorg committed Nov 25, 2022

Commits on Nov 14, 2022

  1. chore: remove yarn reference

    close #6709
    yyx990803 committed Nov 14, 2022
  2. chore: bump esbuild

    yyx990803 committed Nov 14, 2022
  3. ci: cache chromium binary

    yyx990803 committed Nov 14, 2022
  4. fix(reactivity): track hasOwnProperty

    fix #2619
    close #2621
    yyx990803 committed Nov 14, 2022
  5. fix(custom-elements): use strict number casting

    close #4946
    close #2598
    close #2604
    
    This commit also refactors internal usage of previous loose
    implementation of `toNumber` to the stricter version where applicable.
    Use of `looseToNumber` is preserved for `v-model.number` modifier to
    ensure backwards compatibility and consistency with Vue 2 behavior.
    yyx990803 committed Nov 14, 2022
  6. fix(runtime-core): set scope id before props (#6948)

    close #6923
    Also ensure consistency with Vue 2
    zollero committed Nov 14, 2022
  7. build(deps): upgrade rollup@2 to rollup@3 (#6990)

    * build(deps): upgrade rollup@2 to rollup@3
    
    Signed-off-by: JayFate <[email protected]>
    
    * build(rollup): move rollup.config.js to rollup.config.mjs
    
    Signed-off-by: JayFate <[email protected]>
    
    Signed-off-by: JayFate <[email protected]>
    JayFate committed Nov 14, 2022
  8. chore: snapshot

    yyx990803 committed Nov 14, 2022
  9. workflow: adjust scripts to avoid reliance on implicit pre-scripts

    pnpm does not support implicit pre/post scripts without config
    yyx990803 committed Nov 14, 2022
Older