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.1.0
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.1.1
Choose a head ref
  • 19 commits
  • 35 files changed
  • 18 contributors

Commits on Sep 10, 2020

  1. Update using-with-vuex.md to include namespaced:true in using modul…

    …es section (#1636)
    
    * Update using-with-vuex.md
    
    * chore: lint
    
    Co-authored-by: Lachlan <lachlan.miller.1990@outlook.com>
    An-AngryBear and lmiller1990 authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5cd8d59 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Update find to findComponent in documentation example for mount optio…

    …ns. (#1683)
    
    * Update find -> find components in options doc
    
    It was older name of the method used for examples.
    
    * Option doc update find -> findComponent in example
    
    zn version
    Th3Un1q3 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    e0cbb16 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. fix(test-utils/wrapper): clarify deprecation note for wrong "get" usa…

    …ge (#1688)
    
    If `wrapper.get` was called with a vue component instance, a misleading deprecation note was shown
    to the user. This fix includes the `get` method into the deprecation message
    
    fix #1687
    
    Co-authored-by: Valentin Palkovič <external.valentin.palkovic@kuehne-nagel.com>
    valentinpalkovic and Valentin Palkovič authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    a696325 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    312fde4 View commit details
    Browse the repository at this point in the history
  2. docs: redirects update

    JessicaSachs committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    c4c940d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. fix: support v-text on child functional components with shallowMount (#…

    …1697)
    
    a child functional component must display content of v-text directive when it is mounted with
    shallowMount
    
    fix #1693
    
    Co-authored-by: Jeremy Cassou <jeremy.cassou@agilea-group.com>
    jeremy-cassou and Jeremy Cassou authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    bb949a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. feat(config): introduce deprecation warning handler, fix #1672 (#1700)

    Allow passing custom handler for deprecation warnings allowing
    fine-grained control how these are reported to a user
    xanf authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    7740e90 View commit details
    Browse the repository at this point in the history
  2. feat: treat document.body in attachTo in special way (#1699)

    When using attachTo with document.body as a target do not replace
    original content of body but append a new div instead
    
    See #1578 for details and discussion
    xanf authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    a821908 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. docs: update vue-router documentation (#1701)

    Update documentation to explain differences between using `localVue` and `mocks` and provide examples of the use case for each.
    
    A common gotcha with integration testing (which don't stub children) is when using the `mocks` approach the router instance is not available on child components.
    blake-newman authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    002eb3e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. fix(setData): allow empty objects to be set fix #1704 (#1705)

    * fix(setData): allow empty objects to be set
    
    fixes #1704 
    
    This is a tentative fix to show one possible solution, I can clean it up if you think it makes sense
    
    * fix formatting
    
    * test
    Haroenv authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    993b293 View commit details
    Browse the repository at this point in the history
  2. docs(ru): change mocha-webpack to mochapack (#1708)

    based on en docs changes
    karrambol authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    fcfc63a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16790b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. add the wrapper.getComponent method and corresponding documents. (#1714)

    * feat: add the wrapper.getComponent method
    docs: create the /docs/api/wrapper/getComponent.md, and add the deprecation message to the /docs/api/wrapper/get.md
    docs(zh): create the /docs/zh/api/wrapper/getComponent.md, and add the deprecation message to the /docs/zh/api/wrapper/get.md
    
    * Update packages/test-utils/src/wrapper.js
    
    Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
    
    * Update docs/api/wrapper/getComponent.md
    
    Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
    
    * Update docs/zh/api/wrapper/getComponent.md
    
    Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
    
    * Update docs/zh/api/wrapper/getComponent.md
    
    Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
    
    * Update docs/api/wrapper/getComponent.md
    
    Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
    
    Co-authored-by: yinquan <gogs@fake.local>
    Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
    3 people authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c90f597 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

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

Commits on Oct 30, 2020

  1. feat(test-utils): add types for auto destroy methods (#1724)

    Add types for auto destroy methods, the hook type is typed loosely to be agnostic to testing frameworks.
    blake-newman authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e1c2526 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. fix: ignore non-vue wrapper for auto-destroy (#1723)

    Co-authored-by: Joeri Hendrickx <joeri.hendrickx@unleashed.be>
    pieterdd and Kjoep authored Oct 31, 2020
    Configuration menu
    Copy the full SHA
    c198d19 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. chore: build 1.1.1

    lmiller1990 committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    3cbc2cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27b9bfd View commit details
    Browse the repository at this point in the history
  3. v1.1.1

    lmiller1990 committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    d7916ce View commit details
    Browse the repository at this point in the history
Loading