-
Notifications
You must be signed in to change notification settings - Fork 266
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/test-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vuejs/test-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
11
contributors
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 362d04b - Browse repository at this point
Copy the full SHA 362d04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 963e379 - Browse repository at this point
Copy the full SHA 963e379View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99f563 - Browse repository at this point
Copy the full SHA a99f563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 757b23c - Browse repository at this point
Copy the full SHA 757b23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3105bf - Browse repository at this point
Copy the full SHA e3105bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed0820 - Browse repository at this point
Copy the full SHA 7ed0820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6dd92 - Browse repository at this point
Copy the full SHA 9c6dd92View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54a2de9 - Browse repository at this point
Copy the full SHA 54a2de9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a428e39 - Browse repository at this point
Copy the full SHA a428e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8811e - Browse repository at this point
Copy the full SHA aa8811eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f65e6 - Browse repository at this point
Copy the full SHA 21f65e6View commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2f518e3 - Browse repository at this point
Copy the full SHA 2f518e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ed11b - Browse repository at this point
Copy the full SHA 38ed11bView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb6adab - Browse repository at this point
Copy the full SHA fb6adabView commit details -
docs(api): fix typo in attachTo anchor tag within isVisible (#2351)
Also adds the warning about `attachTo` to the French docs of isVisible and changes the example usage to comply with the warning.
Configuration menu - View commit details
-
Copy full SHA for 6aa8226 - Browse repository at this point
Copy the full SHA 6aa8226View commit details -
fix: always provide access to global property (#2386)
createVMProxy function has been fixed to also return global properties. Fixes #2140
Configuration menu - View commit details
-
Copy full SHA for 05f76b6 - Browse repository at this point
Copy the full SHA 05f76b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3080343 - Browse repository at this point
Copy the full SHA 3080343View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d3f161 - Browse repository at this point
Copy the full SHA 9d3f161View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5e2e20 - Browse repository at this point
Copy the full SHA b5e2e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for d686ec4 - Browse repository at this point
Copy the full SHA d686ec4View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c3f00a - Browse repository at this point
Copy the full SHA 1c3f00aView commit details -
fix: renderStubDefaultSlot with scoped slots
Fixes #2395 We now explicitely call the default slot with an empty object to ensure that `<ComponentWithSlot v-slot="{ count }">` won't throw when tested with `renderStubDefaultSlot`.
Configuration menu - View commit details
-
Copy full SHA for 8e499e7 - Browse repository at this point
Copy the full SHA 8e499e7View commit details
Commits on Apr 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10237ed - Browse repository at this point
Copy the full SHA 10237edView commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e3bda3 - Browse repository at this point
Copy the full SHA 4e3bda3View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c22b4e - Browse repository at this point
Copy the full SHA 5c22b4eView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5d09cd - Browse repository at this point
Copy the full SHA e5d09cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d74f9 - Browse repository at this point
Copy the full SHA 88d74f9View commit details
Commits on Apr 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0e0e68 - Browse repository at this point
Copy the full SHA a0e0e68View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c562702 - Browse repository at this point
Copy the full SHA c562702View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea8654b - Browse repository at this point
Copy the full SHA ea8654bView commit details -
fix(stubs): avoid warning on normalized props with Vue v3.4.22
Fixes #2411 We can "trick" the warning introduced in Vue v3.4.22 (See vuejs/core@7ccd453) by using an array of strings instead of a string (as the new check allows functions and arrays, but not strings). This does not affect the rendering of the stub, and still displays `[Function]`, so it should not impact the existing tests.
Configuration menu - View commit details
-
Copy full SHA for 05d9745 - Browse repository at this point
Copy the full SHA 05d9745View commit details -
chore: use the packageManager field from package.json in github action
This is the default behavior when the version is not specified, allowing to have the same version without updating it in two places.
Configuration menu - View commit details
-
Copy full SHA for 35dce7b - Browse repository at this point
Copy the full SHA 35dce7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6cd4c9 - Browse repository at this point
Copy the full SHA c6cd4c9View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26daf77 - Browse repository at this point
Copy the full SHA 26daf77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f337e - Browse repository at this point
Copy the full SHA 38f337eView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1cdd7ae - Browse repository at this point
Copy the full SHA 1cdd7aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e3c2f - Browse repository at this point
Copy the full SHA d7e3c2fView commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ccf8756 - Browse repository at this point
Copy the full SHA ccf8756View commit details -
Configuration menu - View commit details
-
Copy full SHA for b12beb0 - Browse repository at this point
Copy the full SHA b12beb0View commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17c17e0 - Browse repository at this point
Copy the full SHA 17c17e0View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ded2497 - Browse repository at this point
Copy the full SHA ded2497View commit details -
Configuration menu - View commit details
-
Copy full SHA for e35f767 - Browse repository at this point
Copy the full SHA e35f767View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3bbb6b - Browse repository at this point
Copy the full SHA f3bbb6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9332127 - Browse repository at this point
Copy the full SHA 9332127View commit details
There are no files selected for viewing