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