2.3.8.3 release notes

2.3.8.3

Reissue of 2.3.8.2 with a hotfix for an issue with LWC template braced expressions for event handler attributes.
  • Issue 2868 - Improved filtering of LWC attributes displayed for code completion and integrated component documentation so that only public, @api-decorated, writable fields/properties are included. If you find that something is no longer included that should be, please provide a concrete example and I'll be happy to address the omission.
  • Issue 2869 - Fixed an issue with generation of .illuminatedCloud/lwc/types definitions when there are multiple metadata files with the same name, e.g., multiple CustomLabels.labels-meta.xml files.
  • Issue 2870 - Fixed an issue where cross-metadata references could be added incorrectly for SObject fields with the same name in another SObject type.
  • Issue 2873 - Fixed return types of reportValidity() methods and fixed names of setCustomValidityForField() methods of several standard LWC components.