Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

50 lines (45 loc) · 3.01 KB

Changelog

5.0.1

4/28/2021 - DiffDocs

  • vue@3.0.8 introduced an existence check for SVGElement in @vue/runtime-dom. This broke jsdom as it didn't have a reference to SVGElement. The Vue core team fixed this in vue-cli. This patch brings that fix into our mochapack setup.js. For context, please see the original issue.

5.0.0

2/25/2021 - DiffDocs

  • Update to Vue 3.
  • Update vue-test-utils to ^2
  • Add ability to pass in reporter for code coverage
  • Add/refactor unit tests
  • Add a simple logger

4.1.0

12/18/2020 - DiffDocs

  • Allow overriding of .nycrc. If a local .nycrc is present, it will use that instead of default .nycrc.

4.0.1

12/17/2020 - DiffDocs

  • Ensuring client uses .nycrc config from @rei/vunit. This fixes issue of no src files being reported during coverage run.
  • Include .vue, .js extensions
  • Exclude test/ directory

4.0.0

12/03/2020 - DiffDocs

3.0.1

8/19/2020 - DiffDocs

  • Updating dependencies causing security vulnerabilities.

3.0.0

3/5/2020 — DiffDocs

  • Breaking changes:
    • Replaces expect with chai.expect.
    • Potentially breaking change is @vue/test-utils peer dependency which was updated from 1.0.0-beta25 to 1.0.0-beta31. This is installed in alongside of vunit and does not require an update but if you did update it, you may see breakages due to breaking changes within vue/test-utils. Refer to the @vue/test-utils CHANGELOG for the specific breaking changes.
  • Pull in babel config for client test coverage. Clients no longer need to provide this in local .babelrc or package.json.
  • Making @rei/test-utils a peer dependency.
  • Updating and/or removing unneeded dependencies.