Skip to content

v12.0.0

Compare
Choose a tag to compare
@nolanlawson nolanlawson released this 08 Jun 16:05
· 96 commits to master since this release
35157d2

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__). Run yarn 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