This project is mirrored from https://github.com/vuejs/core.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Mar 07, 2020
-
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Evan You authored
fix #804
-
Evan You authored
-
Cédric Exbrayat authored
-
hareku authored
-
Evan You authored
close #774
-
dependabot-preview[bot] authored
Bumps [@babel/parser](https://github.com/babel/babel) from 7.8.6 to 7.8.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.6...v7.8.7 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [@babel/types](https://github.com/babel/babel) from 7.8.6 to 7.8.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.6...v7.8.7 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
Evan You authored
fix #799
-
- Mar 06, 2020
- Mar 05, 2020
-
-
Evan You authored
-
- Mar 04, 2020
- Mar 02, 2020
-
-
dependabot-preview[bot] authored
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.2...v3.8.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Mar 01, 2020
- Feb 29, 2020
-
-
Evan You authored
BREAKING CHANGE: adjust attr fallthrough behavior Updated per pending RFC https://github.com/vuejs/rfcs/pull/137 - Implicit fallthrough now by default only applies for a whitelist of attributes (class, style, event listeners, a11y attributes, and data attributes). - Fallthrough is now applied regardless of whether the component has explicitly declared props. (close #749)
-
- Feb 28, 2020
-
-
dependabot-preview[bot] authored
Bumps [rollup](https://github.com/rollup/rollup) from 1.31.1 to 1.32.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v1.31.1...v1.32.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Evan You authored
fix #677, close #784
-
Evan You authored
-
Evan You authored
This enables default support for parsing bigInt, optional chaining and nullish coalescing, and also adds the `expressionPlugins` compiler option for enabling additional parsing plugins listed at https://babeljs.io/docs/en/next/babel-parser#plugins.
-
Evan You authored
-
- Feb 27, 2020
-
-
Evan You authored
fix #787
-
Evan You authored
-
Evan You authored
BREAKING CHANGE: revert setup() result reactive conversion Revert 6b10f0cd & a840e7dd. The motivation of the original change was avoiding unnecessary deep conversions, but that can be achieved by explicitly marking values non-reactive via `markNonReactive`. Removing the reactive conversion behavior leads to an usability issue in that plain objects containing refs (which is what most composition functions will return), when exposed as a nested property from `setup()`, will not unwrap the refs in templates. This goes against the "no .value in template" intuition and the only workaround requires users to manually wrap it again with `reactive()`. So in this commit we are reverting to the previous behavior where objects returned from `setup()` are implicitly wrapped with `reactive()` for deep ref unwrapping.
-
Evan You authored
-
Evan You authored
-
Evan You authored
-
Dmitry Sharshakov authored
-
Evan You authored
-
- Feb 26, 2020
-
-
Evan You authored
-
djy0 authored
-
djy0 authored
-
Praveen Puglia authored
-
dependabot-preview[bot] authored
Bumps [@types/puppeteer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/puppeteer) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/puppeteer ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-