v8.1.3
What's Changed
- fix(ssr): avoid undefined appended to tag name by @nolanlawson in #4583
- fix(ssr): add missing methods from LightningElement @W-16614337 by @wjhsf in #4585
- build(deps): bump the theoretically-non-breaking group with 14 updates by @dependabot in #4588
- fix(ssr): use style normalizer from template compiler by @nolanlawson in #4584
- fix(ssr): normalize class names @W-16869035 by @wjhsf in #4590
- fix(ssr): add more LightningElement methods @W-16867451 by @wjhsf in #4589
- fix(ssr): improve error message when test succeeds but formatting fails by @wjhsf in #4591
- fix(engine-server): setAttribute should gracefully handle non-string values by @ekashida in #4593
- fix(hydration): fix
validationOptOut
with auto-detection by @nolanlawson in #4592 - test(fixtures): add option to have human-friendly description by @wjhsf in #4595
- feat(lwc): re-export @lwc/ssr-compiler and @lwc/ssr-runtime @W-16856898 by @wjhsf in #4596
- fix(ssr): disallow </style> in CSS files @W-16882876 by @wjhsf in #4598
- fix(ssr-compiler): define IR to ES map for lwc:external nodes by @ekashida in #4599
- fix(ssr-compiler): generate scope tokens using component name and namespace by @ekashida in #4597
- test(imports): add fixture for LWC imports from helper file @W-16872166 by @wjhsf in #4601
- chore: remove quotes from error message by @wjhsf in #4602
- fix(ssr-compiler): setAttribute and getAttribute by @ekashida in #4603
- chore: update dependencies by @jye-sf in #4604
- chore: add
DataCallback
as type export inlwc
by @jmsjtu in #4607 - fix(ssr-compiler): boolean attribute value as empty string by @ekashida in #4606
Full Changelog: v8.1.2...v8.1.3