Skip to content
Permalink

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/vue-test-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.32
Choose a base ref
...
head repository: vuejs/vue-test-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-beta.33
Choose a head ref
  • 18 commits
  • 72 files changed
  • 14 contributors

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    ee3a93f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. 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
    lmiller1990 authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    afd7a82 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. docs: fix typo (#1471)

    It should be `findAll` to get `WrapperArray`.
    ablipan authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e2a6986 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. chore: add translation for nextTick part (#1475)

    This resolve /#1451
    zkd8907 authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    aff87f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. 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
    lmiller1990 authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    55f7eac View commit details
    Browse the repository at this point in the history
  2. fix(test-utils): fix cancelable attribute in dom events (#1460)

    Lucas Mendelowski authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    b1a532a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. 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()`
    bhaskar-nair2 authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    4657d16 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    98b37f1 View commit details
    Browse the repository at this point in the history
  2. 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
    dobromir-hristov authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    4df7619 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    70b553b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. 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>
    unclejustin and lmiller1990 authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    9d5b642 View commit details
    Browse the repository at this point in the history
  2. 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
    Stoom authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    0c4a811 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Add missing link to npm-package (#1494)

    Adds a link to npm package flush-promises to link to additional documentation
    marina-mosti authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    3420a31 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Vue School links (#1493)

    * 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
    rahaug authored Apr 5, 2020
    Configuration menu
    Copy the full SHA
    049de99 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. 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.
    br3ndonland authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    a4cbe93 View commit details
    Browse the repository at this point in the history
  2. 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>
    xanf and lmiller1990 authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    351f573 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    6f5c994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f93d5c View commit details
    Browse the repository at this point in the history
Loading