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: a523085
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: 950763f
Choose a head ref
  • 10 commits
  • 37 files changed
  • 8 contributors

Commits on Apr 26, 2019

  1. docs: update Russian translation (#1215)

    * docs: update russian translation
    
    * style: format docs pages
    
    * chore(docs): typo
    Dmitry Sharshakov authored and kazupon committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    ecfe228 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. refactor(types): use Component definition from Vue core (#1213)

    Dmitry Sharshakov authored and eddyerburgh committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    1701b30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a802b32 View commit details
    Browse the repository at this point in the history
  3. docs(wrapper): сlarify attachedToDocument meaning in docs (#1214)

    Dmitry Sharshakov authored and eddyerburgh committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    23e496b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

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

Commits on May 16, 2019

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

Commits on May 18, 2019

  1. feat: add option to pretty print html components (#1229)

    BREAKING CHANGE: html output will now be formatted
    addisonssense authored and eddyerburgh committed May 18, 2019
    Configuration menu
    Copy the full SHA
    99336c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    10ea249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a74a15 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. fix: respect "hidden" attributes in isVisible() (#1257)

    Elements that are hidden via the HTML `hidden` attribute were being reported as being
    visible by the `isVisible()` method, even though they were not actually visible in the DOM.
    stevegrunwell authored and eddyerburgh committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    950763f View commit details
    Browse the repository at this point in the history
Loading