Releases: salesforce/eslint-config-lwc
Releases · salesforce/eslint-config-lwc
v3.2.4
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
Bug fixes
- #88: Rename wire adapter from
commerce/einsteinApi
to commerce/einsteinRecommendationsApi
.
v3.2.2
New features
- add new wire adapters for
EinsteinProductRecommendationsAdapter
(#84) and getListInfosByName
(#85)
Chores
- update dependencies in #82 and #83
v3.2.1
Bug fixes
- #81: Rename Experience Cloud wire adapters to match final name.
v3.2.0
New features
- #79: Add 236
experience/cmsEditorApi
wire adapters to the list of known wire adapters.
v3.1.0
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
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
New features
- #71: Update analyticsWaveApi wire adapters.
v2.1.1
New features
- #69: Update Commerce wire adapters. Adds
commerce/cartApi/CartItemsAdapter
and removes commerce/productApi/ProductSearchAdapter
.
v2.1.0
New features
- #68: Add new Commerce wire adapters to the list of know wire adapters in the
base
config.