Skip to content

Releases: salesforce/lwc

v6.6.0

29 Apr 16:28
3887dc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.3...v6.6.0

v6.5.3

23 Apr 00:28
06b03ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.2...v6.5.3

v6.5.2

17 Apr 17:53
8b2d133
Compare
Choose a tag to compare

What's Changed

  • fix(types): properly type check unbound array methods @W-15336947 by @wjhsf in #4101
  • build(deps-dev): bump the theoretically-non-breaking group with 9 updates by @dependabot in #4148
  • feat: exports HMR stubs from engine-server by @rax-it in #4152
  • chore: add Winter 25 API version, rebalance Karma tests by @nolanlawson in #4043
  • chore: release v6.5.2 by @rax-it in #4157
  • chore: release v6.5.2 by @rax-it in #4158

Full Changelog: v6.5.1...v6.5.2

v6.5.1

11 Apr 22:23
4cac8a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.5.1

v6.5.0

30 Mar 00:22
8a0f98f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.4.1...v6.5.0

v6.4.1

28 Mar 18:27
27cd262
Compare
Choose a tag to compare

What's Changed

  • fix: move UpgradableConstructor back into createUpgradableConstructor by @jmsjtu in #4110

Full Changelog: v6.4.0...v6.4.1

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