dev
Commits on Jun 28, 2021
Commits on Jun 20, 2021
Commits on Jun 7, 2021
Commits on Jun 3, 2021
-
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
Commits on Jun 2, 2021
-
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
-
Commits on Jun 1, 2021
Commits on May 28, 2021
Commits on May 8, 2021
Commits on May 3, 2021
Commits on Apr 30, 2021
-
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>
Commits on Apr 23, 2021
Commits on Apr 16, 2021
-
fix(keep-alive): cache what is really needed not the whole VNode data (…
…#12015) Co-authored-by: zrh122 <1229550935@qq.com>
-
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> ```
-
fix(core): fix sameVnode for async component (#11107)
Co-authored-by: mac2 <mac2@example.com>
-
fix(errorHandler): async error handling for watchers (#9484)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
-
feat(warn): warn computed conflict with methods (#10119)
Co-authored-by: wangzongxu <wangzongxu@vipkid.com.cn>
-
fix(slot): add a function to return the slot fallback content (#12014)
Co-authored-by: zrh122 <1229550935@qq.com>
-
fix: handle async placeholders in normalizeScopedSlot (#11963)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Commits on Apr 7, 2021
Commits on Apr 5, 2021
Commits on Apr 1, 2021
-
chore: update sponsors [ci skip] (#11997)
Co-authored-by: Evan You <yyx990803@gmail.com>
-
chore: update backers [ci skip] (#11996)
Co-authored-by: Evan You <yyx990803@gmail.com>