Skip to content

v3.0.0

Compare
Choose a tag to compare
@rui-rayqiu rui-rayqiu released this 01 Oct 18:16
· 70 commits to master since this release
ea5672c

Breaking changes

  • #74 : Add the new rule lwc/no-template-children to @salesforce/eslint-config-lwc/recommended configuration. This rule prevents patterns like this.template.firstChild which will not work in native shadow DOM in certain browsers. this.template.querySelector is encouraged as an alternative.