Skip to content

Releases: salesforce/eslint-plugin-lwc

v1.6.1

20 Feb 15:29
e537926
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.1

v1.5.1

02 Jan 08:32
ad1eb32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

19 Sep 20:37
58ba604
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

30 Jun 11:42
89021bd
Compare
Choose a tag to compare

Features

  • Add allowList option to no-disallowed-lwc-imports (#97)

Chores

  • Update dependencies (#96)

v1.3.0

08 Jun 09:08
b98d845
Compare
Choose a tag to compare

Features

  • Add support for pattern matching in rule no-unexpected-wire-adapter-usages (#95).

Chores

  • Add release scripts (#93).
  • Update dependencies (#94).

v1.2.0

08 Jun 09:10
6128fbe
Compare
Choose a tag to compare

Features

  • Add no-disallowed-lwc-imports rule (#85)

Chores

  • Update dependencies (#90, #89).

v1.1.1

15 Nov 10:12
11bd0c5
Compare
Choose a tag to compare

Features

  • Add support for eslint 8 (#79).

Chores

  • Deprecate no-dupe-class-member rule (#81).
  • Update dependencies (#77).

v1.1.0

30 Sep 18:04
Compare
Choose a tag to compare

Features

  • Add a rule to check for patterns like this.template.firstChild which will not work in native shadow DOM in certain browsers. this.template.querySelector is encouraged as an alternative (#76).

v1.0.1

19 May 13:22
8dfee92
Compare
Choose a tag to compare

Bugs

  • Remove eslint 6 from the supported version of ESLint because @babel/eslint-parser only supports eslint >=7.5.0. (#63)
  • Fix rules doc URL by removing the trailing .git extension (#67).

v0.12.2-232.0

13 Apr 05:36
Compare
Choose a tag to compare

Features

  • The no-unknown-wire-adapters rule now reports errors on the decorator usage instead of the decorator import (#66).