Skip to content
Permalink
dev

Commits on Jan 22, 2022

  1. docs(zh): correct translation (#1942)

    The translation of this sentence was a bit weird, I think it would be better to make a litte change here.
    JackLiR8 committed Jan 22, 2022
  2. added Japanese translation about detecting styles (#1946)

    Japanese translation about "Detecting Styles" of /docs/guids/common-tips.md
    takatama committed Jan 22, 2022

Commits on Nov 30, 2021

Commits on Nov 17, 2021

  1. v1.3.0

    lmiller1990 committed Nov 17, 2021
  2. chore: publish 1.3.0

    lmiller1990 committed Nov 17, 2021

Commits on Nov 9, 2021

  1. fix: restore chaining and CSS selectors for findComponent (#1910)

    Allow findComponent / findAllComponents to be chained from
    DOM selector and allow CSS selectors to be used
    xanf committed Nov 9, 2021

Commits on Oct 29, 2021

  1. docs: fix typo in zh docs (#1908)

    `setTimeout` callbacks are processed in macrotask queue which shoud be translated as '宏任务队列'
    JackLiR8 committed Oct 29, 2021
  2. fix(test-utils): verify object not null for typeof (#1897)

    Using vue-test-utils may cause several messages of the sort
    ```
    [Vue warn]: Error in render: "TypeError: Cannot read property 'template' of null"
    ```
    
    Such messages stemmed from the `isComponentOptions` method call. It
    seems it received a null object and `typeof null` is object, so this
    error propagates to users of the library.
    
    This patch does not look for the reason a null object was sent in the
    first place, but it avoids the error propagation.
    
    close #1805
    ataias committed Oct 29, 2021
  3. Update package.json to include the repository key (#1891)

    With the rise in supply chain attacks and OSS dependencies being used as a attack vector, Microsoft is working with our ecosystem partners, such as the Linux Foundation's OpenSSF, to enable OSS consumers to track packages back to their public sources.
    We've identified that the following packages published to NPM do not report where sources can be found, typically accomplished by including a link to your GitHub repository in your `package.json` REPOSITORY field. This PR was created to add this value, ensuring future releases will include this provenance information.
    Published NPM packages with repository information:
    * vue-test-utils
    msftenhanceprovenance committed Oct 29, 2021

Commits on Sep 24, 2021

  1. docs: Add french Version (#1837)

    * add french version
    
    * add more
    
    * update of the french version in relation to the feedback
    
    * docs: fix some errors in linting docs
    
    * fixed the sidebar and updated the README files in the Wrapper and Installation folders
    
    * update with prettier run
    
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    phrobinet and lmiller1990 committed Sep 24, 2021

Commits on Sep 6, 2021

  1. build(deps): bump tar from 4.4.13 to 4.4.19 (#1900)

    Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](npm/node-tar@v4.4.13...v4.4.19)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 6, 2021

Commits on Aug 27, 2021

  1. docs: fix zh links (#1890)

    wxsms committed Aug 27, 2021

Commits on Aug 11, 2021

  1. build(deps): bump path-parse from 1.0.6 to 1.0.7 (#1893)

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 11, 2021

Commits on Jul 22, 2021

  1. v1.2.2

    lmiller1990 committed Jul 22, 2021

Commits on Jul 12, 2021

  1. fix: add options param to createLocalVue types (#1873)

    Co-authored-by: 陳 佳冬 <jiadong.chen@g.softbank.co.jp>
    coolboy0961 and 陳 佳冬 committed Jul 12, 2021
  2. feat: add generic for wrapper.find() and wrapper.get() (#1871)

    * feat: add generic for wrapper.find() and wrapper.get()
    
    * refactor: change HTMLElement -> Element
    
    * fix: fix the tests for wrapper
    
    * fix: forgot to apply the generic
    
    * test: added the simple test
    standbyoneself committed Jul 12, 2021

Commits on Jul 7, 2021

  1. build(deps): bump prismjs from 1.23.0 to 1.24.0 (#1866)

    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](PrismJS/prism@v1.23.0...v1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: prismjs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 7, 2021

Commits on Jun 13, 2021

  1. fix: Updates attachToDocument documentation tip (#1852)

    Closes #1725
    
    Updates  attachToDocument documentation tip from the div boilerplate from #1584 & #1611 to the new handling from #1578 & #1699
    RaphaelDDL committed Jun 13, 2021

Commits on Jun 8, 2021

  1. docs: Update setProps.md (#1856)

    change 'could' to 'should'
    dyerjos committed Jun 8, 2021

Commits on May 26, 2021

  1. docs(test-utils): add tip about using trigger('focus') (#1848)

    When using `trigger('focus')` with jsdom v16.4.0 and above you must
    use `attachTo` when mounting the component.
    
    Co-authored-by: peterhegman <phegman@gitlab.com>
    phegman and peterhegman committed May 26, 2021

Commits on May 12, 2021

  1. build(deps): bump hosted-git-info from 2.8.5 to 2.8.9 (#1844)

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.5...v2.8.9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 12, 2021

Commits on May 9, 2021

  1. Update testing-async-components.md (#1836)

    * Update testing-async-components.md
    
    * Update testing-async-components.md
    sergeyBreslavets committed May 9, 2021
Older