Skip to content
Permalink
dev

Commits on Jul 7, 2021

  1. chore: update sponsors [ci skip] (#12174)

    Co-authored-by: Evan You <yyx990803@gmail.com>
    vue-bot and yyx990803 committed Jul 7, 2021

Commits on Jun 28, 2021

Commits on Jun 22, 2021

  1. chore: update sponsors [ci skip] (#12146)

    Co-authored-by: Evan You <yyx990803@gmail.com>
    vue-bot and yyx990803 committed Jun 22, 2021

Commits on Jun 20, 2021

Commits on Jun 7, 2021

  1. build: release 2.6.14

    posva committed Jun 7, 2021
  2. build: build 2.6.14

    posva committed Jun 7, 2021

Commits on Jun 3, 2021

  1. fix(types): async Component types (#11906)

    * Update options.d.ts
    
    * Create async-component-test.ts
    
    * add generics to Component ad EsModuleComponent
    
    * remove not needed , and ;
    
    * revert unrelated changes
    
    * revert unrelated changes
    
    * revert unrelated changes
    
    * revert unrelated changes
    
    * optimize EsModuleImports
    
    * Update async-component-test.ts
    mathe42 committed Jun 3, 2021

Commits on Jun 2, 2021

  1. feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5 (#12002)

    * feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5
    
    * chore(ssr): remove webpack from peerDependencies
    gzzhanghao committed Jun 2, 2021

Commits on May 8, 2021

Commits on Apr 30, 2021

  1. build(deps): bump ssri from 6.0.1 to 6.0.2 (#12047)

    Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
    - [Release notes](https://github.com/npm/ssri/releases)
    - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
    - [Commits](npm/ssri@v6.0.1...v6.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Apr 30, 2021

Commits on Apr 23, 2021

Commits on Apr 16, 2021

  1. fix(keep-alive): cache what is really needed not the whole VNode data (

    …#12015)
    
    Co-authored-by: zrh122 <1229550935@qq.com>
    posva and zrh122 committed Apr 16, 2021
  2. fix(types): make $refs undefined possible (#11112)

    Added undefined as a return type of $refs as it was quite hard to convince typescript that something COULD be undefined if you type in a ref that doesn't exist,
    I also changed the two array statements from `Element[] | Vue[]` to `(Element | Vue)[]` because it's not guaranteed that they are ALL Elements or they are ALL Vue components. (Very likely, yes, but not always)
    For example
    ```html
    <template v-for="(a, index) of b">
      <div v-if="index % 2 === 0" ref="test"></div>
      <my-component v-else ref="test"></my-component>
    </template>
    ```
    WORMSS committed Apr 16, 2021
  3. fix(core): fix sameVnode for async component (#11107)

    Co-authored-by: mac2 <mac2@example.com>
    contribu and mac2 committed Apr 16, 2021
  4. fix(errorHandler): async error handling for watchers (#9484)

    Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
    hello-brsd and posva committed Apr 16, 2021
  5. feat(warn): warn computed conflict with methods (#10119)

    Co-authored-by: wangzongxu <wangzongxu@vipkid.com.cn>
    wangzongxu and wangzongxu committed Apr 16, 2021
  6. fix(slot): add a function to return the slot fallback content (#12014)

    Co-authored-by: zrh122 <1229550935@qq.com>
    posva and zrh122 committed Apr 16, 2021
  7. fix: handle async placeholders in normalizeScopedSlot (#11963)

    Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
    pi0 and posva committed Apr 16, 2021

Commits on Apr 5, 2021

Commits on Apr 1, 2021

  1. chore: update sponsors [ci skip] (#11997)

    Co-authored-by: Evan You <yyx990803@gmail.com>
    vue-bot and yyx990803 committed Apr 1, 2021
  2. chore: update backers [ci skip] (#11996)

    Co-authored-by: Evan You <yyx990803@gmail.com>
    vue-bot and yyx990803 committed Apr 1, 2021
Older