-
Notifications
You must be signed in to change notification settings - Fork 668
Comparing changes
Open a pull request
base repository: vuejs/vue-test-utils
base: v1.0.0-beta.32
head repository: vuejs/vue-test-utils
compare: v1.0.0-beta.33
- 18 commits
- 72 files changed
- 14 contributors
Commits on Mar 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ee3a93f - Browse repository at this point
Copy the full SHA ee3a93fView commit details
Commits on Mar 13, 2020
-
feat: support lazy modifier with setValue (#1467)
* feat: support lazy modifier with setValue * fix: check lazy modifier * fix: add check for vModifiers * fix: include textarea in lazy check * fix: skip lazy modifier spec for Vue 2.0
Configuration menu - View commit details
-
Copy full SHA for afd7a82 - Browse repository at this point
Copy the full SHA afd7a82View commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e2a6986 - Browse repository at this point
Copy the full SHA e2a6986View commit details
Commits on Mar 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aff87f8 - Browse repository at this point
Copy the full SHA aff87f8View commit details
Commits on Mar 20, 2020
-
feat: support object class binding in stubbed functional components (#…
…1476) * feat: support object class binding in stubbed functional components * fix: typo * fix: do not check for strict true
Configuration menu - View commit details
-
Copy full SHA for 55f7eac - Browse repository at this point
Copy the full SHA 55f7eacView commit details -
fix(test-utils): fix cancelable attribute in dom events (#1460)
Lucas Mendelowski authoredMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for b1a532a - Browse repository at this point
Copy the full SHA b1a532aView commit details
Commits on Mar 21, 2020
-
docs: updated the Using
nextTick
section (#1478)* Updated the Using `nextTick` section 1. The current description for Using `nextTick` was very confusing for a beginner. 2. The example provided for `nextTick` would have not worked unless the user would `import Vue` (which had not been stated anywhere so far, nor was necessary) so made changes for the example to work with `wrapper.vm.$nextTick()`
Configuration menu - View commit details
-
Copy full SHA for 4657d16 - Browse repository at this point
Copy the full SHA 4657d16View commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 98b37f1 - Browse repository at this point
Copy the full SHA 98b37f1View commit details -
fix: Add v-slot support in scopedSlots property, fix #1457 (#1485)
* feat: update scope-slot detection * fix: fix issue with empty template tag when using v-slot * test: add more v-slot tests
Configuration menu - View commit details
-
Copy full SHA for 4df7619 - Browse repository at this point
Copy the full SHA 4df7619View commit details
Commits on Mar 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 70b553b - Browse repository at this point
Copy the full SHA 70b553bView commit details
Commits on Mar 26, 2020
-
docs #1477 Note exception to chaining find calls (#1481)
* docs(wrapper): note exception to chaining find calls Make it clear that when chaining find calls, you can only use DOM selectors. * chore: revert Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 9d5b642 - Browse repository at this point
Copy the full SHA 9d5b642View commit details -
fix #1377 string stubs dropping props (#1473)
* test(issue #1377): add test for props on stubbed child component * feat(create-instance): convert string stubs to template close #1377 This also fixes the component name being dropped for template stubs * docs(api): update stubs documentation * test(stubs): limit stub props to 2.2 and above * docs(api): updated docs wording
Configuration menu - View commit details
-
Copy full SHA for 0c4a811 - Browse repository at this point
Copy the full SHA 0c4a811View commit details
Commits on Apr 3, 2020
-
Add missing link to npm-package (#1494)
Adds a link to npm package flush-promises to link to additional documentation
Configuration menu - View commit details
-
Copy full SHA for 3420a31 - Browse repository at this point
Copy the full SHA 3420a31View commit details
Commits on Apr 5, 2020
-
* style: add sponsored link This is the same style used on vuejs.org * docs: add link to Testing Vue.js Components course * docs: add link to Installing Vue Test Utils lesson * docs: add link to Testing Vue.js Components course * docs: add link to Learn How to Test Vue.js Lifecycle Methods lesson * docs: add link to Traversing The DOM lesson * docs: add link to Test Vuex Store Injection lesson * docs: add link to The Wrapper Object lesson * refactor: better apperance on small screens
Configuration menu - View commit details
-
Copy full SHA for 049de99 - Browse repository at this point
Copy the full SHA 049de99View commit details
Commits on Apr 7, 2020
-
docs(guides): remove links to deprecated examples (#1495)
The Jest and Mocha examples have been deprecated by the vue-test-utils maintainers. The READMEs in those deprecated examples point to Vue CLI. This commit will update the links to point to the Vue CLI plugins for Jest and Mocha.
Configuration menu - View commit details
-
Copy full SHA for a4cbe93 - Browse repository at this point
Copy the full SHA a4cbe93View commit details -
Respect provide from parentComponent (#1301)
* fix: respect provide from parentComponent * fix: remove afterEach from spec * refactor: rename variable Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 351f573 - Browse repository at this point
Copy the full SHA 351f573View commit details
Commits on Apr 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6f5c994 - Browse repository at this point
Copy the full SHA 6f5c994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f93d5c - Browse repository at this point
Copy the full SHA 9f93d5cView commit details
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 v1.0.0-beta.32...v1.0.0-beta.33