Releases: salesforce/lwc-test
Releases · salesforce/lwc-test
v16.0.2
What's Changed
- chore: trim framework-supplied attributes in CSR by @nolanlawson in #281
Full Changelog: v16.0.1...v16.0.2
v16.0.1
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
Breaking changes
Snapshots may be changed. Run jest -u
to update.
What's Changed
- fix: fix excessive
__lwc_scope_token__
replacement by @nolanlawson in #241
Full Changelog: v15.0.0...v16.0.0
v15.0.0
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
becomescolor: rgb(255, 255, 255);
).
What's Changed
- fix(serializer): normalize class attributes by @nolanlawson in #236
- fix(serializer): normalize style attributes by @jmsjtu in #237
Full Changelog: v14.4.0...v15.0.0
v14.4.0
What's Changed
- fix: update dependencies, fix style snapshots by @nolanlawson in #224
- chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #226
- chore: routine dependencies update by @ravijayaramappa in #227
- docs: use more helpfuler link by @wjhsf in #225
- chore: add nucleus config @W-14756916 by @wjhsf in #230
New Contributors
Full Changelog: v14.3.1...v14.4.0
v14.3.1
What's Changed
- fix(jest-transformer): do not replace new.target by @nolanlawson in #222
Full Changelog: v14.3.0...v14.3.1
v14.3.0
Full Changelog: v14.2.1...v14.3.0
v14.2.1
v14.2.0
What's Changed
Full Changelog: v14.1.1...v14.2.0
v14.1.0
What's Changed
- fix: aria props should be configurable/enumerable by @nolanlawson in #211
- feat: add
expect().toThrowInConnectedCallback
matcher by @nolanlawson in #210
Full Changelog: v14.0.0...v14.1.0