Skip to content

Releases: salesforce/lwc-test

v11.0.0

27 May 23:20
d5813b4
Compare
Choose a tag to compare

11.0.0 (2021-05-27)

Breaking change

  • deps: update lwc dependencies (@W-9318804) (#118) (5558370)

This change requires upgrading your dependency in package.json from the deprecated @lwc/engine to @lwc/engine-dom.

   "dependencies": {
-    "@lwc/engine": "*"
+    "@lwc/engine-dom": "*"
   }

Note this version was not actually published to npm, due to a build issue. Please see v11.0.1 instead.

v10.0.2

08 Apr 10:54
Compare
Choose a tag to compare

Internal

  • #115: Refactor circleci configuration to automate npm deployments.
  • #116: Add missing updates to the lock file.

v10.0.1

29 Mar 15:00
c3c1ef2
Compare
Choose a tag to compare

Bug Fixes

  • #110: Add missing @lwc/engine as peerDependency of @lwc/jest-preset

v10.0.0

26 Mar 19:20
Compare
Choose a tag to compare

Breaking

  • #105: Dropping support for Jest 25. With this PR, the minimum supported version of Jest will be 26.0

Improvement

  • #112 - jest-transformer: Added support for transforming @salesforce/site/id in jest test.

Bug Fixes

  • #103: Fixes an issue(#102) where snapshot testing an object with a null value was throwing an error.

Internal

  • #106: Clean up wdio eslint entry.
  • #107: Remove testURL config which is not required anymore because of the Jest update.
  • #108: Update project dependencies.
  • #109: Use an end to end approach to test project.

v9.0.0

15 Sep 18:40
Compare
Choose a tag to compare

Breaking

  • #99: Remove wdio-lwc-service package. Had been marked as deprecated in preparation for this operation

Improvement

  • #96: Relax jest peer dependency to be v25.5.4 or higher

Internal

v8.0.0

17 Jun 07:51
Compare
Choose a tag to compare

Breaking

  • #90: Dropping support for Jest 24. With this PR, the minimum supported version of Jest will be 25.5.4

Bug Fixes

  • #91 - jest-transformer: Fixes potential conflict with babel configs upstream by ignoring babelrc for typescript

Docs

  • #88: Add homepage link in each project package.json to improve the UX on npmjs.org with a link
    back to the git repository

Internal

  • #92: Add a release script for publishing artifacts
  • #85: Weekly dependencies update
  • #84: Remove yarn resolutions entries

v4.5.2-226.0 - Summer 20 Release

06 May 00:40
ef522ba
Compare
Choose a tag to compare
Pre-release

This release is targeted to be used with the salesforce Summer 20 release.

Improvements:

  • #59: add accessCheck transform
  • #60: support dynamic imports in jest tests
  • #63: fix for correct import of instrumentation/service
  • #65, #67: add TypeScript support for LWC OSS
  • #75: Typescript sourcemaps