Releases: salesforce/lwc-test
Releases · salesforce/lwc-test
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
v11.5.3
What's Changed
- fix: allow @imports in CSS to use moduleNameMapper by @nolanlawson in #162
Full Changelog: v11.5.2...v11.5.3
v11.5.2
What's Changed
- fix: allow class declarations from TS->JS by @abdulsattar in #113
Full Changelog: v11.5.1...v11.5.2
v11.5.1
What's Changed
- fix: render CSS correctly on both client and server by @nolanlawson in #160
Full Changelog: v11.5.0...v11.5.1