Releases: salesforce/lwc-test
Releases · salesforce/lwc-test
v11.0.0
11.0.0 (2021-05-27)
Breaking change
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
v10.0.1
v10.0.0
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
v9.0.0
v8.0.0
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