Lwc Versions Save

⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation

v6.6.2

1 week ago

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.1...v6.6.2

v6.6.1

2 weeks ago

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.6.0...v6.6.1

v6.6.0

2 weeks ago

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.5.3...v6.6.0

v6.5.3

3 weeks ago

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.5.2...v6.5.3

v6.5.2

4 weeks ago

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.5.1...v6.5.2

v6.5.1

1 month ago

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.5.0...v6.5.1

v6.5.0

1 month ago

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.4.1...v6.5.0

v6.4.1

1 month ago

What's Changed

Full Changelog: https://github.com/salesforce/lwc/compare/v6.4.0...v6.4.1

v6.4.0

1 month ago

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: https://github.com/salesforce/lwc/compare/v6.3.4...v6.4.0

v5.0.10

1 month ago