Skip to content

Releases: salesforce/lwc

v6.4.0

28 Mar 00:02
cc75ef4
Compare
Choose a tag to compare

Observable changes

HTML elements with class and style attributes may render with additional whitespace. This is due to an optimization to improve the render time of Lightning Web Components.

This change is exactly the same as what we've reported in previous releases, and can be fixed by avoiding anti-patterns for styling components. E.g.:

/* Don’t do this */
document.querySelector('[class="highlight yellow"]');
/* Do this instead */
document.querySelector(".highlight.yellow");

The difference now is that this change may be seen in more components than before.

What's Changed

Full Changelog: v6.3.4...v6.4.0

v5.0.10

20 Mar 05:21
efe121b
Compare
Choose a tag to compare
chore: v5.0.10 (#4083)

v6.3.4

19 Mar 15:49
13a7fa1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.3.3...v6.3.4

v6.3.3

15 Mar 20:44
c6695ab
Compare
Choose a tag to compare

What's Changed

  • chore: new year, new emoji 🚀 by @wjhsf in #4030
  • test: consistent fixture tests for disallowed @api props by @nolanlawson in #4045
  • chore: remove unused eslint rules @W-15228939 by @wjhsf in #4053
  • test: reproduce timing issue with renderedCallback by @nolanlawson in #4058
  • chore: clean up karma env by @wjhsf in #4060
  • feat: add ability to use skip/only with test fixtures @W-15228939 by @wjhsf in #4054
  • fix(synthetic-shadow): account for both non-shadowed targets and targets shadowed by native shadow roots by @ekashida in #4050
  • chore: bump transitive deps by @nolanlawson in #4064
  • fix(template-compiler): robust validation of complex template expressions by @ekashida in #4063
  • fix(template-compiler): add complex template expression binding support for computed properties by @ekashida in #4065
  • chore: release v6.3.3 by @ekashida in #4066
  • Release v6.3.3 by @ekashida in #4068

Full Changelog: v6.3.2...v6.3.3

v6.3.2

12 Mar 14:21
691b4f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.3.0...v6.3.2

v6.3.1

08 Mar 00:46
21b57fe
Compare
Choose a tag to compare

What's Changed

  • test: add test for wired properties from consts by @nolanlawson in #4032
  • refactor: apply formAssociated on demand and enable for CustomElementConstructor by @jmsjtu in #4035

Full Changelog: v6.3.0...v6.3.1

v6.3.0

07 Mar 18:20
dff4999
Compare
Choose a tag to compare

Full Changelog: v6.3.4...v6.3.0

What's Changed

  • refactor: move fragment cache-busting to Karma-only by @nolanlawson in #4025
  • fix(template-compiler): avoid mutating the ast when binding complex template expressions by @ekashida in #4026
  • docs: add more JSDoc for top-level exports @W-13278716 by @wjhsf in #4028
  • chore: avoid @ts-ignore by @wjhsf in #4027
  • test: enable test for native shadow by @ekashida in #4031
  • fix: event listener not being invoked for native web components by @jye-sf in #4012
  • feat: support generating inlined sourcemaps when transforming js file… by @jye-sf in #4033
  • fix(template-compiler): avoid discarding text content whitespace for complex expressions by @ekashida in #4029

Full Changelog: v6.2.1...v6.3.0

v6.2.1

28 Feb 20:17
06599e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2.0...v6.2.1

v6.2.0

21 Feb 00:24
54eb09e
Compare
Choose a tag to compare

Contains signal implementation in LWC and a few other bug fixes.

What's Changed

New Contributors

Full Changelog: v6.1.1...v6.2.0

v5.0.9

14 Feb 20:21
7427ce8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.8...v5.0.9