Skip to content

v1.5.3

Compare
Choose a tag to compare
@jodarove jodarove released this 07 May 14:38
· 1634 commits to master since this release

Improvements

  • #1838 - engine: Adds hasAttribute() on LightningElement. Fixes issue #1810.

Bug Fixes

  • #1789 - module-resolver: Fixes an issue in the module resolution where the symbolic links for NPM packages are automatically resolved.
  • #1852 - module-resolver: Validate ModuleRecord data type.
    With the new module-resolver, configuration passed to module-resolver and @lwc/rollup-plugin are expected to have an ModuleRecords object type. Prior configs where the ModuleRecord was a string throw an unhandled exception.

Internal

  • #1849 - module-resolver: Fix typo in README.
  • #1851: Update weekly dependencies.
  • #1853 - lwc-integration: Update dependencies.