Skip to content

Releases: salesforce/lwc-test

v16.0.0

10 Apr 18:10
48fa53f
Compare
Choose a tag to compare

Breaking changes

Snapshots may be changed. Run jest -u to update.

What's Changed

Full Changelog: v15.0.0...v16.0.0

v15.0.0

08 Apr 17:14
c78dca8
Compare
Choose a tag to compare

Breaking changes

Snapshots may change due to new formatting on the class and style HTML attributes. Run jest -u to update.

The changes are as follows:

  • class attributes are now whitespace-normalized (trimmed and single-spaces only)
  • style attributes are similarly normalized, with a terminating ; for each individual style. In addition, invalid styles are now omitted (e.g. color: foobar), and property values may be normalized (e.g. color: #FFFFFF becomes color: rgb(255, 255, 255);).

What's Changed

Full Changelog: v14.4.0...v15.0.0

v14.4.0

30 Mar 00:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.3.1...v14.4.0

v14.3.1

04 Jan 21:39
0d63fcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.3.0...v14.3.1

v14.3.0

04 Jan 21:39
Compare
Choose a tag to compare

Full Changelog: v14.2.1...v14.3.0

v14.2.1

15 Nov 20:10
311eca1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.2.0...v14.2.1

v14.2.0

04 Jan 19:22
Compare
Choose a tag to compare

What's Changed

  • feat: add support for import.meta properties @W-14387292 by @seckardt in #217

Full Changelog: v14.1.1...v14.2.0

v14.1.0

22 Aug 16:31
d5b8951
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.0.0...v14.1.0

v14.0.0

18 Aug 17:35
ea542a5
Compare
Choose a tag to compare

Breaking changes

Snapshots have changed. Run jest -u to update your snapshots.

What's Changed

Full Changelog: v13.0.0...v14.0.0

v13.0.0

01 Aug 23:37
d66c078
Compare
Choose a tag to compare

Breaking changes

Snapshots have changed. Run jest -u to update your snapshots.

What's Changed

  • fix: configure enableLwcSpread compiler option conditionally by @seckardt in #196
  • chore: remove id/idref serialization (BREAKING CHANGE) by @ekashida in #201
  • fix: make snapshots resilient to whitespace changes (BREAKING CHANGE) by @nolanlawson in #199

New Contributors

Full Changelog: v12.0.3...v13.0.0