-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v3.0.0-rc.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vuejs/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0-rc.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 34 files changed
- 6 contributors
Commits on Sep 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 58c31e3 - Browse repository at this point
Copy the full SHA 58c31e3View commit details
Commits on Sep 18, 2020
-
refactor: watch APIs default to trigger pre-flush
BREAKING CHANGE: watch APIs now default to use `flush: 'pre'` instead of `flush: 'post'`. - This change affects `watch`, `watchEffect`, the `watch` component option, and `this.$watch`. - As pointed out by @skirtles-code in [this comment](#1706 (comment)), Vue 2's watch behavior is pre-flush, and the ecosystem has many uses of watch that assumes the pre-flush behavior. Defaulting to post-flush can result in unnecessary re-renders without the users being aware of it. - With this change, watchers need to specify `{ flush: 'post' }` via options to trigger callback after Vue render updates. Note that specifying `{ flush: 'post' }` will also defer `watchEffect`'s initial run to wait for the component's initial render.
Configuration menu - View commit details
-
Copy full SHA for 49bb447 - Browse repository at this point
Copy the full SHA 49bb447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bfcad1 - Browse repository at this point
Copy the full SHA 5bfcad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c9a0b3 - Browse repository at this point
Copy the full SHA 1c9a0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57bdaa2 - Browse repository at this point
Copy the full SHA 57bdaa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 422f05e - Browse repository at this point
Copy the full SHA 422f05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f316a33 - Browse repository at this point
Copy the full SHA f316a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a1a6d - Browse repository at this point
Copy the full SHA 39a1a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d03dd5 - Browse repository at this point
Copy the full SHA 3d03dd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecd4979 - Browse repository at this point
Copy the full SHA ecd4979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76137e9 - Browse repository at this point
Copy the full SHA 76137e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62cd7f2 - Browse repository at this point
Copy the full SHA 62cd7f2View commit details -
build(deps-dev): bump @types/node from 14.10.2 to 14.11.1 (#2151)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.2 to 14.11.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a6bfe6f - Browse repository at this point
Copy the full SHA a6bfe6fView commit details -
build(deps): bump postcss from 7.0.32 to 7.0.34 (#2148)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 7.0.34. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](postcss/postcss@7.0.32...7.0.34) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a8d27cc - Browse repository at this point
Copy the full SHA a8d27ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e1237 - Browse repository at this point
Copy the full SHA 44e1237View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90ec6e - Browse repository at this point
Copy the full SHA e90ec6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 876ecc8 - Browse repository at this point
Copy the full SHA 876ecc8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0-rc.12...v3.0.0-rc.13