Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jackiecookie/vue-next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 36 files changed
  • 1 contributor

Commits on Oct 16, 2019

  1. Merge pull request #1 from vuejs/master

    update
    jackiecookie authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    b23775e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. update (#2)

    * chore: Remove unnecessary console.log (#312)
    
    * types: improve typing (#313)
    
    * types: improve typing (#309)
    
    * perf(v-for): use faster array population in renderList
    
    * refactor(compiler-core): avoid has call (#314)
    
    * feat(compiler-core): do not generate TEXT flag if child is constant
    
    * perf(runtime-core): use faster diff map population (#319)
    
    * feat(compiler-core/v-model): avoid patching v-model handler when possible
    
    * feat(compiler-core/v-model): error when v-model is used on scope variable
    
    * feat(compiler-core/v-model): generate modelModifiers for component v-model
    
    * feat(compiler-core/v-slot): only force dynamic slots when referencing scope vars
    
    This feature is only applied with prefixIdentifiers: true.
    
    * perf: skip hasScopeRef check if there are no scope vars
    
    * build(deps-dev): bump lerna from 3.18.0 to 3.18.1
    
    Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.18.0 to 3.18.1.
    - [Release notes](https://github.com/lerna/lerna/releases)
    - [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
    - [Commits](https://github.com/lerna/lerna/commits/v3.18.1/core/lerna)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    * feat: emit compiler error for invalid JavaScript expressions
    
    * feat(compiler-core): support Suspense in templates
    
    * fix(runtime-core): handle dynamicChildren when portal is used as a block
    
    * chore: typos [ci-skip] (#323)
    
    * perf: revert to _isRef for perf
    
    Benchmarking shows checking for a plain property is about 4~5x faster
    than checking for a Symbol, likely because the Symbol does not fit well
    into V8's hidden class model.
    
    * perf(core): cache property access types on renderProxy
    
    * perf: minor tweaks
    
    * test(compiler-core): add test for custom delimiter (#315)
    
    * refactor(runtime-core): extract promise check into shared (#325)
    
    * perf: further tweak accessCache
    jackiecookie authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    24441c2 View commit details
    Browse the repository at this point in the history
Loading