Skip to content

Releases: salesforce/eslint-config-lwc

v3.2.4

29 Mar 20:19
0929075
Compare
Choose a tag to compare

3.2.4 (2022-03-29)

  • chore: rename einstein in base.js (#90)
  • chore: Add LDS UIAPI Adapters to base.js (#86)

v3.2.3

10 Mar 09:12
06b6195
Compare
Choose a tag to compare

Bug fixes

  • #88: Rename wire adapter from commerce/einsteinApi to commerce/einsteinRecommendationsApi.

v3.2.2

09 Mar 17:59
Compare
Choose a tag to compare

New features

  • add new wire adapters for EinsteinProductRecommendationsAdapter (#84) and getListInfosByName (#85)

Chores

  • update dependencies in #82 and #83

v3.2.1

08 Dec 09:25
35be24f
Compare
Choose a tag to compare

Bug fixes

  • #81: Rename Experience Cloud wire adapters to match final name.

v3.2.0

17 Nov 10:22
1fa7877
Compare
Choose a tag to compare

New features

  • #79: Add 236 experience/cmsEditorApi wire adapters to the list of known wire adapters.

v3.1.0

16 Nov 15:10
9c2c541
Compare
Choose a tag to compare

New features

  • #77: Add support for ESLint v8. Note: Make sure to update your peer dependencies versions to work with ESLint v8.

Bug fixes

  • #78: Avoid duplicate no-dupe-class-members warning with ESLint v8.

v3.0.0

01 Oct 18:16
ea5672c
Compare
Choose a tag to compare

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.

v2.2.0

02 Sep 10:21
1723a55
Compare
Choose a tag to compare

New features

  • #71: Update analyticsWaveApi wire adapters.

v2.1.1

27 Jul 15:47
Compare
Choose a tag to compare

New features

  • #69: Update Commerce wire adapters. Adds commerce/cartApi/CartItemsAdapter and removes commerce/productApi/ProductSearchAdapter.

v2.1.0

21 Jul 07:51
9add2f1
Compare
Choose a tag to compare

New features

  • #68: Add new Commerce wire adapters to the list of know wire adapters in the base config.