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: testing-library/vue-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: testing-library/vue-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 8 commits
  • 23 files changed
  • 3 contributors

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    6d5aefb View commit details
    Browse the repository at this point in the history
  2. docs: improve wording and structure (#91)

    * Fix broken links
    
    * Improve wording
    
    * Fix TOC placement
    
    * Consistency is key
    afontcu authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    993c87f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Bump eslint-utils from 1.4.0 to 1.4.2 (#93)

    Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
    - [Release notes](https://github.com/mysticatea/eslint-utils/releases)
    - [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and dfcook committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    7ff3f92 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

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

Commits on Aug 31, 2019

  1. docs: Add visibility example (#95)

    * Create collapsible component
    
    * Create collapsed elements visibility test
    
    * Add why we can use getByText explanation
    edufarre authored and afontcu committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    abc572b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65a27dd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

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

Commits on Oct 9, 2019

  1. feat: Bound DTL queries to the base element (#100)

    Closes #98 
    
    BREAKING CHANGE: baseElement is no longer tied to the document body, and container is no longer the parent node of the element wrapper, but a wrapper div.
    
    These changes shouldn't affect you if you weren't relying on either `baseElement` or `container`.
    afontcu authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    c4eacd2 View commit details
    Browse the repository at this point in the history
Loading