Skip to content

Releases: salesforce/lwc-test

v16.0.2

09 Jul 18:18
5d7e988
Compare
Choose a tag to compare

What's Changed

Full Changelog: v16.0.1...v16.0.2

v16.0.1

09 Jul 17:32
3a0f5eb
Compare
Choose a tag to compare

What's Changed

  • chore: update non-breaking dependencies by @nolanlawson in #240
  • nucleus/upstream_project_lwc_version_6.5.1_update_685 by @salesforce-nucleus in #243
  • chore: node v20.12.2 by @ekashida in #244
  • chore: configure dependabot by @wjhsf in #242
  • chore(deps-dev): bump the theoretically-non-breaking group with 2 updates by @dependabot in #245
  • nucleus/upstream_project_lwc_version_6.5.2_update_823 by @salesforce-nucleus in #246
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #268
  • chore(deps): bump ws from 8.16.0 to 8.17.1 by @dependabot in #269
  • test: ignore expected console error and improve test by @nolanlawson in #274
  • chore(ssr): strip framework-owned attributes by @nolanlawson in #278

New Contributors

  • @salesforce-nucleus made their first contribution in #243

Full Changelog: v16.0.0...v16.0.1

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