Releases: salesforce/lwc-test
Releases · salesforce/lwc-test
v14.0.0
Breaking changes
Snapshots have changed. Run jest -u
to update your snapshots.
What's Changed
- fix: update peerDependency on lwc by @nolanlawson in #202
- chore: update dependencies by @nolanlawson in #203
- fix: improve peerDep for lwc by @nolanlawson in #206
- fix: fix error with removing child node by @nolanlawson in #208
- fix: minimal ARIA string reflection polyfill for JSDOM by @nolanlawson in #207
- fix(ssr): do not serialize ZWJ characters by @nolanlawson in #205
Full Changelog: v13.0.0...v14.0.0
v13.0.0
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
v12.0.3
What's Changed
- fix: fix serializer errors with elm.attributes by @nolanlawson in #192
- fix: use absolute path to
@lwc/jest-shared
by @nolanlawson in #193
Full Changelog: v12.0.2...v12.0.3
v12.0.2
What's Changed
- fix(serializer): remove "-host" from serialized scope token by @nolanlawson in #190
Full Changelog: v12.0.1...v12.0.2
v12.0.1
Note: this release fixes some issues with breaking changes released in v12.0.0. The breaking changes still apply.
What's Changed
- fix(ssr): replace scope token in SSR serializer by @nolanlawson in #187
- fix: remove synthetic shadow fallback import for real by @nolanlawson in #188
Full Changelog: v12.0.0...v12.0.1
v12.0.0
Breaking changes
v12.0.0 has the following breaking changes:
- All LWC
peerDependencies
(@lwc/synthetic-shadow
,@lwc/engine-dom
, etc.) are now required to be v2.48.0 or later. - Classes/attributes that LWC uses to scope CSS are now replaced in snapshots with (
__lwc_scope_token__
). Runyarn test -u
to update your snapshots.
What's Changed
- feat: add new salesforce site scoped module for default language (@W-12984619) by @nolanlawson in #181
- fix(serializer): replace LWC scope tokens (BREAKING CHANGE) by @nolanlawson in #185
- chore: remove fallback synthetic shadow import (BREAKING CHANGE) by @nolanlawson in #186
Full Changelog: v11.8.0...v12.0.0
v11.7.1
What's Changed
- fix: use ?scoped=true as signal for scoped CSS by @nolanlawson in #170
New Contributors
Full Changelog: v11.7.0...v11.7.1
v11.7.0
What's Changed
- chore: update dependencies by @nolanlawson in #166
- feat(jest-transformer): enable scoped slots and lwc:spread feature by default for testing by @ravijayaramappa in #167
Full Changelog: v11.6.0...v11.7.0
v11.6.0
new minor version after spring23 cut over
Full Changelog: v11.5.4...v11.6.0
v11.5.4
What's Changed
- Spring 23 release
- chore: add transformer for @salesforce/featureFlag by @chelkoforce in #163
- chore: update dependencies by @nolanlawson in #164
- chore: weekly dependencies update by @ravijayaramappa in #165
New Contributors
- @chelkoforce made their first contribution in #163
Full Changelog: v11.5.3...v11.5.4