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: e8b57a8
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: f36e088
Choose a head ref
  • 8 commits
  • 36 files changed
  • 7 contributors

Commits on Jan 5, 2021

  1. fix: prevent setProps infinite loop with immediate watchers (#1752)

    * prevent `setProps` from being called on non-top level wrappers
    * remove useless `silent` option from config
    xanf authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    db4ab8b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

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

Commits on Jan 10, 2021

  1. fix(error.js): do not console.error handled exceptions (#1761)

    When an exception is handled in an `errorHandler` function, do not re-raise it.
    
    fix #1760
    marcgibbons authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    c4133d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. docs: clarify deprecation message for find and findAll (#1770)

    Co-authored-by: hewIngram <hew@gousto.co.uk>
    hewIngram and hewIngram authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3536ade View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. build(deps): bump socket.io from 2.3.0 to 2.4.1 (#1771)

    Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1.
    - [Release notes](https://github.com/socketio/socket.io/releases)
    - [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md)
    - [Commits](socketio/socket.io@2.3.0...2.4.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    1865355 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. docs(installation): Split Vue CLI and manual installation of Vue Test…

    … Utils + Jest (#1778)
    
    - Make two sections, one for the Vue CLI installation and one for the manual installation.
    - Clarify that code coverage is off by default.
    The4thLaw authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    48100be View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. chore: publish 1.1.3

    afontcu committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c27d933 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36e088 View commit details
    Browse the repository at this point in the history
Loading